summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Gasser2023-09-25 08:34:21 +0200
committerOliver Gasser2023-09-25 08:34:21 +0200
commit98b05012b4f9fd58cbd64eb1853ff461cd67399e (patch)
tree4e878564b7c0dcfb3eec7c0ea72638c6aedc99f0
parent194aec25a05bf0131731c7cf8320713b58eef2b4 (diff)
downloadaur-98b05012b4f9fd58cbd64eb1853ff461cd67399e.tar.gz
update to 3.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8638a97898f1..64bb9a442263 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.21.0
+ pkgver = 3.22.0
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.21.0.tar.gz
- sha256sums = 312cc4041e8f36f6586c54af861df6ceef7927693db23c164363f38c8ef13bf6
+ source = https://tools.netsa.cert.org/releases/silk-3.22.0.tar.gz
+ sha256sums = 15cff02484a75ba3c297067d57111f29751f1c94d6f66a5f4c27877268713e80
pkgname = silk
diff --git a/PKGBUILD b/PKGBUILD
index ac54ad6191d4..408386565ef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Gasser <oliver@flowriver.net>
pkgname=silk
-pkgver=3.21.0
+pkgver=3.22.0
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=('312cc4041e8f36f6586c54af861df6ceef7927693db23c164363f38c8ef13bf6')
+sha256sums=('15cff02484a75ba3c297067d57111f29751f1c94d6f66a5f4c27877268713e80')
build() {
cd "$pkgname-$pkgver"