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/yasm | |
parent | 0310fab56d7801cf37f71876ad6c11390f6ae97d (diff) |
contrib: Add upstream urls where possible.
Diffstat (limited to 'contrib/yasm')
-rw-r--r-- | contrib/yasm/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/yasm/module.defs b/contrib/yasm/module.defs index ae1e31e7f..d08bd5627 100644 --- a/contrib/yasm/module.defs +++ b/contrib/yasm/module.defs @@ -1,6 +1,6 @@ $(eval $(call import.MODULE.defs,YASM,yasm)) $(eval $(call import.CONTRIB.defs,YASM)) -YASM.FETCH.url = http://download.handbrake.fr/handbrake/contrib/yasm-1.2.0.tar.gz -YASM.FETCH.md5 = 4cfc0686cf5350dd1305c4d905eb55a6 - +YASM.FETCH.url = http://download.handbrake.fr/handbrake/contrib/yasm-1.2.0.tar.gz +YASM.FETCH.url += https://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz +YASM.FETCH.md5 = 4cfc0686cf5350dd1305c4d905eb55a6 |