Date: Monday, April 24, 2023 @ 15:57:52
  Author: alucryd
Revision: 1448524

upgpkg: hyperscan 5.4.2-1

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

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

Modified: .SRCINFO
===================================================================
--- .SRCINFO    2023-04-24 15:55:49 UTC (rev 1448523)
+++ .SRCINFO    2023-04-24 15:57:52 UTC (rev 1448524)
@@ -1,6 +1,6 @@
 pkgbase = hyperscan
        pkgdesc = High-performance regular expression matching library
-       pkgver = 5.4.1
+       pkgver = 5.4.2
        pkgrel = 1
        url = https://www.hyperscan.io
        arch = x86_64
@@ -12,7 +12,7 @@
        makedepends = python
        makedepends = ragel
        options = !lto
-       source = 
git+https://github.com/intel/hyperscan.git#tag=c37166d52ba5634886cd5ae73dcc81bb2de95872
+       source = 
git+https://github.com/intel/hyperscan.git#tag=bc3b191ab56055e8560c7cdc161c289c4d76e3d2
        b2sums = SKIP
 
 pkgname = hyperscan

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-24 15:55:49 UTC (rev 1448523)
+++ PKGBUILD    2023-04-24 15:57:52 UTC (rev 1448524)
@@ -5,7 +5,7 @@
 # Contributor: Ivan Shapovalov <[email protected]>
 
 pkgname=hyperscan
-pkgver=5.4.1
+pkgver=5.4.2
 pkgrel=1
 pkgdesc='High-performance regular expression matching library'
 arch=(x86_64)
@@ -20,7 +20,7 @@
   ragel
 )
 options=(!lto)
-_tag=c37166d52ba5634886cd5ae73dcc81bb2de95872
+_tag=bc3b191ab56055e8560c7cdc161c289c4d76e3d2
 source=(git+https://github.com/intel/hyperscan.git#tag=${_tag})
 b2sums=(SKIP)
 

Reply via email to