pngpaste 0.2.1

upstream went 1.0.1 -> 0.2.1
master
Brett Koonce 2014-07-20 19:25:00 -07:00
parent cfda88656e
commit e07abc66bf
1 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
require 'formula'
require "formula"
class Pngpaste < Formula
homepage 'https://github.com/jcsalterego/pngpaste'
url 'https://github.com/jcsalterego/pngpaste/archive/1.0.1.tar.gz'
sha1 'f81bf4a8bbda7fc1fde7a8bbb039fb1e25c4aee5'
homepage "https://github.com/jcsalterego/pngpaste"
url "https://github.com/jcsalterego/pngpaste/archive/0.2.1.tar.gz"
sha1 "33a8327365eacc862ec7cb25cc15c445d79d6d42"
def install
system 'make', 'all'
bin.install 'pngpaste'
system "make", "all"
bin.install "pngpaste"
end
end