network/fail2ban: Updated for version 0.9.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-06-09 07:40:34 +07:00
parent f49d71e472
commit d25207a8b4
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -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 . \

View File

@ -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=""