[arch-commits] Commit in hyperscan/trunk (.SRCINFO PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu May 28 07:57:08 UTC 2020


    Date: Thursday, May 28, 2020 @ 07:57:07
  Author: alucryd
Revision: 636149

upgpkg: hyperscan 5.3.0-1

Modified:
  hyperscan/trunk/.SRCINFO
  hyperscan/trunk/PKGBUILD

----------+
 .SRCINFO |    4 ++--
 PKGBUILD |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: .SRCINFO
===================================================================
--- .SRCINFO	2020-05-28 07:56:50 UTC (rev 636148)
+++ .SRCINFO	2020-05-28 07:57:07 UTC (rev 636149)
@@ -1,6 +1,6 @@
 pkgbase = hyperscan
 	pkgdesc = High-performance regular expression matching library
-	pkgver = 5.2.1
+	pkgver = 5.3.0
 	pkgrel = 1
 	url = https://www.hyperscan.io
 	arch = x86_64
@@ -10,7 +10,7 @@
 	makedepends = git
 	makedepends = python
 	makedepends = ragel
-	source = git+https://github.com/intel/hyperscan.git#tag=d79973efb1fcf5ed338122882c1f896829767fb6
+	source = git+https://github.com/intel/hyperscan.git#tag=c00683d73916e39f01b0d418f686c8b5c379159c
 	sha256sums = SKIP
 
 pkgname = hyperscan

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-28 07:56:50 UTC (rev 636148)
+++ PKGBUILD	2020-05-28 07:57:07 UTC (rev 636149)
@@ -5,7 +5,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=hyperscan
-pkgver=5.2.1
+pkgver=5.3.0
 pkgrel=1
 pkgdesc='High-performance regular expression matching library'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   python
   ragel
 )
-source=(git+https://github.com/intel/hyperscan.git#tag=d79973efb1fcf5ed338122882c1f896829767fb6)
+source=(git+https://github.com/intel/hyperscan.git#tag=c00683d73916e39f01b0d418f686c8b5c379159c)
 sha256sums=(SKIP)
 
 pkgver() {



More information about the arch-commits mailing list