network/munge: Updated version to 0.5.16
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e785d93b99
commit
b1f79d3006
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Munge
|
||||
|
||||
# Copyright 2015-2021 Emmanuel N. Millan, Mendoza, Argentina.
|
||||
# Copyright 2015-2024 Emmanuel N. Millan, Mendoza, Argentina.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=munge
|
||||
VERSION=${VERSION:-0.5.14}
|
||||
VERSION=${VERSION:-0.5.16}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="munge"
|
||||
VERSION="0.5.14"
|
||||
VERSION="0.5.16"
|
||||
HOMEPAGE="https://dun.github.io/munge/"
|
||||
DOWNLOAD="https://github.com/dun/munge/releases/download/munge-0.5.14/munge-0.5.14.tar.xz"
|
||||
MD5SUM="e81db7faf729611e23d0552334dfc212"
|
||||
DOWNLOAD="https://github.com/dun/munge/releases/download/munge-0.5.16/munge-0.5.16.tar.xz"
|
||||
MD5SUM="c68e5226f075d240582113396ccb1fcb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue