We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1c37a9 + c72d538 commit 9b89538Copy full SHA for 9b89538
Makefile
@@ -3,7 +3,7 @@ OUTDIR="crowdsec-nginx-bouncer-${BUILD_VERSION}/"
3
LUA_MOD_DIR="${OUTDIR}lua-mod"
4
CONFIG_DIR="${OUTDIR}config"
5
OUT_ARCHIVE="crowdsec-nginx-bouncer.tgz"
6
-LUA_BOUNCER_BRANCH?=v1.0.9
+LUA_BOUNCER_BRANCH?=v1.0.10
7
default: release
8
release:
9
git clone -b "${LUA_BOUNCER_BRANCH}" https://github.com/crowdsecurity/lua-cs-bouncer.git
debian/rules
@@ -2,7 +2,7 @@
2
export DEB_VERSION=$(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
export BUILD_VERSION=v${DEB_VERSION}-debian-pragmatic
-export LUA_BOUNCER_BRANCH?=v1.0.9
+export LUA_BOUNCER_BRANCH?=v1.0.10
%:
dh $@
0 commit comments