diff options
author | Yunchih Chen <yunchih.cat@gmail.com> | 2018-03-21 23:34:52 +0800 |
---|---|---|
committer | Yunchih Chen <yunchih.cat@gmail.com> | 2018-03-21 23:34:52 +0800 |
commit | 5300aeef42f0d79dbed5703457620784d8e848a6 (patch) | |
tree | 3ce380b343b2c171ca250b002f9a1b711a1ac3e2 | |
parent | f9bdba7abd71be51933ce1a414215595120c69a2 (diff) | |
download | nfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.tar.gz nfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.tar.zst nfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.zip |
Bump to 0.1.2
-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.1 -PKGREL=1 +PKGREL=2 PKGDIR=${PKGNAME}-${PKGVER} PKG="${PKGNAME}-${PKGVER}-${PKGREL}.tar.gz" diff --git a/packaging/archlinux/PKGBUILD b/packaging/archlinux/PKGBUILD index 190768f..cf89616 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.1 -pkgrel=1 +pkgrel=2 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 zstd) source=(https://github.com/yunchih/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}-${pkgrel}.tar.gz) -sha1sums=('2f5b34712346a899b36e13b979cc5c283434e21d') +sha1sums=('1b23e15c5686df985926c638068bce00970b802c') build() { cd $pkgname-$pkgver |