aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYunchih Chen <yunchih.cat@gmail.com>2018-03-21 23:34:52 +0800
committerYunchih Chen <yunchih.cat@gmail.com>2018-03-21 23:34:52 +0800
commit5300aeef42f0d79dbed5703457620784d8e848a6 (patch)
tree3ce380b343b2c171ca250b002f9a1b711a1ac3e2
parentf9bdba7abd71be51933ce1a414215595120c69a2 (diff)
downloadnfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.tar
nfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.tar.gz
nfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.tar.bz2
nfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.tar.lz
nfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.tar.xz
nfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.tar.zst
nfcollect-5300aeef42f0d79dbed5703457620784d8e848a6.zip
Bump to 0.1.2
-rwxr-xr-xpackage.sh2
-rw-r--r--packaging/archlinux/PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/package.sh b/package.sh
index 7fe00d3..ef7be51 100755
--- a/package.sh
+++ b/package.sh
@@ -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