diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-13 09:51:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-13 09:51:45 +0700 |
commit | 1c4a9320ea06cd4e1105b25049cc2671110505ab (patch) | |
tree | 7b3b097e4c5685e4340ce8edc63e00f888d2605e /libraries | |
parent | db42a9b78fda6e7ae257b9b716c593c4c3c2cd9b (diff) |
libraries/libwpe: Updated for version 1.12.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libwpe/libwpe.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/libwpe/libwpe.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/libraries/libwpe/libwpe.SlackBuild b/libraries/libwpe/libwpe.SlackBuild index e3416fc0b0fc..3e8f4a36c103 100644 --- a/libraries/libwpe/libwpe.SlackBuild +++ b/libraries/libwpe/libwpe.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for libwpe -# Copyright 2019-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2019-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libwpe -VERSION=${VERSION:-1.12.0} +VERSION=${VERSION:-1.12.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,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 diff --git a/libraries/libwpe/libwpe.info b/libraries/libwpe/libwpe.info index 40292d5c1ebb..c5a1e4f8c1ab 100644 --- a/libraries/libwpe/libwpe.info +++ b/libraries/libwpe/libwpe.info @@ -1,8 +1,8 @@ PRGNAM="libwpe" -VERSION="1.12.0" +VERSION="1.12.2" HOMEPAGE="https://wpewebkit.org" -DOWNLOAD="https://wpewebkit.org/releases/libwpe-1.12.0.tar.xz" -MD5SUM="5a3f11789535d826370ba465ea141393" +DOWNLOAD="https://wpewebkit.org/releases/libwpe-1.12.2.tar.xz" +MD5SUM="33021c136035c8adfcccb2694dd48341" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |