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

Anatol Pomozov anatolik at archlinux.org
Thu Aug 3 04:09:44 UTC 2017


    Date: Thursday, August 3, 2017 @ 04:09:43
  Author: anatolik
Revision: 301547

upgpkg: re2 20170801-1

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-03 01:01:56 UTC (rev 301546)
+++ PKGBUILD	2017-08-03 04:09:43 UTC (rev 301547)
@@ -4,7 +4,7 @@
 # Contributor: Alexandre Bique <bique.alexandre at gmail.com>
 
 pkgname=re2
-_tag='2017-05-01'
+_tag='2017-08-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=(i686 x86_64)
 license=(BSD)
 source=(re2-$pkgver.zip::https://github.com/google/re2/archive/$_tag.zip)
-sha1sums=('45585605b894f451662c03d6d4406875c4828aa2')
+sha1sums=('d92ac823aa8dea873b24479373f1b11884d0f7e6')
 
 build() {
   cd re2-$_tag



More information about the arch-commits mailing list