diff options
author | Bradley Sepos <[email protected]> | 2016-05-26 16:57:58 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-05-26 16:57:58 -0400 |
commit | 6179ee67771e5e5f75f8226b2c5c47e78856342b (patch) | |
tree | 1e986984a9645212f156039098f8038785799b88 /contrib | |
parent | ec2e3272044cb3c7426c0c0151aae354575f8187 (diff) |
contrib: Update to Yasm version 1.3.0.
Diffstat (limited to 'contrib')
-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 d08bd5627..7b403ae32 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.url += https://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz -YASM.FETCH.md5 = 4cfc0686cf5350dd1305c4d905eb55a6 +YASM.FETCH.url = http://download.handbrake.fr/handbrake/contrib/yasm-1.3.0.tar.gz +YASM.FETCH.url += https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz +YASM.FETCH.md5 = fc9e586751ff789b34b1f21d572d96af |