aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pngpaste.rb12
1 files changed, 6 insertions, 6 deletions
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