diff options
| author | Adam Vandenberg | 2013-01-27 21:22:46 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:12 -0800 |
| commit | e33fa9d0a1cba62126084f657aea65f95c469059 (patch) | |
| tree | 02b1bc11c3693228f7dd868edf9108fc7ede8d22 /Library | |
| parent | 8b65ce95142d5a8b7df57ca5f5f83a1f9d621fce (diff) | |
| download | homebrew-e33fa9d0a1cba62126084f657aea65f95c469059.tar.bz2 | |
rpg: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rpg.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/rpg.rb b/Library/Formula/rpg.rb index 9b56fcca6..b76b1a6f7 100644 --- a/Library/Formula/rpg.rb +++ b/Library/Formula/rpg.rb @@ -1,11 +1,12 @@ require 'formula' class Rpg < Formula - url 'https://github.com/downloads/rtomayko/rpg/rpg-0.3.0.tar.gz' - head 'https://github.com/rtomayko/rpg.git' homepage 'https://github.com/rtomayko/rpg' + url 'https://github.com/downloads/rtomayko/rpg/rpg-0.3.0.tar.gz' sha1 'acad232da1a560bdc0788bcfa203afcc58f0d7dc' + head 'https://github.com/rtomayko/rpg.git' + def install system "./configure", "--prefix=#{prefix}" system "make" |
