asciidoc: update homepage/head links

AsciiDoc has a new "official" website along with a change in development
organization, and they have also recently migrated from Google Code to
GitHub. This change points `home` and `head` at the new locations.

Reference: https://groups.google.com/forum/#!topic/asciidoc/6p7KcFRabp4

Closes Homebrew/homebrew#40061.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Andrew Janke 2015-05-24 21:29:11 -04:00 committed by Dominyk Tiller
parent d13405131c
commit 952d4fa7b3

View file

@ -1,5 +1,5 @@
class Asciidoc < Formula
homepage "http://www.methods.co.nz/asciidoc"
homepage "http://asciidoc.org/"
url "https://downloads.sourceforge.net/project/asciidoc/asciidoc/8.6.9/asciidoc-8.6.9.tar.gz"
sha1 "82e574dd061640561fa0560644bc74df71fb7305"
@ -12,7 +12,7 @@ class Asciidoc < Formula
end
head do
url "https://code.google.com/p/asciidoc/", :using => :hg
url "https://github.com/asciidoc/asciidoc.git"
depends_on "autoconf" => :build
end