summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 11:19:05 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:35 +0200
commite3529abe87e105a0c578d0e12cebadf7e4c644ce (patch)
treef72f414de1e07e66a5154742f2d066dc551fdd56 /misc
parent2db83ba1a808f6ed8980da57a91e96f5caeb91cc (diff)
downloadslackbuilds-e3529abe87e105a0c578d0e12cebadf7e4c644ce.tar.gz
misc/glogg: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/glogg/glogg.SlackBuild2
-rw-r--r--misc/glogg/glogg.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/glogg/glogg.SlackBuild b/misc/glogg/glogg.SlackBuild
index ca740b8135..4192c098e4 100644
--- a/misc/glogg/glogg.SlackBuild
+++ b/misc/glogg/glogg.SlackBuild
@@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/"$PRGNAM"_"$VERSION".orig.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/misc/glogg/glogg.info b/misc/glogg/glogg.info
index d7a63adc6e..abad2da20b 100644
--- a/misc/glogg/glogg.info
+++ b/misc/glogg/glogg.info
@@ -1,7 +1,7 @@
PRGNAM="glogg"
VERSION="1.1.4"
HOMEPAGE="http://glogg.bonnefon.org/"
-DOWNLOAD="http://glogg.bonnefon.org/files/glogg-1.1.4.tar.gz"
+DOWNLOAD="http://deb.debian.org/debian/pool/main/g/glogg/glogg_1.1.4.orig.tar.gz"
MD5SUM="065d292411df490dcb3c6abae35ed608"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""