yasm: update version to 1.1.0

This commit is contained in:
David Höppner 2010-08-23 15:26:26 +02:00
parent 0cf2e65138
commit 057ffdd36d

View file

@ -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"