diff options
| author | Adam Vandenberg | 2012-02-09 23:00:16 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-09 23:08:03 -0800 |
| commit | 48f22547bbf40770a32c5f274753ef7c31ef2000 (patch) | |
| tree | da54b4dec685d896cd8ba5e7e0993698fb7322cc /Library | |
| parent | 14ae417f4a133003d199b651b63b125cdcd2f6b3 (diff) | |
| download | homebrew-48f22547bbf40770a32c5f274753ef7c31ef2000.tar.bz2 | |
rock: style update
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rock.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rock.rb b/Library/Formula/rock.rb index d2fe2b11a..fe802be4b 100644 --- a/Library/Formula/rock.rb +++ b/Library/Formula/rock.rb @@ -1,8 +1,8 @@ require 'formula' class Rock < Formula - url 'https://github.com/downloads/nddrylliog/rock/rock-0.9.3-source.tar.bz2' homepage 'http://ooc-lang.org' + url 'https://github.com/downloads/nddrylliog/rock/rock-0.9.3-source.tar.bz2' md5 'ce877bcc72b0a78ba088a1826d8c12b3' head 'https://github.com/nddrylliog/rock.git' @@ -14,6 +14,6 @@ class Rock < Formula # install misc authorship files & rock binary in place # copy the sdk, libs and docs - prefix.install ['rock.use', 'README.md', "sdk", "libs", "docs"] + prefix.install "rock.use", 'README.md', "sdk", "libs", "docs" end end |
