libcello 1.1.7
The 1.1.2 package did not build. 1.1.7 incorporates changes to the build system that should now build cleanly (on OSX) going forward. Closes Homebrew/homebrew#25722. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c355080726
commit
75826f22aa
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require 'formula'
|
|||
class Libcello < Formula
|
||||
homepage 'http://libcello.org/'
|
||||
head 'https://github.com/orangeduck/libCello.git'
|
||||
url 'http://libcello.org/static/libCello-1.1.2.tar.gz'
|
||||
sha1 '48140f4e42c097367e7dd4fee9b911b25b6c9e6c'
|
||||
url 'http://libcello.org/static/libCello-1.1.7.tar.gz'
|
||||
sha1 'e00e92ccdaf16c3443e0c75421b6cc73b1f727b1'
|
||||
|
||||
def install
|
||||
system "make", "check"
|
||||
|
|
Loading…
Reference in a new issue