diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-05 06:27:14 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-06-05 06:27:14 +0000 |
commit | ecd04d9711a97f9289f04c470089ba7e923b32c2 (patch) | |
tree | bbac2f9183d140fbb6da86b4f0d943d20e1f37ac /community/libre2 | |
parent | 0311db57cfb118ccca0a77578ee57d8f5a1c5300 (diff) | |
download | aports-ecd04d9711a97f9289f04c470089ba7e923b32c2.tar.bz2 aports-ecd04d9711a97f9289f04c470089ba7e923b32c2.tar.xz |
community/libre2: upgrade to 2017.06.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 2835c5a536..278c74f4a7 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.05.01 +pkgver=2017.06.01 _pkgver=${pkgver//./-} pkgrel=0 pkgdesc="an efficient, principled regular expression library" @@ -27,4 +27,4 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="219fc73e91096244956394b083c67983627597bdf9bfe42b29b5b088c2036979c09fdf71e7c8248297d033e433342a214cd7c368352bc6e488abd13bcd1a8df1 2017-05-01.tar.gz" +sha512sums="b0bdb333ff1385f1118a9bfcf4f85acfbcb8db4b33c0820636eac33b48d7dae3da08531234a05953247bc79b3c8118204b441ceaeb37f21e55c9006cb82f3da0 2017-06-01.tar.gz" |