system/arc: Switch to github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a7f3883c2b
commit
882ec60b58
|
@ -44,6 +44,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 .
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="arc"
|
||||
VERSION="5.21q"
|
||||
HOMEPAGE="https://github.com/ani6al/arc"
|
||||
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/a/arc/arc_5.21q.orig.tar.gz"
|
||||
DOWNLOAD="https://github.com/ani6al/arc/archive/5.21q/arc-5.21q.tar.gz"
|
||||
MD5SUM="e8cb2f5988605aa830e79f40ab652c13"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue