diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-19 06:54:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-19 06:54:21 +0700 |
commit | 60cfe7b2b7c91deaacc0e827636ad6a2aae67835 (patch) | |
tree | 7e9bee559dec877390bf49f9dd2704c321a92955 | |
parent | 264d724592cfed3285b2544e65190d954fc4a78f (diff) | |
download | slackbuilds-60cfe7b2b7c91deaacc0e827636ad6a2aae67835.tar.gz |
libraries/webkitgtk: Updated for version 2.4.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/webkitgtk/webkitgtk.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/webkitgtk/webkitgtk.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libraries/webkitgtk/webkitgtk.SlackBuild b/libraries/webkitgtk/webkitgtk.SlackBuild index 34a5215f47..4eff2974c8 100644 --- a/libraries/webkitgtk/webkitgtk.SlackBuild +++ b/libraries/webkitgtk/webkitgtk.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=webkitgtk -VERSION=${VERSION:-2.4.9} +VERSION=${VERSION:-2.4.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/webkitgtk/webkitgtk.info b/libraries/webkitgtk/webkitgtk.info index 7380909232..3ae781e7e7 100644 --- a/libraries/webkitgtk/webkitgtk.info +++ b/libraries/webkitgtk/webkitgtk.info @@ -1,8 +1,8 @@ PRGNAM="webkitgtk" -VERSION="2.4.9" +VERSION="2.4.10" HOMEPAGE="http://webkitgtk.org/" -DOWNLOAD="http://www.webkitgtk.org/releases/webkitgtk-2.4.9.tar.xz" -MD5SUM="312fd29eb7f5970660c6a64b8bf8420e" +DOWNLOAD="http://www.webkitgtk.org/releases/webkitgtk-2.4.10.tar.xz" +MD5SUM="1b3f18d4087dfc648e8060c14e16e202" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libwebp" |