Skip to content
Snippets Groups Projects
Commit 067c8466 authored by Matthias Diener's avatar Matthias Diener Committed by Adam J. Stewart
Browse files

yasm: add develop version (#8712)

parent 4df673e4
No related branches found
No related tags found
No related merge requests found
...@@ -33,4 +33,10 @@ class Yasm(AutotoolsPackage): ...@@ -33,4 +33,10 @@ class Yasm(AutotoolsPackage):
homepage = "http://yasm.tortall.net" homepage = "http://yasm.tortall.net"
url = "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz" url = "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz"
version('develop', git='https://github.com/yasm/yasm/')
version('1.3.0', 'fc9e586751ff789b34b1f21d572d96af') version('1.3.0', 'fc9e586751ff789b34b1f21d572d96af')
depends_on('autoconf', when='@develop')
depends_on('automake', when='@develop')
depends_on('libtool', when='@develop')
depends_on('m4', when='@develop')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment