libraries/template-glib: Updated for version 3.36.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
89d166f93b
commit
bf26e90619
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=template-glib
|
||||
VERSION=${VERSION:-3.36.0}
|
||||
VERSION=${VERSION:-3.36.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,15 +38,11 @@ case "$( uname -m )" in
|
|||
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
|
||||
fi
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="template-glib"
|
||||
VERSION="3.36.0"
|
||||
VERSION="3.36.1"
|
||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/template-glib"
|
||||
DOWNLOAD="https://gitlab.gnome.org/GNOME/template-glib/-/archive/3.36.0/template-glib-3.36.0.tar.bz2"
|
||||
MD5SUM="628cd8901f5537ce86bbc04b6c820999"
|
||||
DOWNLOAD="https://gitlab.gnome.org/GNOME/template-glib/-/archive/3.36.1/template-glib-3.36.1.tar.bz2"
|
||||
MD5SUM="5867afc4a067770355e27602d7f33dbe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue