Skip to content

Commit 9b89538

Browse files
authored
Merge pull request #91 from crowdsecurity/bump/v1.0.10
bump to lua-cs-lib v1.0.10
2 parents b1c37a9 + c72d538 commit 9b89538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OUTDIR="crowdsec-nginx-bouncer-${BUILD_VERSION}/"
33
LUA_MOD_DIR="${OUTDIR}lua-mod"
44
CONFIG_DIR="${OUTDIR}config"
55
OUT_ARCHIVE="crowdsec-nginx-bouncer.tgz"
6-
LUA_BOUNCER_BRANCH?=v1.0.9
6+
LUA_BOUNCER_BRANCH?=v1.0.10
77
default: release
88
release:
99
git clone -b "${LUA_BOUNCER_BRANCH}" https://github.com/crowdsecurity/lua-cs-bouncer.git

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export DEB_VERSION=$(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
44
export BUILD_VERSION=v${DEB_VERSION}-debian-pragmatic
5-
export LUA_BOUNCER_BRANCH?=v1.0.9
5+
export LUA_BOUNCER_BRANCH?=v1.0.10
66

77
%:
88
dh $@

0 commit comments

Comments
 (0)