diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-03 08:00:03 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-03 08:00:03 +0000 |
commit | 7acdbc68ea9e9c3736761e763f7d259ab69f91c1 (patch) | |
tree | 74dd8a6ba97f3b2cf598a455d0c05fcfc4bd932c /community/libre2/APKBUILD | |
parent | 99bd878cdf5039ab565a91924b603a37ac32e67e (diff) | |
download | aports-7acdbc68ea9e9c3736761e763f7d259ab69f91c1.tar.bz2 aports-7acdbc68ea9e9c3736761e763f7d259ab69f91c1.tar.xz |
community/libre2: upgrade to 2017.07.01
Diffstat (limited to 'community/libre2/APKBUILD')
-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 278c74f4a7..afb6f86609 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.06.01 +pkgver=2017.07.01 _pkgver=${pkgver//./-} pkgrel=0 pkgdesc="an efficient, principled regular expression library" @@ -27,4 +27,4 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="b0bdb333ff1385f1118a9bfcf4f85acfbcb8db4b33c0820636eac33b48d7dae3da08531234a05953247bc79b3c8118204b441ceaeb37f21e55c9006cb82f3da0 2017-06-01.tar.gz" +sha512sums="b638a5adb27bcda792a4915922130ca7fed0df52fc5dba3e5258f0c744e2ff682e382e04ffdf77ddd49d6776100fd950dd6035bad89418053e08bcdd7bde65da 2017-07-01.tar.gz" |