diff options
author | Justin Scholz <[email protected]> | 2016-10-15 13:51:47 +0200 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-12-15 12:26:20 -0500 |
commit | 72bf6f7be77fe7f7443a4ef45a808b9131750b6b (patch) | |
tree | 9a47d4e6e439ac48931b04861a12b57564faa870 /contrib/libgnurx/module.defs | |
parent | 010837e1fb1dd259261eb7f760dd6623c539fea1 (diff) |
contrib: Use SHA256 instead of MD5 for contrib archive checksums.
Closes #356.
Diffstat (limited to 'contrib/libgnurx/module.defs')
-rw-r--r-- | contrib/libgnurx/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libgnurx/module.defs b/contrib/libgnurx/module.defs index 22a0bbff6..2db2d5ee1 100644 --- a/contrib/libgnurx/module.defs +++ b/contrib/libgnurx/module.defs @@ -1,9 +1,9 @@ $(eval $(call import.MODULE.defs,LIBGNURX,libgnurx)) $(eval $(call import.CONTRIB.defs,LIBGNURX)) -LIBGNURX.FETCH.url = https://download.handbrake.fr/handbrake/contrib/mingw-libgnurx-2.5.1-src.tar.gz -LIBGNURX.FETCH.url += https://sourceforge.net/projects/mingw/files/Other/UserContributed/regex/mingw-regex-2.5.1/mingw-libgnurx-2.5.1-src.tar.gz -LIBGNURX.FETCH.md5 = 35c8fed3101ca1f253e9b6b1966661f6 +LIBGNURX.FETCH.url = https://download.handbrake.fr/handbrake/contrib/mingw-libgnurx-2.5.1-src.tar.gz +LIBGNURX.FETCH.url += https://sourceforge.net/projects/mingw/files/Other/UserContributed/regex/mingw-regex-2.5.1/mingw-libgnurx-2.5.1-src.tar.gz +LIBGNURX.FETCH.sha256 = 7147b7f806ec3d007843b38e19f42a5b7c65894a57ffc297a76b0dcd5f675d76 LIBGNURX.EXTRACT.tarbase = mingw-libgnurx-2.5.1 LIBGNURX.CONFIGURE.env += AR="$(AR.exe)" |