abcmidi 2014-04-24
Closes Homebrew/homebrew#30267. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9814bbb20f
commit
c571587767
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-11-26.zip'
|
||||
version '2013-11-26'
|
||||
sha1 '3e743b2a89404ad5a7d7f51c48cc2a32ba50654b'
|
||||
url 'http://www.ifdo.ca/~seymour/runabc/abcMIDI-2014-04-24.zip'
|
||||
version '2014-04-24'
|
||||
sha1 'be1922399afacb85a2f61296d86fbec5faab993b'
|
||||
|
||||
def install
|
||||
# configure creates a "Makefile" file. A "makefile" file already exist in
|
||||
|
|
Loading…
Reference in a new issue