summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2015-10-27 15:31:52 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-31 08:33:10 +0700
commit083cecf113a69553382d88a579e0aef2bfad7d9e (patch)
treed00989170f14e439d69ae509f36e198b92289bb1 /system
parent956ec71e67024504b3063b2b68d76182fc9f034e (diff)
downloadslackbuilds-083cecf113a69553382d88a579e0aef2bfad7d9e.tar.gz
slackbuilds-083cecf113a69553382d88a579e0aef2bfad7d9e.tar.xz
system/barman: Fix DOWNLOAD.
Diffstat (limited to 'system')
-rw-r--r--system/barman/barman.SlackBuild2
-rw-r--r--system/barman/barman.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/barman/barman.SlackBuild b/system/barman/barman.SlackBuild
index 7fbb2c49d5..fb236f6f46 100644
--- a/system/barman/barman.SlackBuild
+++ b/system/barman/barman.SlackBuild
@@ -60,7 +60,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/system/barman/barman.info b/system/barman/barman.info
index 48fd683202..921ffd9206 100644
--- a/system/barman/barman.info
+++ b/system/barman/barman.info
@@ -1,7 +1,7 @@
PRGNAM="barman"
VERSION="1.5.0"
HOMEPAGE="http://www.pgbarman.org/"
-DOWNLOAD="http://downloads.sourceforge.net/project/pgbarman/1.5.0/barman-1.5.0.tar.gz"
+DOWNLOAD="http://http.debian.net/debian/pool/main/b/barman/barman_1.5.0.orig.tar.gz"
MD5SUM="5be5a0fcca1f713ace085a399ee0ab8c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""