diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-03 23:33:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-03 23:33:50 +0700 |
commit | f9838a62eb6b2d652393c2582de4e27995a51830 (patch) | |
tree | 452add7dd083bd659f098fcd8cfd4c517494f6c5 | |
parent | a7473c22ed757a5993c97f16c056439be4c58079 (diff) |
libraries/webkit2gtk: Updated for version 2.38.4.
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 145e99a9b29bc..9ad24a4fa63b1 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.3} +VERSION=${VERSION:-2.38.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/webkit2gtk/webkit2gtk.info b/libraries/webkit2gtk/webkit2gtk.info index 69e338a7e95cc..4c7aabc1be267 100644 --- a/libraries/webkit2gtk/webkit2gtk.info +++ b/libraries/webkit2gtk/webkit2gtk.info @@ -1,8 +1,8 @@ PRGNAM="webkit2gtk" -VERSION="2.38.3" +VERSION="2.38.4" HOMEPAGE="https://www.webkitgtk.org/" -DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.38.3.tar.xz" -MD5SUM="1c1cc5eb59273091e228406937b23947" +DOWNLOAD="https://www.webkitgtk.org/releases/webkitgtk-2.38.4.tar.xz" +MD5SUM="1c9ca83a0ad7e4ca9e933094572cb7d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="bubblewrap geoclue2 wpebackend-fdo xdg-dbus-proxy" |