diff --git a/d/ice/Ice-3.3.1.tar.gz.sha1 b/d/ice/Ice-3.3.1.tar.gz.sha1 deleted file mode 100644 index f5ddf444..00000000 --- a/d/ice/Ice-3.3.1.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -08d0f32bdb7d909b4a531d45cccfa97bdde649aa Ice-3.3.1.tar.gz diff --git a/d/ice/Ice-3.4.2.tar.gz.sha1 b/d/ice/Ice-3.4.2.tar.gz.sha1 new file mode 100644 index 00000000..b80da6ad --- /dev/null +++ b/d/ice/Ice-3.4.2.tar.gz.sha1 @@ -0,0 +1 @@ +8c84d6e3b227f583d05e08251e07047e6c3a6b42 Ice-3.4.2.tar.gz diff --git a/d/ice/ice.SlackBuild b/d/ice/ice.SlackBuild index ac28b51d..b9892b5e 100755 --- a/d/ice/ice.SlackBuild +++ b/d/ice/ice.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2009,2011 Damien Goutte-Gattat +# Copyright (C) 2009,2011,2012 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -28,13 +28,13 @@ # Source package infos NAMESRC=${NAMESRC:-Ice} -VERSION=${VERSION:-3.3.1} +VERSION=${VERSION:-3.4.2} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} -WGET=${WGET:-http://www.zeroc.com/download/Ice/3.3/$ARCHIVE} +WGET=${WGET:-http://www.zeroc.com/download/Ice/3.4/$ARCHIVE} # Build infos NAMEPKG=${NAMEPKG:-ice} -BUILD=${BUILD:-2GGD} +BUILD=${BUILD:-1GGD} ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')} JOBS=${JOBS:-1} EXT=${EXT:-txz}