libinfinity 0.5.3

Also update clang build number.

Closes Homebrew/homebrew#17115.
master
Adam Vandenberg 2013-01-16 20:06:19 -08:00
parent 7ff5dccebf
commit 3483deba7f
1 changed files with 5 additions and 4 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Libinfinity < Formula
homepage 'http://gobby.0x539.de/trac/wiki/Infinote/Libinfinity'
url 'http://releases.0x539.de/libinfinity/libinfinity-0.5.2.tar.gz'
sha1 '0864b7f00c44b7bed9f6b69e0e322e0359883358'
url 'http://releases.0x539.de/libinfinity/libinfinity-0.5.3.tar.gz'
sha1 '33fcdad764331e33ff1036d24c65d6296387e839'
depends_on 'pkg-config' => :build
depends_on 'glib'
@ -13,9 +13,10 @@ class Libinfinity < Formula
depends_on :x11
# Reported upstream here: http://gobby.0x539.de/trac/ticket/595
# Supposedly fixed in HEAD. Test and remove at libinfinity-0.5.3.
# Supposedly fixed in HEAD, but still happens in 0.5.3, possibly
# in a different place.
fails_with :clang do
build 318
build 421
cause 'Non-void function should return a value'
end