httpry 0.1.8

This commit is contained in:
Brett Koonce 2014-06-22 18:35:18 -07:00
parent f85cbc5423
commit ed42d353af

View file

@ -1,15 +1,15 @@
require 'formula' require "formula"
class Httpry < Formula class Httpry < Formula
homepage 'http://dumpsterventures.com/jason/httpry/' homepage "http://dumpsterventures.com/jason/httpry/"
url 'http://dumpsterventures.com/jason/httpry/httpry-0.1.7.tar.gz' url "http://dumpsterventures.com/jason/httpry/httpry-0.1.8.tar.gz"
sha1 '22cc6aa8079abf671b9e7f4f93b615d0b7d389d3' sha1 "163dcd1ab8cb2e8cef3cda2d7f0dea1b04deb338"
depends_on :bsdmake depends_on :bsdmake
def install def install
system "bsdmake" system "bsdmake"
bin.install 'httpry' bin.install "httpry"
man1.install 'httpry.1' man1.install "httpry.1"
end end
end end