diff options
| author | Josh Hagins | 2013-11-28 21:21:02 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-11-29 12:35:57 -0600 |
| commit | e992be24113160d3f52e6b486a687136cd41af4b (patch) | |
| tree | 41a49f534866ff827a556ec2c7030e0bfa26affb | |
| parent | 5192d656ecd35778a834a5e2afd2020c6f55c470 (diff) | |
| download | homebrew-e992be24113160d3f52e6b486a687136cd41af4b.tar.bz2 | |
abcmidi 2013-11-26
Closes #24758.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/abcmidi.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/abcmidi.rb b/Library/Formula/abcmidi.rb index a765267b5..859e63210 100644 --- a/Library/Formula/abcmidi.rb +++ b/Library/Formula/abcmidi.rb @@ -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-09-15.zip' - version '2013-09-15' - sha1 '974cfbc10d04e6b6872e361e70a308c1b78e47d9' + url 'http://www.ifdo.ca/~seymour/runabc/abcMIDI-2013-11-26.zip' + version '2013-11-26' + sha1 '3e743b2a89404ad5a7d7f51c48cc2a32ba50654b' def install # configure creates a "Makefile" file. A "makefile" file already exist in |
