mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/CImg: Updated for version 3.2.4
Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8bf6fdc2f1
commit
623d5b22ff
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=CImg
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
VERSION=${VERSION:-3.2.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="CImg"
|
||||
VERSION="3.0.1"
|
||||
VERSION="3.2.4"
|
||||
HOMEPAGE="http://cimg.eu/"
|
||||
DOWNLOAD="http://cimg.eu/files/CImg_3.0.1.zip"
|
||||
MD5SUM="8c8f1dec783d39ae171cadd5361c8c54"
|
||||
DOWNLOAD="http://cimg.eu/files/CImg_3.2.4.zip"
|
||||
MD5SUM="bcc8a66912884c6af3cf54064c203b98"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue