aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cpansearch.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/cpansearch.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/cpansearch.rb')
-rw-r--r--Library/Formula/cpansearch.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/cpansearch.rb b/Library/Formula/cpansearch.rb
index ce69e2e5d..dc41a649d 100644
--- a/Library/Formula/cpansearch.rb
+++ b/Library/Formula/cpansearch.rb
@@ -2,8 +2,8 @@ require 'formula'
class Cpansearch < Formula
homepage 'https://github.com/c9s/cpansearch'
- url 'https://github.com/c9s/cpansearch/tarball/0.1.1'
- sha1 '8bfb303cf10b0cfcd09f42b4cb3c3911f37a47ee'
+ url 'https://github.com/c9s/cpansearch/archive/0.1.1.tar.gz'
+ sha1 '8ffab37023886f3c1e287de574001ff720c8b1e5'
head 'https://github.com/c9s/cpansearch.git'