mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/aha: Updated for version 0.4.10.3.
This commit is contained in:
parent
dc03ccb3a0
commit
0a8af29501
2 changed files with 7 additions and 5 deletions
|
@ -7,8 +7,10 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/
|
||||
# for details.
|
||||
|
||||
# 20170122 bkw: update for 0.4.10.3
|
||||
|
||||
PRGNAM=aha
|
||||
VERSION=${VERSION:-0.4.10}
|
||||
VERSION=${VERSION:-0.4.10.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +62,7 @@ install -s -m0755 $PRGNAM $PKG/usr/bin
|
|||
gzip -9c < $PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a CHANGELOG README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aha"
|
||||
VERSION="0.4.10"
|
||||
VERSION="0.4.10.3"
|
||||
HOMEPAGE="https://github.com/theZiz/aha"
|
||||
DOWNLOAD="https://github.com/theZiz/aha/archive/0.4.10.tar.gz"
|
||||
MD5SUM="d4529773c04e3d1912f934fb4ef5e51a"
|
||||
DOWNLOAD="https://github.com/theZiz/aha/archive/0.4.10.3.tar.gz"
|
||||
MD5SUM="6d6a73b145afd3c082210db62b2364ff"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue