aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Höppner2010-08-23 15:26:26 +0200
committerDavid Höppner2010-08-23 15:26:26 +0200
commit0afefc8055198b06e14e832b23f9087bbfdbcbc0 (patch)
treeead59e0ca62f90614122210de62db750f6859de7 /Library/Formula
parent99ede5b8d68a57eff1ee7b8be0d22bc3f15de939 (diff)
downloadhomebrew-0afefc8055198b06e14e832b23f9087bbfdbcbc0.tar.bz2
yasm: update version to 1.1.0
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yasm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb
index 91cbc2b34..f56ee5b60 100644
--- a/Library/Formula/yasm.rb
+++ b/Library/Formula/yasm.rb
@@ -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"