goffice 0.10.23

Closes Homebrew/homebrew#42240.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Tomasz Pajor 2015-07-29 11:49:11 +02:00 committed by Dominyk Tiller
parent 32eb77ecc3
commit fa93b7df7c

View file

@ -1,9 +1,8 @@
class Goffice < Formula
desc "Gnumeric spreadsheet program"
homepage "https://developer.gnome.org/goffice/"
url "https://download.gnome.org/sources/goffice/0.10/goffice-0.10.22.tar.xz"
sha256 "0206a87a323b52a874dc54491374245f9e1c5f62e93a2ce4a02fb444a26b0e28"
revision 1
url "https://download.gnome.org/sources/goffice/0.10/goffice-0.10.23.tar.xz"
sha256 "1325fc38f2476977bd8d71588ccb2a57aa418260406b7c28a20098b6b4e33f9f"
bottle do
sha256 "77844a73d2d543a9f2b3dc9df6e6b9382851927e1e96674e00778cd0eb7b9b18" => :yosemite
@ -11,14 +10,6 @@ class Goffice < Formula
sha256 "5356db827d669db06a17015ce88cf7c7b1e794183283490422290f903df1629e" => :mountain_lion
end
# Fixes a crash with quad precision math when building using clang
# Will be included in the next release; patch from upstream commit.
# https://bugzilla.gnome.org/show_bug.cgi?id=749463
patch do
url "https://gist.githubusercontent.com/mistydemeo/71c77c48e36116b824b4/raw/2f70e9f1d847bfaea2f328e43b6c8cd0a609902b/goffice.patch"
sha256 "f51f9a149189c6ab9716716ee0170416c4847739f7bf866fbf388c246008f7e1"
end
head do
url "https://github.com/GNOME/goffice.git"
depends_on "automake" => :build