mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/asbt: Updated for version 1.9.0.
This commit is contained in:
parent
ae8aa80c52
commit
c4569d7582
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=asbt
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
VERSION=${VERSION:-1.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -40,7 +40,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/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="asbt"
|
||||
VERSION="1.8.1"
|
||||
VERSION="1.9.0"
|
||||
HOMEPAGE="https://github.com/aadityabagga/asbt"
|
||||
DOWNLOAD="https://github.com/aadityabagga/asbt/archive/1.8.1/asbt-1.8.1.tar.gz"
|
||||
MD5SUM="9c66d973576e3bec5bdf1ef50368cb16"
|
||||
DOWNLOAD="https://github.com/aadityabagga/asbt/archive/1.9.0.tar.gz"
|
||||
MD5SUM="8dec3b0699a23f29c6c44f96c178e963"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue