mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/CImg: Updated for version 1.5.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
511d415631
commit
7e749e05df
2 changed files with 5 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
# Slackware build script for CImg.
|
||||
#
|
||||
# Copyright 2009-2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
|
||||
# Copyright 2014 Edward W. Koenig <kingbeowulf {at} gmail [dot] com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=CImg
|
||||
VERSION=1.5.7
|
||||
VERSION=${VERSION:-1.5.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="CImg"
|
||||
VERSION="1.5.7"
|
||||
VERSION="1.5.9"
|
||||
HOMEPAGE="http://cimg.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cimg/CImg-1.5.7.zip"
|
||||
MD5SUM="277ebb43968ea13ae588361e917c84b2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cimg/CImg-1.5.9.zip"
|
||||
MD5SUM="cc341ba62e586f25ec6325e4c5ef2fd5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue