diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-06-09 20:20:46 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-10 15:12:42 +0000 |
commit | b7386174f378d261c2503b73aabebf079b27238a (patch) | |
tree | 6a2e4cd0364e69b42750b9ecb87fbd18658a758b /main/git | |
parent | 9f74ea16773723ae4ce166b6fb9e3867bac398ce (diff) | |
download | aports-b7386174f378d261c2503b73aabebf079b27238a.tar.bz2 aports-b7386174f378d261c2503b73aabebf079b27238a.tar.xz |
main/git: upgrade to 2.22.0
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 9ca8d20894..b60f65aff3 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -10,17 +10,16 @@ # 2.14.1: # - CVE-2017-1000117 pkgname=git -pkgver=2.21.0 -pkgrel=4 +pkgver=2.22.0 +pkgrel=0 pkgdesc="Distributed version control system" -url="https://www.git-scm.com" +url="https://www.git-scm.com/" arch="all" license="GPL-2.0-or-later" depends="" # we need tcl and tk to be built before git due to git-gui and gitk makedepends="zlib-dev openssl-dev curl-dev expat-dev perl-dev python2-dev pcre2-dev asciidoc xmlto perl-error tcl tk" -options="!check" # Check is currently failing on t3900-i18n-commit.sh ISO-2022-JP.txt # note that order matters subpackages="$pkgname-doc $pkgname-bash-completion:completion:noarch @@ -259,6 +258,6 @@ _perl_config() { perl -e "use Config; print \$Config{$1};" } -sha512sums="83f57c3950a07f6773a3aea66611d22daba0e5599e5d8f0751a16f6fdbeab0f3844d942a39a5642051212df99d1d4513253c36829b1454b4f0977cc6026fd973 git-2.21.0.tar.xz +sha512sums="75b3dcac36f80281effcd099944de34050a35f3599ce42f86ce60455b6c952039fb0f6438d296e0cc9c0651d4a17f467780dc475669227d3c98ddefe91723d42 git-2.22.0.tar.xz 89528cdd14c51fd568aa61cf6c5eae08ea0844e59f9af9292da5fc6c268261f4166017d002d494400945e248df6b844e2f9f9cd2d9345d516983f5a110e4c42a git-daemon.initd fbf1f425206a76e2a8f82342537ed939ff7e623d644c086ca2ced5f69b36734695f9f80ebda1728f75a94d6cd2fcb71bf845b64239368caab418e4d368c141ec git-daemon.confd" |