diff options
| author | Matt Stevens | 2011-01-08 15:13:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-01-08 15:25:04 -0800 |
| commit | 57bd5a227d6e5adc883f616fdeb6b063471dddb7 (patch) | |
| tree | 58a998159653ff64cfe862986404eb3a5d61d42f /Library | |
| parent | 78f9af02c420fd8903163b37242c1bc4a92479b4 (diff) | |
| download | homebrew-57bd5a227d6e5adc883f616fdeb6b063471dddb7.tar.bz2 | |
Version resty, set to 1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/resty.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/resty.rb b/Library/Formula/resty.rb index 887ea3660..babb87ec6 100644 --- a/Library/Formula/resty.rb +++ b/Library/Formula/resty.rb @@ -1,6 +1,8 @@ require 'formula' class Resty <Formula + url 'https://github.com/micha/resty/tarball/1.1' + md5 'e1794ae1e5e7427e4b908cf4ecbb6adb' head 'git://github.com/micha/resty.git' homepage 'https://github.com/micha/resty' |
