aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/discount.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/discount.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/discount.rb')
-rw-r--r--Library/Formula/discount.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/discount.rb b/Library/Formula/discount.rb
index dd5eba8c0..b566bf682 100644
--- a/Library/Formula/discount.rb
+++ b/Library/Formula/discount.rb
@@ -2,8 +2,10 @@ require 'formula'
class Discount < Formula
homepage 'http://www.pell.portland.or.us/~orc/Code/discount/'
- url 'https://github.com/Orc/discount/tarball/v2.1.5a'
- sha1 '73dcf117fa6ca15332c67f246544cd224bfc1774'
+ url 'https://github.com/Orc/discount/archive/v2.1.5a.tar.gz'
+ sha1 '83906e1f349eb13ea629f4f6e59a7f392e07a411'
+
+ version 'v2.1.5a'
conflicts_with 'markdown',
:because => 'both discount and markdown ship a `markdown` executable.'