summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-08-22 06:07:53 +0200
committer Willy Sudiarto Raharjo2021-08-25 07:11:29 +0200
commit7cd3aa772805887b65d50b36960beb19154884cc (patch)
tree82f146d0c68e621d846e897f9c9ea44894e926de
parent105e3644b626bef833d4e116446194f5bc267701 (diff)
downloadslackbuilds-7cd3aa772805887b65d50b36960beb19154884cc.tar.gz
libraries/libqcow: Fix DOWNLOAD.
The previous tag has been deleted from github. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libqcow/libqcow.SlackBuild3
-rw-r--r--libraries/libqcow/libqcow.info2
2 files changed, 2 insertions, 3 deletions
diff --git a/libraries/libqcow/libqcow.SlackBuild b/libraries/libqcow/libqcow.SlackBuild
index fc678654a8..435bed8319 100644
--- a/libraries/libqcow/libqcow.SlackBuild
+++ b/libraries/libqcow/libqcow.SlackBuild
@@ -28,7 +28,6 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libqcow
VERSION=${VERSION:-20181227}
-STATUS=${STATUS:-alpha}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$STATUS-$VERSION.tar.gz
+tar xvf $CWD/"$PRGNAM"_"$VERSION".orig.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/libraries/libqcow/libqcow.info b/libraries/libqcow/libqcow.info
index c8f83c8e8f..8c84435d36 100644
--- a/libraries/libqcow/libqcow.info
+++ b/libraries/libqcow/libqcow.info
@@ -1,7 +1,7 @@
PRGNAM="libqcow"
VERSION="20181227"
HOMEPAGE="https://github.com/libyal/libqcow"
-DOWNLOAD="https://github.com/libyal/libqcow/releases/download/20181227/libqcow-alpha-20181227.tar.gz"
+DOWNLOAD="http://deb.debian.org/debian/pool/main/libq/libqcow/libqcow_20181227.orig.tar.gz"
MD5SUM="79ebef2ac8d47e6497a51a19358b27a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""