summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Skelsey2020-05-14 12:09:42 +0200
committerNick Skelsey2020-05-14 12:09:42 +0200
commit675b8780f80677bf0c1e92bd8b97a77ec40391f2 (patch)
tree9bb53411631a58848334c228bc0aa163daf70890
parent3da0188f0a67dc2494edd3e46abc9bf41bbf2f37 (diff)
downloadaur-675b8780f80677bf0c1e92bd8b97a77ec40391f2.tar.gz
Simply changing versions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64463eeddb2a..9407b34bf792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = zeek
depends = bash
depends = libmaxminddb
source = https://github.com/zeek/zeek/releases/download/v3.1.3/zeek-3.1.3.tar.gz
- sha256sums = d7bf24615c4c0af2435c99c9fb8c9c0f0ecdce375e184ba7f63b715ae5900a61
+ sha256sums = 1858725fd6d04a1af3c2798c341529aa0d229e838b6476f036156dc5dd254aa1
pkgname = zeek
diff --git a/PKGBUILD b/PKGBUILD
index 74d0af678480..90652680f2a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://zeek.org"
license=('BSD')
depends=("zlib" "libpcap" "bash" "libmaxminddb")
makedepends=("cmake" "swig" "bison" "flex" "python3" "openssl" "libpcap" "bash" "geoip" "zlib" "gperftools" "shadow")
-source=("https://github.com/zeek/zeek/releases/download/v3.1.3/zeek-3.1.3.tar.gz")
-sha256sums=("d7bf24615c4c0af2435c99c9fb8c9c0f0ecdce375e184ba7f63b715ae5900a61")
+source=("https://github.com/zeek/zeek/releases/download/v$pkgver/zeek-$pkgver.tar.gz")
+sha256sums=("1858725fd6d04a1af3c2798c341529aa0d229e838b6476f036156dc5dd254aa1")
build() {