From e347246d51a62a414a6a49accbf3740bcbb13257 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Tue, 22 Nov 2022 18:08:45 +0100 Subject: [PATCH] Exiv changed their download url --- Golden_Repo/e/exiv2/exiv2-0.27.5-GCCcore-11.3.0.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Golden_Repo/e/exiv2/exiv2-0.27.5-GCCcore-11.3.0.eb b/Golden_Repo/e/exiv2/exiv2-0.27.5-GCCcore-11.3.0.eb index 0d1a26626..e8f13ede3 100644 --- a/Golden_Repo/e/exiv2/exiv2-0.27.5-GCCcore-11.3.0.eb +++ b/Golden_Repo/e/exiv2/exiv2-0.27.5-GCCcore-11.3.0.eb @@ -13,7 +13,7 @@ description = """ toolchain = {'name': 'GCCcore', 'version': '11.3.0'} -source_urls = ['http://www.exiv2.org/builds'] +source_urls = ['https://github.com/Exiv2/exiv2/releases/download/v%(version)s/'] sources = ['%(namelower)s-%(version)s-Source.tar.gz'] checksums = ['35a58618ab236a901ca4928b0ad8b31007ebdc0386d904409d825024e45ea6e2'] -- GitLab