diff options
| author | Adam Vandenberg | 2013-01-27 21:21:39 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:12 -0800 |
| commit | 8b65ce95142d5a8b7df57ca5f5f83a1f9d621fce (patch) | |
| tree | 5b0ca8d9f8e598ee0e60f08c5d24c430ecaebd7f /Library | |
| parent | bf379650727e4ce661e7036d15aa02ce3727caa1 (diff) | |
| download | homebrew-8b65ce95142d5a8b7df57ca5f5f83a1f9d621fce.tar.bz2 | |
rnv: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rnv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rnv.rb b/Library/Formula/rnv.rb index 606f9390a..86d12f25a 100644 --- a/Library/Formula/rnv.rb +++ b/Library/Formula/rnv.rb @@ -1,8 +1,8 @@ require 'formula' class Rnv < Formula - url 'http://downloads.sourceforge.net/project/rnv/Sources/1.7.10/rnv-1.7.10.tar.bz2' homepage 'http://freshmeat.net/projects/rnv' + url 'http://downloads.sourceforge.net/project/rnv/Sources/1.7.10/rnv-1.7.10.tar.bz2' sha1 'f85fa4b8da41758e51f8192b1c0974f62c53a242' depends_on 'expat' |
