diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2018-04-29 11:28:20 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-05-01 22:01:16 +0100 |
commit | 3a623dd371eb77a1496e83257d93644b67df79e4 (patch) | |
tree | 28836bbcce7c3b310d46a3d33783b789d75cbdfa | |
parent | abe49df150e5492d70e7e7ec4ed75717b1ab52cc (diff) |
development/icecream: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | development/icecream/icecream.SlackBuild | 3 | ||||
-rw-r--r-- | development/icecream/icecream.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/development/icecream/icecream.SlackBuild b/development/icecream/icecream.SlackBuild index 460c4d3044eb..4afe8dabd3d5 100644 --- a/development/icecream/icecream.SlackBuild +++ b/development/icecream/icecream.SlackBuild @@ -23,7 +23,6 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=icecream -SRCNAM=icecc VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,7 +72,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/development/icecream/icecream.info b/development/icecream/icecream.info index 0eeab3edb2f2..430743d46a5c 100644 --- a/development/icecream/icecream.info +++ b/development/icecream/icecream.info @@ -1,7 +1,7 @@ PRGNAM="icecream" VERSION="1.1" HOMEPAGE="https://github.com/icecc/icecream" -DOWNLOAD="https://github.com/icecc/icecream/archive/1.1/icecc-1.1.tar.gz" +DOWNLOAD="https://github.com/icecc/icecream/archive/1.1/icecream-1.1.tar.gz" MD5SUM="bd33e21fa25ccedeb5c94be9c6f034e1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |