From e07abc66bfca626d431c68663ef4db76e41eeac9 Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 20 Jul 2014 19:25:00 -0700 Subject: [PATCH] pngpaste 0.2.1 upstream went 1.0.1 -> 0.2.1 --- Formula/pngpaste.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/pngpaste.rb b/Formula/pngpaste.rb index 27b8cab7f5..ab9b55af71 100644 --- a/Formula/pngpaste.rb +++ b/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