summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlireza Ayinmehr2019-04-04 12:00:00 +0430
committerAlireza Ayinmehr2019-04-04 12:00:00 +0430
commitfbf43b739afd9f15c71d58c8521c89ea3d336245 (patch)
tree58d127a6cc44c429782972b60f25ab954ad280d7
parent010348864cf35dc071d7eda1aee70344011ed650 (diff)
downloadaur-fbf43b739afd9f15c71d58c8521c89ea3d336245.tar.gz
Update to version 5.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD19
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efdf8c87ef4b..7f64dfb3504f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hyperscan
pkgdesc = A high-performance multiple regex matching library, commonly used with suricata or snort.
- pkgver = 4.7.0
+ pkgver = 5.1.0
pkgrel = 1
- url = https://01.org/hyperscan/
+ url = https://www.hyperscan.io
arch = i686
arch = x86_64
license = BSD
@@ -10,8 +10,8 @@ pkgbase = hyperscan
makedepends = ragel
makedepends = cmake
provides = hyperscan
- source = https://github.com/intel/hyperscan/archive/v4.7.0.tar.gz
- sha256sums = a0c07b48ae80903001ab216b03fdf6359bfd5777b2976de728947725b335e941
+ source = https://github.com/intel/hyperscan/archive/v5.1.0.tar.gz
+ sha256sums = c751e85a537bc2cebb699f42a66faaf42edf10468f0315cb0719d2051eefa4d8
pkgname = hyperscan
diff --git a/PKGBUILD b/PKGBUILD
index c56ba132605d..9b6eb0edcb74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
+# Maintainer: Alireza Ayinmehr <alireza.darksun@gmail.com>
+# Contributor: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
# Contributor: JSkier <jskier at gmail dot com>
# Contributor: Ivan Shapovalov <intelfx@intelfx.name>
pkgname=hyperscan
-pkgver=4.7.0
+pkgver=5.1.0
pkgrel=1
-pkgdesc="A high-performance multiple regex matching library, commonly used with suricata or snort."
-arch=("i686" "x86_64")
-url="https://01.org/hyperscan/"
-license=("BSD")
-provides=("hyperscan")
-makedepends=("boost" "ragel" "cmake")
+pkgdesc='A high-performance multiple regex matching library, commonly used with suricata or snort.'
+arch=('i686' 'x86_64')
+url='https://www.hyperscan.io'
+license=('BSD')
+provides=('hyperscan')
+makedepends=('boost' 'ragel' 'cmake')
source=("https://github.com/intel/hyperscan/archive/v$pkgver.tar.gz")
-sha256sums=("a0c07b48ae80903001ab216b03fdf6359bfd5777b2976de728947725b335e941")
+sha256sums=('c751e85a537bc2cebb699f42a66faaf42edf10468f0315cb0719d2051eefa4d8')
build() {
cd "$srcdir/hyperscan-$pkgver"