summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Gasser2023-11-20 08:35:02 +0100
committerOliver Gasser2023-11-20 08:35:02 +0100
commit572073310ba9a9a3feced3c1e079743725e84d38 (patch)
tree93eab21c7328a8400d8b670c46ece0e228bcbd20
parent98b05012b4f9fd58cbd64eb1853ff461cd67399e (diff)
downloadaur-572073310ba9a9a3feced3c1e079743725e84d38.tar.gz
update to 3.22.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64bb9a442263..ce00b0a556f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = silk
pkgdesc = The System for Internet Level Knowledge (SiLK) is an efficient network flow collection and storage infrastructure that will accept flow data from a variety of sensors. SiLK also provides a suite of efficient command-line tools for analysis.
- pkgver = 3.22.0
+ pkgver = 3.22.1
pkgrel = 1
url = https://tools.netsa.cert.org/silk/index.html
arch = x86_64
license = GPL
- source = https://tools.netsa.cert.org/releases/silk-3.22.0.tar.gz
- sha256sums = 15cff02484a75ba3c297067d57111f29751f1c94d6f66a5f4c27877268713e80
+ source = https://tools.netsa.cert.org/releases/silk-3.22.1.tar.gz
+ sha256sums = e10096e9fa4ef4980cfff300b8f7a0aed6a8e8f172b444e43dd79ed7e05a7e02
pkgname = silk
diff --git a/PKGBUILD b/PKGBUILD
index 408386565ef3..9d0e99386eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Gasser <oliver@flowriver.net>
pkgname=silk
-pkgver=3.22.0
+pkgver=3.22.1
pkgrel=1
pkgdesc="The System for Internet Level Knowledge (SiLK) is an efficient network flow collection and storage infrastructure that will accept flow data from a variety of sensors. SiLK also provides a suite of efficient command-line tools for analysis."
arch=('x86_64')
@@ -8,7 +8,7 @@ url="https://tools.netsa.cert.org/silk/index.html"
license=('GPL')
source=("https://tools.netsa.cert.org/releases/$pkgname-$pkgver.tar.gz")
noextract=()
-sha256sums=('15cff02484a75ba3c297067d57111f29751f1c94d6f66a5f4c27877268713e80')
+sha256sums=('e10096e9fa4ef4980cfff300b8f7a0aed6a8e8f172b444e43dd79ed7e05a7e02')
build() {
cd "$pkgname-$pkgver"