diff options
| author | Brett Koonce | 2014-07-20 19:25:00 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-07-20 21:59:17 -0700 |
| commit | 40d5e687eb63da89c72ee849a9e5436ea7986c3b (patch) | |
| tree | 3bc2480afa0545bd8657c9d84028882d50f96a23 /Library | |
| parent | 9f8c0af59a7e40b0b5ff106c21c8f6fe4aac3904 (diff) | |
| download | homebrew-40d5e687eb63da89c72ee849a9e5436ea7986c3b.tar.bz2 | |
pngpaste 0.2.1
upstream went 1.0.1 -> 0.2.1
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pngpaste.rb | 12 |
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 |
