aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-20 11:41:33 -0700
committerAdam Vandenberg2011-03-20 11:41:33 -0700
commit56ff46567321de1d3eb98e2701fb79475368048e (patch)
treea41435e948fb7a9449e135582749c857d4914012 /Library/Formula
parent91bd4b2b151fd953d9489b0bb00889db83eb02d3 (diff)
downloadhomebrew-56ff46567321de1d3eb98e2701fb79475368048e.tar.bz2
resty 1.5
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/resty.rb6
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