Update abcmidi formula
The old url returns a 404 error. Closes Homebrew/homebrew#22742. Signed-off-by: Xiyue Deng <manphiz@gmail.com>
This commit is contained in:
parent
5595d1901f
commit
de7098a9a4
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class Abcmidi < Formula
|
||||
homepage 'http://www.ifdo.ca/~seymour/runabc/top.html'
|
||||
url 'http://www.ifdo.ca/~seymour/runabc/abcMIDI-2013-06-07.zip'
|
||||
version '2013-06-07'
|
||||
sha1 '31563dd1362d1619614571f277c3a8128984659e'
|
||||
url 'http://www.ifdo.ca/~seymour/runabc/abcMIDI-2013-09-15.zip'
|
||||
version '2013-09-15'
|
||||
sha1 '974cfbc10d04e6b6872e361e70a308c1b78e47d9'
|
||||
|
||||
def install
|
||||
# configure creates a "Makefile" file. A "makefile" file already exist in
|
||||
|
|
Loading…
Reference in a new issue