pike: update URL
Closes Homebrew/homebrew#17159. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b8f721c492
commit
26e45c3d8c
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ def option? opt
|
||||||
end
|
end
|
||||||
|
|
||||||
class Pike < Formula
|
class Pike < Formula
|
||||||
homepage 'http://pike.ida.liu.se'
|
homepage 'http://pike.lysator.liu.se'
|
||||||
url 'http://pike.ida.liu.se/pub/pike/all/7.8.700/Pike-v7.8.700.tar.gz'
|
url 'http://pike.lysator.liu.se/pub/pike/latest-stable/Pike-v7.8.700.tar.gz'
|
||||||
sha1 '877bd50d2bb202aa485d1f7c62398922d60696c7'
|
sha1 '877bd50d2bb202aa485d1f7c62398922d60696c7'
|
||||||
|
|
||||||
depends_on "nettle"
|
depends_on "nettle"
|
||||||
|
|
Loading…
Reference in a new issue