system/augeas: Updated for version 1.14.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
15f47d9a80
commit
31f3a3383b
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=augeas
|
||||
VERSION=${VERSION:-1.12.0}
|
||||
VERSION=${VERSION:-1.14.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="augeas"
|
||||
VERSION="1.12.0"
|
||||
VERSION="1.14.1"
|
||||
HOMEPAGE="http://augeas.net/"
|
||||
DOWNLOAD="http://download.augeas.net/augeas-1.12.0.tar.gz"
|
||||
MD5SUM="74f1c7b8550f4e728486091f6b907175"
|
||||
DOWNLOAD="https://github.com/hercules-team/augeas/releases/download/release-1.14.1/augeas-1.14.1.tar.gz"
|
||||
MD5SUM="ac31216268b4b64809afd3a25f2515e5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue