summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34dde0b41efb..9b93c9381800 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.18.0
+ pkgver = 3.22.2
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.17.2.tar.gz
- sha256sums = 26e1b2fb3c0e41b5cbe66b91976ffd65d66bfb1263cfae459f3773c296fcb3b6
+ source = https://tools.netsa.cert.org/releases/silk-3.22.2.tar.gz
+ sha256sums = 81b38f3e648bcc9125124df69516d9c157e28e1efe693bd2ff57212e9ca10af3
pkgname = silk
-
diff --git a/PKGBUILD b/PKGBUILD
index a2e34957b1de..6cc75b4182cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Gasser <oliver@flowriver.net>
pkgname=silk
-pkgver=3.18.0
+pkgver=3.22.2
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=('26e1b2fb3c0e41b5cbe66b91976ffd65d66bfb1263cfae459f3773c296fcb3b6')
+sha256sums=('81b38f3e648bcc9125124df69516d9c157e28e1efe693bd2ff57212e9ca10af3')
build() {
cd "$pkgname-$pkgver"