Skip to content

Commit

Permalink
squid: upgraded to 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Aug 1, 2015
1 parent 87485f5 commit 80186bd
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 @@ -32,8 +32,8 @@ CWD=$(pwd)

PRGNAM=${PRGNAM:-squid}
PKGNAM=$(echo ${PRGNAM} | tr A-Z a-z)
VERSION=${VERSION:-3.5.6}
PKGVERSION=${VERSION//-/_}
VERSION=${VERSION:-3.5.7}
PKGVERSION=$(echo ${VERSION} | tr - _)
BUILD=${BUILD:-1}
TAG=${TAG:-cf}
TMP=${TMP:-/tmp/pkg}
Expand Down
10 changes: 5 additions & 5 deletions squid/squid.info
@@ -1,12 +1,12 @@
PRGNAM="squid"
VERSION="3.5.6"
VERSION="3.5.7"
HOMEPAGE="http://www.squid-cache.org"
DOWNLOAD="http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.6.tar.xz"
DOWNLOAD="http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.7.tar.xz"
DOWNLOAD_x86_64=""
FILENAME="squid-3.5.6.tar.xz"
FILENAME="squid-3.5.7.tar.xz"
FILENAME_x86_64=""
REQUIRES=""
MD5SUM="93e18bd257857e35bb634ddb8a348563"
MD5SUM="e24943386555ca922130a7e034badba7"
MD5SUM_x86_64=""
SHASUM="c5f3ab47e61a08fa6a8767d45befeffd7d26fd9f"
SHASUM="e7dcc0cbcee6fd10a8c8bf3e9bff0dc6359ccc48"
SHASUM_x86_64=""

0 comments on commit 80186bd

Please sign in to comment.