system/etckeeper: Updated for version 1.18.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a9a1a67d37
commit
ddfc8b41cb
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for etckeeper
|
||||
|
||||
# Copyright (c) 2013, David Sullins
|
||||
# Copyright (c) 2013-2015 David Sullins
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=etckeeper
|
||||
VERSION=${VERSION:-1.13}
|
||||
VERSION=${VERSION:-1.18.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,7 +69,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a GPL INSTALL README.md TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a GPL doc/* $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="etckeeper"
|
||||
VERSION="1.13"
|
||||
VERSION="1.18.2"
|
||||
HOMEPAGE="http://joeyh.name/code/etckeeper/"
|
||||
DOWNLOAD="https://github.com/joeyh/etckeeper/archive/1.13/etckeeper-1.13.tar.gz"
|
||||
MD5SUM="bee7baacd8ffc71657bc424c4523038a"
|
||||
DOWNLOAD="https://github.com/joeyh/etckeeper/archive/1.18.2/etckeeper-1.18.2.tar.gz"
|
||||
MD5SUM="f4217adc1e1a19a03222af76a0a5bffc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue