diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-03 14:22:41 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-03 14:23:08 +0000 |
commit | 4ba70742ae491d0bffc9cc613c810cd7de3ed83d (patch) | |
tree | e0aa40eb661432dbc4d63d639fc112391479e646 /community/libre2 | |
parent | df71528737502d32a7c083fb49fe3e6b922753f9 (diff) | |
download | aports-4ba70742ae491d0bffc9cc613c810cd7de3ed83d.tar.bz2 aports-4ba70742ae491d0bffc9cc613c810cd7de3ed83d.tar.xz |
community/libre2: upgrade to 2017.01.01
Diffstat (limited to 'community/libre2')
-rw-r--r-- | community/libre2/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libre2/APKBUILD b/community/libre2/APKBUILD index 84a9fb1a6e..20522da427 100644 --- a/community/libre2/APKBUILD +++ b/community/libre2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libre2 _pkgname=re2 -pkgver=2016.02.01 +pkgver=2017.01.01 _pkgver=${pkgver//./-} pkgrel=0 pkgdesc="an efficient, principled regular expression library" @@ -39,6 +39,6 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/LICENSE || return 1 } -md5sums="15cca93727fcb8a7dc8bf5357c51375e 2016-02-01.tar.gz" -sha256sums="f246c43897ac341568a7460622138ec0dd8de9b6f5459686376fa23e9d8c1bb8 2016-02-01.tar.gz" -sha512sums="b15d731b428fb5418159c7ed99d8275808988c7931682d5f50a7235b941c168346a585eb17b3b05aa7fa427064aaf32a07b6cc6f10532e328a3f31020d264227 2016-02-01.tar.gz" +md5sums="dbab64093cb014ccc42fc9c8f3cd9b15 2017-01-01.tar.gz" +sha256sums="e46019b4428942464bf65ba92f2fcd88739d1b05fe7c3787bc031a03a50a327a 2017-01-01.tar.gz" +sha512sums="52ec99fe1bfb2754e11e3767a561208f14c3e5c03142c37b43df7cf5a406896396854a3776ae536ddf293a770d8ca80f9c761c2c476394693a5954c15550a731 2017-01-01.tar.gz" |