diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/resty.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/resty.rb b/Library/Formula/resty.rb index 4a120618e..0baf507da 100644 --- a/Library/Formula/resty.rb +++ b/Library/Formula/resty.rb @@ -1,8 +1,8 @@ require 'formula' class Resty < Formula - url 'https://github.com/micha/resty/tarball/1.4' - md5 '136edf4b1703122ed284b13617542614' + url 'https://github.com/micha/resty/tarball/1.5' + md5 '6e6f6f7fdc89f5eb7d4c316f42786016' head 'git://github.com/micha/resty.git' homepage 'https://github.com/micha/resty' @@ -10,7 +10,7 @@ class Resty < Formula skip_clean 'bin' def install - system "mv README.markdown README" + system "mv README.md README" bin.install %w[pp resty pypp] end |
