batik: fix moved URL.
Closes Homebrew/homebrew#37769. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
7a8023ef68
commit
1d2f924859
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Batik < Formula
|
||||
homepage 'https://xmlgraphics.apache.org/batik/'
|
||||
url 'http://www.us.apache.org/dist/xmlgraphics/batik/batik-1.7.zip'
|
||||
url 'http://www.apache.org/dist/xmlgraphics/batik/binaries/batik-1.7.zip'
|
||||
sha1 '69d974ab0a4e13cbdd649fa96785776563b73fcf'
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue