aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-01-08 14:10:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-01-08 14:11:42 -0300
commit2d45bc2839a0009f77016e5f96a83e215544729b (patch)
treef8cefbd0701975959d97844d4a0ecd5eac389c72
parentab0b8f482f1bf3e90892e7f0d15133b489b3a2ee (diff)
community/re2: revert to 2020.10.01
This reverts commit 21b6c8c32272a0967a7e17f681e69af6c0cc0936. reverted because soname changes and requires lots of big packages (chromium, qt5-qtwebengine) need to be rebuilt so close to the 3.13.0 deadline.
-rw-r--r--community/re2/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/re2/APKBUILD b/community/re2/APKBUILD
index 1fb7952cbd5..1a3cc7cbd34 100644
--- a/community/re2/APKBUILD
+++ b/community/re2/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=re2
-pkgver=2020.11.01
+pkgver=2020.10.01
_pkgver=${pkgver//./-}
-pkgrel=0
+pkgrel=1
pkgdesc="Efficient, principled regular expression library"
url="https://github.com/google/re2"
arch="all"
@@ -25,4 +25,4 @@ package() {
make DESTDIR="$pkgdir" prefix=/usr install
}
-sha512sums="167f21ec5a94640820cc1e2e9f4a4d3819a5e70011d0f8afb3fec3b2f66e21688196cedc66ce785158e49d1a0cb34b5f9ae68729e602e77d1077eadcbca7d7fe re2-2020.11.01.tar.gz"
+sha512sums="cd620878ffa6d4e47f1583f27a179f6520fc1226554bd7c0e104d3d45b2bee70873c0d661e87eb4a9d912b58f86f115766c35d08e124f5f67ddcc3b50535f726 re2-2020.10.01.tar.gz"