Skip to content

Commit

Permalink
cimg: upgraded to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conraid committed Feb 6, 2015
1 parent d349eb5 commit 8ac368f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cimg/cimg.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Slackware build script for CImg
#
# Copyright 2011-2014 Corrado Franco (http://conraid.net)
# Copyright 2011-2015 Corrado Franco (http://conraid.net)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand Down Expand Up @@ -30,7 +30,7 @@ CWD=$(pwd)

PRGNAME=${PRGNAME:-CImg}
PKGNAME=$(echo $PRGNAME | tr A-Z a-z)
VERSION=${VERSION:-1.5.9}
VERSION=${VERSION:-1.6.0}
PKGVERSION=$(echo $VERSION | tr - _)
BUILD=${BUILD:-1}
TAG=${TAG:-cf}
Expand All @@ -57,7 +57,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PRGNAME-$VERSION
unzip $CWD/$PRGNAME-$VERSION.zip
unzip $CWD/${PRGNAME}_${VERSION}.zip
cd $PRGNAME-$VERSION

# Make sure ownerships and permissions are sane:
Expand Down
8 changes: 4 additions & 4 deletions cimg/cimg.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
NAME="cimg"
VERSION="1.5.9"
VERSION="1.6.0"
HOMEPAGE="http://cimg.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/project/cimg/CImg-1.5.9.zip"
DOWNLOAD="http://downloads.sourceforge.net/project/cimg/CImg_1.6.0.zip"
REQUIRES=""
MD5SUM="cc341ba62e586f25ec6325e4c5ef2fd5"
SHASUM="bcad203e1836db4882c73923f810cdd69906c896"
MD5SUM="fd4c1f2171a4a153affdb011ec7c1994"
SHASUM="5aaf2b3cbfbc474ae3f7bc255513fc7fb2266b78"



Expand Down

0 comments on commit 8ac368f

Please sign in to comment.