diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-15 20:34:25 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-08-15 20:37:07 +0200 |
commit | a51e236d2fa33b03cb5ac22da90418b2c1178cc3 (patch) | |
tree | e67276d28cfcdc618da984d42082cdeeb94a23ca /main/git | |
parent | bf2eed2286b1abe5bec875805f7b08cdf5a2c4b5 (diff) | |
download | aports-a51e236d2fa33b03cb5ac22da90418b2c1178cc3.tar.bz2 aports-a51e236d2fa33b03cb5ac22da90418b2c1178cc3.tar.xz |
main/git: rebuild against pcre2 10.30
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index b0139a7c3b..1f53b36c4d 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git pkgver=2.14.1 -pkgrel=0 +pkgrel=1 pkgdesc="A distributed version control system" url="https://www.git-scm.com/" arch="all" |