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

Anatol Pomozov anatolik at archlinux.org
Wed May 3 03:47:43 UTC 2017


    Date: Wednesday, May 3, 2017 @ 03:47:41
  Author: anatolik
Revision: 295196

upgpkg: re2 20170501-1

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-02 22:46:26 UTC (rev 295195)
+++ PKGBUILD	2017-05-03 03:47:41 UTC (rev 295196)
@@ -4,7 +4,7 @@
 # Contributor: Alexandre Bique <bique.alexandre at gmail.com>
 
 pkgname=re2
-_tag='2017-01-01'
+_tag='2017-05-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=('0c19ad0370af8a6dcff73e714c7f21363dc709db')
+sha1sums=('45585605b894f451662c03d6d4406875c4828aa2')
 
 build() {
   cd re2-$_tag



More information about the arch-commits mailing list