guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: openjdk11: Update to 11.0.17.


From: guix-commits
Subject: 01/07: gnu: openjdk11: Update to 11.0.17.
Date: Tue, 20 Dec 2022 10:12:38 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f667aeb642c5deab342fe42f3744eb9a7fccc003
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Mon Dec 12 21:19:32 2022 +0000

    gnu: openjdk11: Update to 11.0.17.
    
    * gnu/packages/java.scm (openjdk11): Update to 11.0.17.
    [source]: Fix source file-name.
    [native-inputs]: Add bash.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/java.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f80406cab9..fa4d2d3bd0 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -1761,15 +1761,15 @@ new Date();"))
 (define-public openjdk11
   (package
     (name "openjdk")
-    (version "11.0.15")
+    (version "11.0.17")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://openjdk-sources.osci.io/openjdk11/openjdk-";
                                   version "-ga.tar.xz"))
-              (file-name (string-append name "-" version ".tar.bz2"))
+              (file-name (string-append name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0di91nnms2iq1svgq72r5y17am17r4vh2lq43k0bkcwpc84d6nd8"))
+                "1prvqy0ysz0999wrhsrbz6vrknpqfihl9l74l16ph93g89dqi5ia"))
               (modules '((guix build utils)))
               (snippet
                '(for-each delete-file (find-files "." ".*.(bin|exe|jar)$")))))
@@ -2019,6 +2019,7 @@ new Date();"))
            libxtst))
     (native-inputs
      (list autoconf
+           bash                     ; not bash-minimal, needs ulimit
            openjdk10
            `(,openjdk10 "jdk")
            gnu-make-4.2



reply via email to

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