Update package version to 2.53.0

This commit is contained in:
2026-02-08 15:39:04 +02:00
parent 9d0905cd85
commit 591f061fe5
2 changed files with 8 additions and 4 deletions
+7 -3
View File
@@ -1,9 +1,11 @@
name: git
description: A free and open source distributed version control system
version: 2.52.0
version: 2.53.0
revision: 1
url: https://git-scm.com/
license: GPL2-only
maintainers:
- [email protected]
architecture: any
type: source
depends:
@@ -24,11 +26,13 @@ optional_depends:
- python3
make_depends:
- asciidoc
- openssh
- python3
- rustc
- xmlto
check_depends:
- openssh
downloads:
- url: https://www.kernel.org/pub/software/scm/git/git-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 3cd8fee86f69a949cb610fee8cd9264e6873d07fa58411f6060b3d62729ed7c5
checksum: 5818bd7d80b061bbbdfec8a433d609dc8818a05991f731ffc4a561e2ca18c653
+1 -1
View File
@@ -14,9 +14,9 @@ _make() {
MAN_BOLD_LITERAL=1
NO_PERL_CPAN_FALLBACKS=1
USE_LIBPCRE2=1
WITH_RUST=1
)
echo "${MAKE_OPTS[@]}"
make "${MAKE_OPTS[@]}" "$@"
}