diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 13:11:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-13 13:11:17 +0700 |
commit | 64a1cc921a77d31e35daa822dd30a851bf6c0801 (patch) | |
tree | 362db661475f2a56bc6c06d09e5f08bebbfd8182 | |
parent | b2d7d025366dc241d4455ecea6dd934f38f97e29 (diff) | |
download | slackbuilds-64a1cc921a77d31e35daa822dd30a851bf6c0801.tar.gz |
libraries/webkit2gtk: Updated for version 2.34.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/webkit2gtk/webkit2gtk.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/webkit2gtk/webkit2gtk.SlackBuild b/libraries/webkit2gtk/webkit2gtk.SlackBuild index 051bf38764..93bad1dde4 100644 --- a/libraries/webkit2gtk/webkit2gtk.SlackBuild +++ b/libraries/webkit2gtk/webkit2gtk.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=webkit2gtk SRCNAM=webkitgtk -VERSION=${VERSION:-2.34.4} +VERSION=${VERSION:-2.34.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/webkit2gtk/webkit2gtk.info b/libraries/webkit2gtk/webkit2gtk.info index 7504733af4..b39d4ca9c3 100644 --- a/libraries/webkit2gtk/webkit2gtk.info +++ b/libraries/webkit2gtk/webkit2gtk.info @@ -1,8 +1,8 @@ PRGNAM="webkit2gtk" -VERSION="2.34.4" +VERSION="2.34.5" HOMEPAGE="https://www.webkitgtk.org/" -DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.34.4.tar.xz" -MD5SUM="7eb441141b0185913b263dd964183e3f" +DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.34.5.tar.xz" +MD5SUM="2d135a21e89f273072e90950b09b10c3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bubblewrap geoclue2 gst-plugins-bad wpebackend-fdo xdg-dbus-proxy" |