diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-31 20:09:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-05 07:15:45 +0700 |
commit | d8834d43a5bce1350fd3689e5bac3d165699d517 (patch) | |
tree | 9638b983b56eed264ae2ed5aee6b36fd0cc03f0f /system/ttygif | |
parent | 21e4e98ab021f09fbd8c8bc863dc460243f6d51f (diff) | |
download | slackbuilds-d8834d43a5bce1350fd3689e5bac3d165699d517.tar.gz |
system/ttygif: Updated for version 1.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/ttygif')
-rw-r--r-- | system/ttygif/ttygif.SlackBuild | 4 | ||||
-rw-r--r-- | system/ttygif/ttygif.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/ttygif/ttygif.SlackBuild b/system/ttygif/ttygif.SlackBuild index 7e3d87e54d..8c2db2e5df 100644 --- a/system/ttygif/ttygif.SlackBuild +++ b/system/ttygif/ttygif.SlackBuild @@ -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 diff --git a/system/ttygif/ttygif.info b/system/ttygif/ttygif.info index 0b6139e6a6..94b4671995 100644 --- a/system/ttygif/ttygif.info +++ b/system/ttygif/ttygif.info @@ -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="" |