summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Gasser2023-06-28 12:25:04 +0200
committerOliver Gasser2023-06-28 12:25:04 +0200
commit194aec25a05bf0131731c7cf8320713b58eef2b4 (patch)
tree89b02770de7f347ff3def27cda571bae5d6c401f
parent9979d83e770b9dd380656859d581319af3ecb968 (diff)
downloadaur-194aec25a05bf0131731c7cf8320713b58eef2b4.tar.gz
update to 3.21.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fa974444075..8638a97898f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +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.19.2
+ pkgver = 3.21.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.19.2.tar.gz
- sha256sums = 358ba718208dcfb14a22664a6d935f343bd7a1976729e5619ba7c702b70e3a7d
+ source = https://tools.netsa.cert.org/releases/silk-3.21.0.tar.gz
+ sha256sums = 312cc4041e8f36f6586c54af861df6ceef7927693db23c164363f38c8ef13bf6
pkgname = silk
-
diff --git a/PKGBUILD b/PKGBUILD
index 75d0200739ac..ac54ad6191d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Gasser <oliver@flowriver.net>
pkgname=silk
-pkgver=3.19.2
+pkgver=3.21.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=('358ba718208dcfb14a22664a6d935f343bd7a1976729e5619ba7c702b70e3a7d')
+sha256sums=('312cc4041e8f36f6586c54af861df6ceef7927693db23c164363f38c8ef13bf6')
build() {
cd "$pkgname-$pkgver"