Skip to content

Instantly share code, notes, and snippets.

Created May 29, 2015 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9d9149853426f27034b6 to your computer and use it in GitHub Desktop.
Save anonymous/9d9149853426f27034b6 to your computer and use it in GitHub Desktop.
0001-gnu-webkitgtk-Update-to-2.8.3.patch
From 89715c83b3d9e8b782c550391ff63df7a5505c73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@gmail.com>
Date: Fri, 29 May 2015 17:54:51 +0800
Subject: [PATCH] gnu: webkitgtk: Update to 2.8.3.
The version mentioned in the previous commit (e7e8ea0) message was
wrong. Should be '2.4.9'.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.8.3.
---
gnu/packages/webkit.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index d2a7f05..0f3a44b 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -51,14 +51,14 @@
(define-public webkitgtk
(package
(name "webkitgtk")
- (version "2.8.1")
+ (version "2.8.3")
(source (origin
(method url-fetch)
(uri (string-append "http://www.webkitgtk.org/releases/"
name "-" version ".tar.xz"))
(sha256
(base32
- "1zv030ryfwwp57yzlpr9bgpxcmc64izsxk2vsyd4kjhns9cl88bx"))))
+ "05igg61lflgwy83cmxgyzmvf2bkhplmp8710ssrlpmbfcz461pmk"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no tests
--
2.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment