summaryrefslogtreecommitdiffstats
path: root/system/augeas
diff options
context:
space:
mode:
author Nikos Giotis <nikos.giotis@gmail.com>2023-11-26 09:36:45 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-26 10:25:48 +0700
commit4797817db77e29116a262b24b5e51a4ca6ae98a6 (patch)
tree97d434e57c0accc60ead157692b3c753177b6a97 /system/augeas
parent92ae70c6bcaafe5d8a893da8b9b0b0f52ebaa8f9 (diff)
downloadslackbuilds-4797817db77e29116a262b24b5e51a4ca6ae98a6.tar.gz
slackbuilds-4797817db77e29116a262b24b5e51a4ca6ae98a6.tar.xz
system/augeas: Updated for version 1.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/augeas')
-rw-r--r--system/augeas/augeas.SlackBuild6
-rw-r--r--system/augeas/augeas.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/system/augeas/augeas.SlackBuild b/system/augeas/augeas.SlackBuild
index dedd5748aa..fcc128563f 100644
--- a/system/augeas/augeas.SlackBuild
+++ b/system/augeas/augeas.SlackBuild
@@ -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
diff --git a/system/augeas/augeas.info b/system/augeas/augeas.info
index 03fe904222..371f265e54 100644
--- a/system/augeas/augeas.info
+++ b/system/augeas/augeas.info
@@ -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=""