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 80753b37a..91cbc2b34 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.0.tar.gz'
+ url 'http://www.tortall.net/projects/yasm/releases/yasm-1.0.1.tar.gz'
homepage 'http://www.tortall.net/projects/yasm/'
- md5 'e00627e13d30ff9238053e95bd93a8fb'
+ md5 '2174fc3b6b74de07667f42d47514c336'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"