mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/ttygif: Updated for version 1.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
21e4e98ab0
commit
d8834d43a5
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ttygif
|
||||
VERSION=${VERSION:-1.0.8}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
|
||||
mkdir -p $PKG/usr/bin
|
||||
install -D -m0755 $PRGNAM $PKG/usr/bin/$PRGNAM
|
||||
install -D -m0755 concat.sh $PKG/usr/bin/concat
|
||||
install -D -m0755 $PRGNAM $PKG/usr/bin/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ttygif"
|
||||
VERSION="1.0.8"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="https://github.com/icholy/ttygif"
|
||||
DOWNLOAD="https://github.com/icholy/ttygif/archive/1.0.8.tar.gz"
|
||||
MD5SUM="57669a0614a9e509da37c1cb0d67eaef"
|
||||
DOWNLOAD="https://github.com/icholy/ttygif/archive/1.3.0.tar.gz"
|
||||
MD5SUM="5133d71003d4a7c6276172ede53ecb3b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue