yasm: update version to 1.1.0
This commit is contained in:
parent
0cf2e65138
commit
057ffdd36d
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Yasm <Formula
|
||||
url 'http://www.tortall.net/projects/yasm/releases/yasm-1.0.1.tar.gz'
|
||||
url 'http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz'
|
||||
homepage 'http://www.tortall.net/projects/yasm/'
|
||||
md5 '2174fc3b6b74de07667f42d47514c336'
|
||||
md5 '8392e5f2235c2c2a981e1a633f2698cb'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue