diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/resty.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/resty.rb b/Library/Formula/resty.rb index 24bf094d3..2af762384 100644 --- a/Library/Formula/resty.rb +++ b/Library/Formula/resty.rb @@ -1,10 +1,11 @@ require 'formula' class Resty < Formula - url 'https://github.com/micha/resty/tarball/1.7' - md5 '578e7564f5efe7ad89d7279fc0e52890' - head 'git://github.com/micha/resty.git' + url 'https://github.com/micha/resty/tarball/1.8' homepage 'https://github.com/micha/resty' + md5 'c99beeb500d616e6710beb05fad08285' + + head 'git://github.com/micha/resty.git' # Don't take +x off these files skip_clean 'bin' |
