diff --git a/easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.2.0.eb b/easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.2.0.eb index 6b601fe0f4b..c409d75484e 100644 --- a/easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.2.0.eb +++ b/easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.2.0.eb @@ -10,10 +10,9 @@ description = """Berkeley DB enables the development of custom data management toolchain = {'name': 'GCCcore', 'version': '10.2.0'} -# use Homebrew source mirror to allow auto-downloading source tarball -# (Oracle website - https://www.oracle.com/technetwork/products/berkeleydb/downloads/ - requires reigstration) -source_urls = ['https://bintray.com/homebrew/mirror/download_file?file_path='] -sources = [{'download_filename': 'berkeley-db-%(version)s.tar.gz', 'filename': SOURCELOWER_TAR_GZ}] +# use http to allow auto-downloading... +source_urls = ['http://download.oracle.com/berkeley-db/'] +sources = [SOURCELOWER_TAR_GZ] patches = ['%(name)s-%(version)s_fix_doc_install.patch'] checksums = [ '0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8', # db-18.1.40.tar.gz diff --git a/easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.3.0.eb b/easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.3.0.eb index f7eda864aac..4b461e5efbd 100644 --- a/easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.3.0.eb +++ b/easybuild/easyconfigs/d/DB/DB-18.1.40-GCCcore-10.3.0.eb @@ -12,10 +12,9 @@ description = """Berkeley DB enables the development of custom data management toolchain = {'name': 'GCCcore', 'version': '10.3.0'} -# use Homebrew source mirror to allow auto-downloading source tarball -# (Oracle website - https://www.oracle.com/technetwork/products/berkeleydb/downloads/ - requires reigstration) -source_urls = ['https://bintray.com/homebrew/mirror/download_file?file_path='] -sources = [{'download_filename': 'berkeley-db-%(version)s.tar.gz', 'filename': SOURCELOWER_TAR_GZ}] +# use http to allow auto-downloading... +source_urls = ['http://download.oracle.com/berkeley-db/'] +sources = [SOURCELOWER_TAR_GZ] patches = ['%(name)s-%(version)s_fix_doc_install.patch'] checksums = [ '0cecb2ef0c67b166de93732769abdeba0555086d51de1090df325e18ee8da9c8', # db-18.1.40.tar.gz