Added the latest versions of a few packages (#7910)
* automake: added version 1.16.1 * lmod: added version 7.7.29 * git: added version 2.17.0 * tmux: added version 2.7 * scala: added version 2.12.5, fixed typo in version 2.10.6 * Added spark@2.3.0, hadoop@3.1.0, jdk@8u172-b11 * picard: added version 2.18.3 * tar: added version 1.30
This commit is contained in:

committed by
GitHub

parent
e2092896b9
commit
50122a585a
@@ -48,6 +48,8 @@ class Jdk(Package):
|
||||
# For instructions on how to find the magic URL, see:
|
||||
# https://gist.github.com/P7h/9741922
|
||||
# https://linuxconfig.org/how-to-install-java-se-development-kit-on-debian-linux
|
||||
version('8u172-b11', 'eda2945e8c02b84adbf78f46c37b71c1', curl_options=curl_options,
|
||||
url='http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.tar.gz')
|
||||
version('8u141-b15', '8cf4c4e00744bfafc023d770cb65328c', curl_options=curl_options,
|
||||
url='http://download.oracle.com/otn-pub/java/jdk/8u141-b15/336fa29ff2bb4ef291e347e091f7f4a7/jdk-8u141-linux-x64.tar.gz')
|
||||
version('8u131-b11', '75b2cb2249710d822a60f83e28860053', curl_options=curl_options,
|
||||
|
Reference in New Issue
Block a user