diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-01 12:44:46 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-11-01 12:44:46 +0000 |
commit | f3dcc2676e285317be9a103d70698282e7c444e9 (patch) | |
tree | ab3572822de2ee292d623a857f444cb195138479 /community/libre2 | |
parent | 82e8e8ff73c34538e913c45f964ae4e2f00ca613 (diff) | |
download | aports-f3dcc2676e285317be9a103d70698282e7c444e9.tar.bz2 aports-f3dcc2676e285317be9a103d70698282e7c444e9.tar.xz |
community/libre2: upgrade to 2017.11.01
Diffstat (limited to 'community/libre2')
-rw-r--r-- | community/libre2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libre2/APKBUILD b/community/libre2/APKBUILD index 04bf124092..0ba3bf7a79 100644 --- a/community/libre2/APKBUILD +++ b/community/libre2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libre2 _pkgname=re2 -pkgver=2017.08.01 +pkgver=2017.11.01 _pkgver=${pkgver//./-} pkgrel=0 pkgdesc="an efficient, principled regular expression library" @@ -26,4 +26,4 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="a7b37ab1873c640e5c00cfede61c6dcc68f7efb9801524fa7d2db492c9e03eb892906b852c40c8fe370c6664e85a89cfe0a2f97ab95ed88a9d4a2aa197e1f883 2017-08-01.tar.gz" +sha512sums="006bff7530d14de5c9bd21f04c76c1cb36e713d8b21bf3a9572d6a3121cbb4c68a98f88c775840f3fc5dccb8c7dcdfe3f79e797b753db3be8472724ff5701974 2017-11-01.tar.gz" |