diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-07-02 06:21:05 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-07-03 12:32:21 +0000 |
commit | 655b6a3eb3f711fa192c0acc59b095ccd49e5b63 (patch) | |
tree | 7c579c5b52bce30ed17b21c682ac6b1242e64084 | |
parent | 4822ef5e68f7f3fad0638ce8c6223a1990f391cd (diff) | |
download | aports-655b6a3eb3f711fa192c0acc59b095ccd49e5b63.tar.bz2 aports-655b6a3eb3f711fa192c0acc59b095ccd49e5b63.tar.xz |
community/libre2: upgrade to 2018.07.01
-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 be234fa703..a4753c12f3 100644 --- a/community/libre2/APKBUILD +++ b/community/libre2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libre2 _pkgname=re2 -pkgver=2018.04.01 +pkgver=2018.07.01 _pkgver=${pkgver//./-} pkgrel=0 pkgdesc="Efficient, principled regular expression library" @@ -30,4 +30,4 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="862d9bcb574ea986b1497d6c079104a0cf27b418a6ec8c24047f0d43ede2c8f7f0bdc6a3ccddaeb746f0d821e3e7fd701f438d7fed101db969785c4b344e0462 2018-04-01.tar.gz" +sha512sums="d36ba0113c2b177210e64e834230020b4274476ace2d9e614bfac3386b76903b661ccede42a0bc871d798e5f2f1f2582534f8e08ffcf59a6acda6c8d8fd25150 2018-07-01.tar.gz" |