aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clay.rb
diff options
context:
space:
mode:
authorAndrew Janke2013-03-28 21:03:20 -0400
committerAdam Vandenberg2013-03-28 21:02:11 -0700
commit174acd649c19dbc83f34a6a9e95bdc137b1a2a1b (patch)
tree478011ae5fade7ce4ac0c2d1a5fc504d210a482e /Library/Formula/clay.rb
parenta5566e3b61ac314ba756fad6bf90a724c9c62017 (diff)
downloadhomebrew-174acd649c19dbc83f34a6a9e95bdc137b1a2a1b.tar.bz2
Change github /tarball/ URLs to /archive/ for formulae A-K
The `brew audit` check complains about the older /tarball/ URL scheme. Update formulae to use the new /archive/ URL and update the SHA to match. Closes #18813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/clay.rb')
-rw-r--r--Library/Formula/clay.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/clay.rb b/Library/Formula/clay.rb
index fcc37baa1..eb273603d 100644
--- a/Library/Formula/clay.rb
+++ b/Library/Formula/clay.rb
@@ -2,8 +2,8 @@ require 'formula'
class Clay < Formula
homepage 'http://claylabs.com/clay/'
- url 'https://github.com/jckarter/clay/tarball/v0.1.2'
- sha1 '1c7de85a36b4516c0cf5ba7f413d748d1c37c9b4'
+ url 'https://github.com/jckarter/clay/archive/v0.1.2.tar.gz'
+ sha1 'cd557a5ccaca17fd8ec83651f8df3e5405c4f855'
head 'https://github.com/jckarter/clay.git'