aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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"