guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openjdk11: Update to 11.0.13.


From: guix-commits
Subject: branch master updated: gnu: openjdk11: Update to 11.0.13.
Date: Tue, 02 Nov 2021 21:14:06 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3c60336  gnu: openjdk11: Update to 11.0.13.
3c60336 is described below

commit 3c60336bf2c8ea1e4b406343cda0dd11897c2f13
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Tue Nov 2 22:38:55 2021 +0100

    gnu: openjdk11: Update to 11.0.13.
    
    The new URL was found in the release announcement at
    
https://mail.openjdk.java.net/pipermail/jdk-updates-dev/2021-October/009368.html
    
    * gnu/packages/java.scm (openjdk11): Update to 11.0.13.
---
 gnu/packages/java.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a404250..da72dbb 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -2121,14 +2121,15 @@ new Date();"))
 (define-public openjdk11
   (package
     (name "openjdk")
-    (version "11.28")
+    (version "11.0.13")
     (source (origin
               (method url-fetch)
-              (uri 
"http://hg.openjdk.java.net/jdk/jdk/archive/76072a077ee1.tar.bz2";)
+              (uri (string-append 
"https://openjdk-sources.osci.io/openjdk11/openjdk-";
+                                  version "-ga.tar.xz"))
               (file-name (string-append name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0v705w1s9lrqalzahir78pk397rkk9gfvzq821yv8h3xha0bqi6w"))
+                "0xavz7msaadprq65p5bhp6sxcyp12p0zlbhb3aaz0cvp21c9pdm9"))
               (modules '((guix build utils)))
               (snippet
                `(begin
@@ -2365,6 +2366,7 @@ new Date();"))
        ("libpng" ,libpng)
        ("libx11" ,libx11)
        ("libxext" ,libxext)
+       ("libxrandr" ,libxrandr)
        ("libxrender" ,libxrender)
        ("libxt" ,libxt)
        ("libxtst" ,libxtst)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]