system/sboui: Updated for version 0.3.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Daniel Prosser 2017-05-12 23:13:28 +07:00 committed by Willy Sudiarto Raharjo
parent c218e228a8
commit eea93b60f5
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 4 deletions

View file

@ -11,3 +11,4 @@ config() {
}
config etc/sboui/sboui.conf.new
config etc/sboui/package_blacklist.new

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sboui
VERSION=${VERSION:-0.2.1}
VERSION=${VERSION:-0.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -87,6 +87,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
mv $PKG/etc/sboui/sboui.conf $PKG/etc/sboui/sboui.conf.new
mv $PKG/etc/sboui/package_blacklist $PKG/etc/sboui/package_blacklist.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog INSTALL LICENSE README.md TODO \

View file

@ -1,8 +1,8 @@
PRGNAM="sboui"
VERSION="0.2.1"
VERSION="0.3.1"
HOMEPAGE="https://github.com/montagdude/sboui"
DOWNLOAD="https://github.com/montagdude/sboui/archive/0.2.1/sboui-0.2.1.tar.gz"
MD5SUM="aa59373719848a7834c3a288175d7c56"
DOWNLOAD="https://github.com/montagdude/sboui/archive/0.3.1/sboui-0.3.1.tar.gz"
MD5SUM="4293b68cee62f3fda0c0bcf5270efb6a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libconfig"