diff options
author | Charadon <dev@iotib.net> | 2023-03-11 21:09:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 21:09:21 +0700 |
commit | bf26e90619d6fa8392c6d2407c615946e0d306fe (patch) | |
tree | 10a7a806d950addfefaccec6198dce89c8530a21 /libraries | |
parent | 89d166f93be423bc959ce922f37bbb7782e5f315 (diff) |
libraries/template-glib: Updated for version 3.36.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/template-glib/template-glib.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/template-glib/template-glib.info | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/libraries/template-glib/template-glib.SlackBuild b/libraries/template-glib/template-glib.SlackBuild index 899a735888c0..2b4a2e034124 100644 --- a/libraries/template-glib/template-glib.SlackBuild +++ b/libraries/template-glib/template-glib.SlackBuild @@ -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} diff --git a/libraries/template-glib/template-glib.info b/libraries/template-glib/template-glib.info index 6dc1dad35ebf..3b8119552fb2 100644 --- a/libraries/template-glib/template-glib.info +++ b/libraries/template-glib/template-glib.info @@ -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="" |