mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/schroot: Updated for version 1.6.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
c03e36003f
commit
80421d7543
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=schroot
|
PRGNAM=schroot
|
||||||
VERSION=${VERSION:-1.4.19}
|
VERSION=${VERSION:-1.6.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM\_$VERSION.orig.tar.bz2
|
tar xvf $CWD/$PRGNAM\_$VERSION.orig.tar.?z*
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="schroot"
|
PRGNAM="schroot"
|
||||||
VERSION="1.4.19"
|
VERSION="1.6.3"
|
||||||
HOMEPAGE="http://packages.debian.org/sid/schroot"
|
HOMEPAGE="http://packages.debian.org/sid/schroot"
|
||||||
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/s/schroot/schroot_1.4.19.orig.tar.bz2"
|
DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/s/schroot/schroot_1.6.3.orig.tar.xz"
|
||||||
MD5SUM="b4ba1738a9e211956e19920244bcecb0"
|
MD5SUM="f6b1badef213ce8e9ef37bb3fc213390"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue