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

Maxime Gauduin alucryd at archlinux.org
Mon Jan 18 08:37:39 UTC 2021


    Date: Monday, January 18, 2021 @ 08:37:39
  Author: alucryd
Revision: 822644

upgpkg: hyperscan 5.4.0-1

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

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

Modified: .SRCINFO
===================================================================
--- .SRCINFO	2021-01-18 08:36:55 UTC (rev 822643)
+++ .SRCINFO	2021-01-18 08:37:39 UTC (rev 822644)
@@ -1,6 +1,6 @@
 pkgbase = hyperscan
 	pkgdesc = High-performance regular expression matching library
-	pkgver = 5.3.0
+	pkgver = 5.4.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=c00683d73916e39f01b0d418f686c8b5c379159c
+	source = git+https://github.com/intel/hyperscan.git#tag=64a995bf445d86b74eb0f375624ffc85682eadfe
 	sha256sums = SKIP
 
 pkgname = hyperscan

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-18 08:36:55 UTC (rev 822643)
+++ PKGBUILD	2021-01-18 08:37:39 UTC (rev 822644)
@@ -5,7 +5,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=hyperscan
-pkgver=5.3.0
+pkgver=5.4.0
 pkgrel=1
 pkgdesc='High-performance regular expression matching library'
 arch=(x86_64)
@@ -18,7 +18,8 @@
   python
   ragel
 )
-source=(git+https://github.com/intel/hyperscan.git#tag=c00683d73916e39f01b0d418f686c8b5c379159c)
+_tag=64a995bf445d86b74eb0f375624ffc85682eadfe
+source=(git+https://github.com/intel/hyperscan.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {



More information about the arch-commits mailing list