mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/simple-scan: Fixed download link (different tarball).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
159213485d
commit
d9fc6872d1
2 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@ set -e
|
|||
rm -fr $TMP/$PRGNAM-$VERSION $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root.root .
|
||||
find . \
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
PRGNAM="simple-scan"
|
||||
VERSION="2.32.0.2"
|
||||
HOMEPAGE="https://launchpad.net/simple-scan"
|
||||
DOWNLOAD="http://launchpad.net/simple-scan/trunk/2.32.0.2/+download/simple-scan-2.32.0.2.tar.gz"
|
||||
MD5SUM="bd04ec7387c2f3164f81a490c0fe0b30"
|
||||
DOWNLOAD="https://launchpad.net/simple-scan/2.32/2.32.0.2/+download/simple-scan-2.32.0.2.tar.bz2"
|
||||
MD5SUM="8435b0a31aba1255caf685eb57b18e06"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
EMAIL="nishant@mnspace.net"
|
||||
|
||||
|
|
Loading…
Reference in a new issue