aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Höppner2010-04-09 17:19:15 +0200
committerDavid Höppner2010-04-09 17:19:15 +0200
commit3d77374018dec3c0964fceb786bae172525042be (patch)
treeafd307dcdce34c7cc9e9dd2e140a10c49a5fb566 /Library
parent9f586170baa1bf51b4c1318c4835f590ad568cea (diff)
downloadhomebrew-3d77374018dec3c0964fceb786bae172525042be.tar.bz2
yasm: version update to 1.0.0
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/yasm.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/yasm.rb b/Library/Formula/yasm.rb
index b40fa1070..80753b37a 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-0.8.0.tar.gz'
- @homepage='http://www.tortall.net/projects/yasm/'
- @md5='84a72204c9b452a00b39b1b00495163f'
+ url 'http://www.tortall.net/projects/yasm/releases/yasm-1.0.0.tar.gz'
+ homepage 'http://www.tortall.net/projects/yasm/'
+ md5 'e00627e13d30ff9238053e95bd93a8fb'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"