diff options
author | Bradley Sepos <[email protected]> | 2015-10-28 17:25:21 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-25 15:45:04 -0400 |
commit | ee4ca95e2a1f78903c114411522a04a5bbd7a5bb (patch) | |
tree | d705aad5ceaf03a87d6b7602a73d059ae3347e37 /contrib/m4 | |
parent | 0310fab56d7801cf37f71876ad6c11390f6ae97d (diff) |
contrib: Add upstream urls where possible.
Diffstat (limited to 'contrib/m4')
-rw-r--r-- | contrib/m4/module.defs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/m4/module.defs b/contrib/m4/module.defs index b73674bed..72c1af629 100644 --- a/contrib/m4/module.defs +++ b/contrib/m4/module.defs @@ -1,5 +1,6 @@ $(eval $(call import.MODULE.defs,M4,m4)) $(eval $(call import.CONTRIB.defs,M4)) -M4.FETCH.url = http://download.handbrake.fr/handbrake/contrib/m4-1.4.16.tar.bz2 -M4.FETCH.md5 = 8a7cef47fecab6272eb86a6be6363b2f +M4.FETCH.url = http://download.handbrake.fr/handbrake/contrib/m4-1.4.16.tar.bz2 +M4.FETCH.url += http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.bz2 +M4.FETCH.md5 = 8a7cef47fecab6272eb86a6be6363b2f |