diff options
author | Yunchih Chen <yunchih.cat@gmail.com> | 2019-04-07 22:32:03 +0800 |
---|---|---|
committer | Yunchih Chen <yunchih.cat@gmail.com> | 2019-04-07 22:36:00 +0800 |
commit | 60a46f6e9e452357c554cc8acfb83848b65a68db (patch) | |
tree | f084ad5d346b83527785383942ef6ad021609713 | |
parent | 87f3262b61616634677e57d25798f27c82fb5465 (diff) | |
download | nfcollect-60a46f6e9e452357c554cc8acfb83848b65a68db.tar.gz nfcollect-60a46f6e9e452357c554cc8acfb83848b65a68db.tar.zst nfcollect-60a46f6e9e452357c554cc8acfb83848b65a68db.zip |
-rwxr-xr-x | package.sh | 2 | ||||
-rw-r--r-- | packaging/archlinux/PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ PKGNAME=nfcollect PKGVER=0.2 -PKGREL=2 +PKGREL=3 PKGDIR=${PKGNAME}-${PKGVER} PKG="${PKGNAME}-${PKGVER}-${PKGREL}.tar.gz" diff --git a/packaging/archlinux/PKGBUILD b/packaging/archlinux/PKGBUILD index c09c626..be65ed9 100644 --- a/packaging/archlinux/PKGBUILD +++ b/packaging/archlinux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Yun-Chih Chen <yunchih@csie.ntu.edu.tw> pkgname=nfcollect pkgver=0.2 -pkgrel=2 +pkgrel=3 pkgdesc='Collect NFLOG log entries and commit them to stable storage in binary (compressed) format' arch=(x86_64) url='https://github.com/yunchih/nfcollect' @@ -9,7 +9,7 @@ license=(MIT) makedepends=(automake autoconf clang make) depends=(libnetfilter_log sqlite zstd) source=(https://github.com/yunchih/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${pkgrel}.tar.gz) -sha1sums=('530cfcab1718cb21bb61ad94c6b8d27ac5d582d6') +sha1sums=('3c534b264493ef1d28d311525240c71bd7e62158') build() { cd $pkgname-$pkgver |