system/augeas: Updated for version 1.12.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Nikos Giotis 2023-11-26 09:36:45 +07:00 committed by Willy Sudiarto Raharjo
parent 92ae70c6bc
commit 4797817db7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for augeas
# Copyright 2015 Nikos Giotis <nikos.giotis@gmail.com>
# Copyright 2015-2023, Nikos Giotis, Athens, GR
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=augeas
VERSION=${VERSION:-1.4.0}
VERSION=${VERSION:-1.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -104,7 +104,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 AUTHORS ChangeLog HACKING INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog HACKING.md NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="augeas"
VERSION="1.4.0"
VERSION="1.12.0"
HOMEPAGE="http://augeas.net/"
DOWNLOAD="http://download.augeas.net/augeas-1.4.0.tar.gz"
MD5SUM="a2536a9c3d744dc09d234228fe4b0c93"
DOWNLOAD="http://download.augeas.net/augeas-1.12.0.tar.gz"
MD5SUM="74f1c7b8550f4e728486091f6b907175"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""