Skip to content

Commit

Permalink
squid: upgraded to 4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Sep 9, 2016
1 parent 324d128 commit 12acc94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions squid/squid.SlackBuild
Expand Up @@ -30,7 +30,7 @@ set -euu
CWD=$(pwd)

PKGNAM=squid
VERSION=4.0.12
VERSION=4.0.14
BUILD=${BUILD:-1}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
Expand Down Expand Up @@ -62,7 +62,7 @@ else
fi

rm -rf $PKG
mkdir -p $TMP $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PKGNAM-$VERSION
tar xvf $CWD/$PKGNAM-$VERSION.tar.bz2
Expand Down
10 changes: 5 additions & 5 deletions squid/squid.info
@@ -1,10 +1,10 @@
PRGNAM="squid"
VERSION="4.0.12"
VERSION="4.0.14"
HOMEPAGE="http://www.squid-cache.org"
DOWNLOAD="http://www.squid-cache.org/Versions/v4/squid-4.0.12.tar.bz2"
FILENAME="squid-4.0.12.tar.bz2"
DOWNLOAD="http://www.squid-cache.org/Versions/v4/squid-4.0.14.tar.bz2"
FILENAME="squid-4.0.14.tar.bz2"
REQUIRES=""
MD5SUM="f7797a4181efeb92debe495e4a4563c1"
SHASUM="37f86e68036c88e0283f8943e0fcb0f7dca4b8ca"
MD5SUM="effb10de8df88bfb8f77969fac99a36e"
SHASUM="515d9eab81471af82d1ddc6dac0139d528b76b97"
MAINTAINER="Corrado Franco"
EMAIL="conraid (at) linux (dot) it"

0 comments on commit 12acc94

Please sign in to comment.