diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 09:47:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 09:47:31 +0700 |
commit | 7755ea93ca22e4c6553f31301cd640e7976a54fe (patch) | |
tree | c6798731a2a8abbd89efc1e46c2a3dbe5da1a3c4 /libraries | |
parent | 0dbd746cb04b646f82739f024457912bebeaf3b6 (diff) |
libraries/webkit2gtk: Updated for version 2.38.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-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 9ad24a4fa63b..ebf824bca61f 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.38.4} +VERSION=${VERSION:-2.38.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/webkit2gtk/webkit2gtk.info b/libraries/webkit2gtk/webkit2gtk.info index 4c7aabc1be26..838833c16d32 100644 --- a/libraries/webkit2gtk/webkit2gtk.info +++ b/libraries/webkit2gtk/webkit2gtk.info @@ -1,8 +1,8 @@ PRGNAM="webkit2gtk" -VERSION="2.38.4" +VERSION="2.38.5" HOMEPAGE="https://www.webkitgtk.org/" -DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.38.4.tar.xz" -MD5SUM="1c9ca83a0ad7e4ca9e933094572cb7d9" +DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.38.5.tar.xz" +MD5SUM="de05d314a3ecb5fb3835e4d84f8f466d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bubblewrap geoclue2 wpebackend-fdo xdg-dbus-proxy" |