libmxml: moved to github.com
This commit is contained in:
parent
f4d2244a8f
commit
239ca94147
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
class Libmxml < Formula
|
||||
desc "Mini-XML library"
|
||||
homepage "http://www.minixml.org/"
|
||||
url "https://www.msweet.org/files/project3/mxml-2.9.tar.gz"
|
||||
homepage "https://michaelrsweet.github.io/mxml/"
|
||||
url "https://github.com/michaelrsweet/mxml/releases/download/release-2.9/mxml-2.9.tar.gz"
|
||||
sha256 "cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92"
|
||||
|
||||
head "http://svn.msweet.org/mxml/"
|
||||
head "https://github.com/michaelrsweet/mxml.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue