summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOliver Gasser2021-02-15 08:41:50 +0100
committerOliver Gasser2021-02-15 08:43:38 +0100
commitd637fdabb5c202fc28f2c53705655413102ee858 (patch)
treee155921002a69dc9fcb784b25250c10c54003362 /PKGBUILD
parentd5118a74e0b120c99be50f75cd0a60572954132e (diff)
downloadaur-d637fdabb5c202fc28f2c53705655413102ee858.tar.gz
update to 3.19.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2e34957b1de..a5932c1a65f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Oliver Gasser <oliver@flowriver.net>
pkgname=silk
-pkgver=3.18.0
+pkgver=3.19.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=('26e1b2fb3c0e41b5cbe66b91976ffd65d66bfb1263cfae459f3773c296fcb3b6')
+sha256sums=('b287de07502c53d51e9ccdcc17a46d8a4d7a59db9e5ae7add7b82458a9da45a7')
build() {
cd "$pkgname-$pkgver"