From 40d5e687eb63da89c72ee849a9e5436ea7986c3b Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 20 Jul 2014 19:25:00 -0700 Subject: pngpaste 0.2.1 upstream went 1.0.1 -> 0.2.1 --- Library/Formula/pngpaste.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pngpaste.rb b/Library/Formula/pngpaste.rb index 27b8cab7f..ab9b55af7 100644 --- a/Library/Formula/pngpaste.rb +++ b/Library/Formula/pngpaste.rb @@ -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 -- cgit v1.2.3