mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/conmon: Updated for version 2.1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
360ef78270
commit
c88269d12b
2 changed files with 4 additions and 7 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=conmon
|
||||
REPONAME=conmon
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
VERSION=${VERSION:-2.1.8}
|
||||
GIT_COMMIT="4dc8bcfec41e10ca760c8e2089474c2843dfd066"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -46,9 +46,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="conmon"
|
||||
VERSION="2.0.1"
|
||||
VERSION="2.1.8"
|
||||
HOMEPAGE="https://github.com/containers/conmon"
|
||||
DOWNLOAD="https://github.com/containers/conmon/archive/v2.0.1/conmon-2.0.1.tar.gz"
|
||||
MD5SUM="72eea27a2ac98ec35611dd91ee786c70"
|
||||
DOWNLOAD="https://github.com/containers/conmon/archive/v2.1.8/conmon-2.1.8.tar.gz"
|
||||
MD5SUM="753a2d554c6b5c55c93f069a20d9ebf9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue