resty 1.5
This commit is contained in:
parent
de2da44825
commit
05fe4ad0b6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue