clasp 2.1.4

The version currently in-tree (2.1.3) is broken on 10.9.1 due to
clang errors, but this one compiles out of the box.

Closes Homebrew/homebrew#25821.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Anil Madhavapeddy 2014-01-11 22:37:18 +00:00 committed by Mike McQuaid
parent f1699b890c
commit b1e3e3b9d7
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Clasp < Formula
homepage 'http://potassco.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/potassco/clasp/2.1.3/clasp-2.1.3-source.tar.gz'
sha1 '2332c9263429d089bb6cd9f2ae96d9e37d614e12'
url 'http://downloads.sourceforge.net/project/potassco/clasp/2.1.4/clasp-2.1.4-source.tar.gz'
sha1 '4c6ec3ee2f68fd5f9b3574ebb5a8b069d65d12df'
option 'with-mt', 'Enable multi-thread support'