aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-26 17:40:55 -0800
committerAdam Vandenberg2013-01-26 17:40:55 -0800
commit5fe1293e60a0e9118e7d71eb756aa6b8522dfc1c (patch)
tree6c7fbc5085fc69540cdc20fbde28223feaa365fb /Library/Formula
parent0204be1ed511a9a8f6af3d599b20e16fa717d8b3 (diff)
downloadhomebrew-5fe1293e60a0e9118e7d71eb756aa6b8522dfc1c.tar.bz2
asm6: style nit
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/asm6.rb4
-rw-r--r--Library/Formula/wtf.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/asm6.rb b/Library/Formula/asm6.rb
index b8d69d2a7..c33433617 100644
--- a/Library/Formula/asm6.rb
+++ b/Library/Formula/asm6.rb
@@ -1,10 +1,10 @@
require 'formula'
class Asm6 < Formula
- url 'http://home.comcast.net/~olimar/NES/asm6.zip'
homepage 'http://home.comcast.net/~olimar/NES/'
+ url 'http://home.comcast.net/~olimar/NES/asm6.zip'
+ version '1.6'
sha1 '9fbc1eed740a16107730e7f996d7ddad8277eb4e'
- version '1.6'
def install
system "#{ENV.cc} -o asm6 asm6.c"
diff --git a/Library/Formula/wtf.rb b/Library/Formula/wtf.rb
index 52f2fc672..a79766c0b 100644
--- a/Library/Formula/wtf.rb
+++ b/Library/Formula/wtf.rb
@@ -1,8 +1,8 @@
require 'formula'
class Wtf < Formula
- url 'http://mirror.aarnet.edu.au/pub/FreeBSD/ports/distfiles/wtf-20111107.tar.gz'
homepage 'http://cvsweb.netbsd.org/bsdweb.cgi/src/games/wtf/'
+ url 'http://mirror.aarnet.edu.au/pub/FreeBSD/ports/distfiles/wtf-20111107.tar.gz'
sha1 'c5b280cba0c92cf6a80480375bd189a19766e628'
def install