From 239ca9414759a69cd2dd35c2dea0ca53ba37b797 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 12 Mar 2017 16:34:19 +0000 Subject: [PATCH] libmxml: moved to github.com --- Formula/libmxml.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/libmxml.rb b/Formula/libmxml.rb index e84cef25a2..56f25d6859 100644 --- a/Formula/libmxml.rb +++ b/Formula/libmxml.rb @@ -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