diff options
| author | Adam Vandenberg | 2014-05-18 11:06:39 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-18 11:33:37 -0700 |
| commit | 1a6b06752bd24ecfb279705621ecd856374b8038 (patch) | |
| tree | 2d40257137e3fe5d9953fb2690dec047a6f8e046 | |
| parent | b31227d6ef602142ea399b04211d306eaaea674c (diff) | |
| download | homebrew-1a6b06752bd24ecfb279705621ecd856374b8038.tar.bz2 | |
spatialite-gui: update 1.7.1 bottle.
| -rw-r--r-- | Library/Formula/spatialite-gui.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/spatialite-gui.rb b/Library/Formula/spatialite-gui.rb index 61f65e86e..902b4e4fe 100644 --- a/Library/Formula/spatialite-gui.rb +++ b/Library/Formula/spatialite-gui.rb @@ -5,6 +5,13 @@ class SpatialiteGui < Formula url "http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/spatialite_gui-1.7.1.tar.gz" sha1 "3b9d88e84ffa5a4f913cf74b098532c2cd15398f" + bottle do + cellar :any + sha1 "1f019ce79d57046a567afd1484e8fdbe7001cca3" => :mavericks + sha1 "d52e624032235d6ce031d8152208c9c6c87a6130" => :mountain_lion + sha1 "9c31c7bf545be963975e729420b6706c4f5b8a88" => :lion + end + depends_on "pkg-config" => :build depends_on "freexl" depends_on "geos" |
