aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pngpaste.rb
diff options
context:
space:
mode:
authorAndrew Janke2013-03-29 16:29:20 -0400
committerAdam Vandenberg2013-03-29 14:59:28 -0700
commit9fddebc091879c04ed8c8b55f9fe2dc655c3456e (patch)
tree31b10fcb26c01eefb1cd8e41a203fd9eb0ecb6f1 /Library/Formula/pngpaste.rb
parent55e65f31e2db49e0adff05fa33fb7b87f87c58a0 (diff)
downloadhomebrew-9fddebc091879c04ed8c8b55f9fe2dc655c3456e.tar.bz2
Change github /tarball/ URLs to /archive/ for formulae L-Z
This takes care of a `brew audit` complaint. Closes #18828. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pngpaste.rb')
-rw-r--r--Library/Formula/pngpaste.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pngpaste.rb b/Library/Formula/pngpaste.rb
index 92f1fc352..27b8cab7f 100644
--- a/Library/Formula/pngpaste.rb
+++ b/Library/Formula/pngpaste.rb
@@ -2,8 +2,8 @@ require 'formula'
class Pngpaste < Formula
homepage 'https://github.com/jcsalterego/pngpaste'
- url 'https://github.com/jcsalterego/pngpaste/tarball/1.0.1'
- sha1 '473af09e6d4ea0d72c4f5478780a03452cea90c5'
+ url 'https://github.com/jcsalterego/pngpaste/archive/1.0.1.tar.gz'
+ sha1 'f81bf4a8bbda7fc1fde7a8bbb039fb1e25c4aee5'
def install
system 'make', 'all'