diff options
author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2017-02-17 17:33:06 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-17 21:52:12 +0000 |
commit | 140df2b7d43ac446395bc38b355b9483d5f7a4fc (patch) | |
tree | c2bac3b52e2ad166d14af127fc31dfb6942aba38 /games | |
parent | e083e2c33a9f36998af18279b466e91d91229567 (diff) |
games/redeclipse: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/redeclipse/redeclipse.SlackBuild | 8 | ||||
-rw-r--r-- | games/redeclipse/redeclipse.info | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/redeclipse/redeclipse.SlackBuild b/games/redeclipse/redeclipse.SlackBuild index e572b2fac2c4..a606ed8ce412 100644 --- a/games/redeclipse/redeclipse.SlackBuild +++ b/games/redeclipse/redeclipse.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=redeclipse VERSION=${VERSION:-1.5.1} -SRCVER="7e7aba44e58a90f256321e5a7cb4879b" +SRCNAM=base BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/${PRGNAM}_${VERSION}_nix.tar.bz2 || tar xvf $CWD/$SRCVER -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/${SRCNAM}-${VERSION}.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/games/redeclipse/redeclipse.info b/games/redeclipse/redeclipse.info index 2878dfe707a3..4d7bcc84f5ce 100644 --- a/games/redeclipse/redeclipse.info +++ b/games/redeclipse/redeclipse.info @@ -1,8 +1,8 @@ PRGNAM="redeclipse" VERSION="1.5.1" HOMEPAGE="http://www.redeclipse.net" -DOWNLOAD="http://www.indiedb.com/downloads/mirror/82335/101/7e7aba44e58a90f256321e5a7cb4879b" -MD5SUM="f12b05a32ad1f6e0cb4e83e53cc286b7" +DOWNLOAD="https://github.com/red-eclipse/base/archive/v1.5.1/base-1.5.1.tar.gz" +MD5SUM="109dd6a1e45074f14a109bcc18848455" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |