Skip to content

Commit

Permalink
Use source distro for 10.5 and new URL for above
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jan 13, 2020
1 parent bf0d54d commit b720729
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions easybuild/easyconfigs/a/ant/ant-1.10.5-Java-1.8.eb
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
easyblock = 'PackedBinary'

name = 'ant'
version = '1.10.5'
versionsuffix = '-Java-%(javaver)s'

homepage = 'http://ant.apache.org/'
homepage = 'https://ant.apache.org/'
description = """Apache Ant is a Java library and command-line tool whose mission is to drive processes described in
build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of
Java applications."""

toolchain = SYSTEM

source_urls = ['http://apache.cu.be//ant/binaries']
sources = ['apache-%(name)s-%(version)s-bin.tar.gz']
checksums = ['cd52c6f77a0b1de7174addc94e5a512d86978ac9173a30cd11f4ab26f6d8deba']
source_urls = ['https://archive.apache.org/dist/%(name)s/source/']
sources = ['apache-%(name)s-%(version)s-src.tar.gz']
checksums = ['5937cf11d74d75d6e8927402950b012e037e362f9f728262ce432ad289b9f6ca']

dependencies = [('Java', '1.8')]

builddependencies = [('JUnit', '4.12', versionsuffix)]

sanity_check_paths = {
'files': ['bin/ant', 'lib/ant.jar'],
'dirs': [],
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/a/ant/ant-1.10.6-Java-1.8.eb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = """Apache Ant is a Java library and command-line tool whose missio

toolchain = SYSTEM

source_urls = ['https://apache.cu.be/ant/binaries']
source_urls = ['https://apache.mirrors.cu.be/ant/binaries']
sources = ['apache-%(name)s-%(version)s-bin.tar.gz']
checksums = ['ed87985be618d4be6c46ba2092a6c1fad60ef6ae0c8745c007ca9d5175c253fd']

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/a/ant/ant-1.10.7-Java-11.eb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = """Apache Ant is a Java library and command-line tool whose missio

toolchain = SYSTEM

source_urls = ['https://apache.cu.be/ant/binaries']
source_urls = ['https://apache.mirrors.cu.be/ant/binaries']
sources = ['apache-%(name)s-%(version)s-bin.tar.gz']
checksums = ['2e0f2e0348e146b5a366de55bb97a1508c57544623f35f2432b7f6b844581341']

Expand Down

0 comments on commit b720729

Please sign in to comment.