httpry 0.1.8
This commit is contained in:
parent
f85cbc5423
commit
ed42d353af
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Httpry < Formula
|
||||
homepage 'http://dumpsterventures.com/jason/httpry/'
|
||||
url 'http://dumpsterventures.com/jason/httpry/httpry-0.1.7.tar.gz'
|
||||
sha1 '22cc6aa8079abf671b9e7f4f93b615d0b7d389d3'
|
||||
homepage "http://dumpsterventures.com/jason/httpry/"
|
||||
url "http://dumpsterventures.com/jason/httpry/httpry-0.1.8.tar.gz"
|
||||
sha1 "163dcd1ab8cb2e8cef3cda2d7f0dea1b04deb338"
|
||||
|
||||
depends_on :bsdmake
|
||||
|
||||
def install
|
||||
system "bsdmake"
|
||||
bin.install 'httpry'
|
||||
man1.install 'httpry.1'
|
||||
bin.install "httpry"
|
||||
man1.install "httpry.1"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue