mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/fail2ban: Updated for version 0.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f49d71e472
commit
d25207a8b4
2 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="fail2ban"
|
||||
VERSION=${VERSION:-0.9.2}
|
||||
VERSION=${VERSION:-0.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -42,7 +42,7 @@ set -e
|
|||
rm -fr $PKG $TMP/$PRGNAM-$VERSION
|
||||
mkdir -p $PKG $TMP $OUTPUT
|
||||
cd $TMP
|
||||
tar xvf $CWD/${PRGNAM}-${VERSION}.tar.xz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
|
||||
cd $TMP/$PRGNAM-$VERSION
|
||||
chown -R root.root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fail2ban"
|
||||
VERSION="0.9.2"
|
||||
VERSION="0.9.4"
|
||||
HOMEPAGE="https://github.com/fail2ban/fail2ban/"
|
||||
DOWNLOAD="https://www.dropbox.com/s/qle74s38c7jilsw/fail2ban-0.9.2.tar.xz"
|
||||
MD5SUM="ad39635d67640f6490a28d1aa5140fc1"
|
||||
DOWNLOAD="https://github.com/fail2ban/fail2ban/archive/0.9.4/fail2ban-0.9.4.tar.gz"
|
||||
MD5SUM="2dc93dff03c4da9fb95d4695e07b65d8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue