[arch-commits] Commit in re2/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Dec 4 22:18:19 UTC 2017


    Date: Monday, December 4, 2017 @ 22:18:18
  Author: arojas
Revision: 311627

Update to 20171201

Modified:
  re2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-04 22:10:19 UTC (rev 311626)
+++ PKGBUILD	2017-12-04 22:18:18 UTC (rev 311627)
@@ -4,7 +4,7 @@
 # Contributor: Alexandre Bique <bique.alexandre at gmail.com>
 
 pkgname=re2
-_tag='2017-08-01'
+_tag='2017-12-01'
 pkgver=${_tag//-/}
 pkgrel=1
 pkgdesc='C++ library for fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python'
@@ -13,7 +13,7 @@
 arch=(x86_64)
 license=(BSD)
 source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip)
-sha1sums=('d92ac823aa8dea873b24479373f1b11884d0f7e6')
+sha1sums=('da820ba014ec92fd5b23b27bece34ea1e0e17d5c')
 
 build() {
   cd re2-$_tag



More information about the arch-commits mailing list