diff options
| author | BrewTestBot | 2014-07-28 10:01:02 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-28 10:03:10 +0100 | 
| commit | 6def6774e74b052392cd63718a5ff14cdd8db6a4 (patch) | |
| tree | 23a186cf03f1e365a547a0ee32c9924395d3022b | |
| parent | 2fe3a3ee62c3dd7561b7c2ca21349242f311cd1a (diff) | |
| download | homebrew-6def6774e74b052392cd63718a5ff14cdd8db6a4.tar.bz2 | |
spatialite-gui: update 1.7.1 bottle.
| -rw-r--r-- | Library/Formula/spatialite-gui.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/spatialite-gui.rb b/Library/Formula/spatialite-gui.rb index 902b4e4fe..dadec75a7 100644 --- a/Library/Formula/spatialite-gui.rb +++ b/Library/Formula/spatialite-gui.rb @@ -7,9 +7,10 @@ class SpatialiteGui < Formula    bottle do      cellar :any -    sha1 "1f019ce79d57046a567afd1484e8fdbe7001cca3" => :mavericks -    sha1 "d52e624032235d6ce031d8152208c9c6c87a6130" => :mountain_lion -    sha1 "9c31c7bf545be963975e729420b6706c4f5b8a88" => :lion +    revision 1 +    sha1 "54ee1f62973a5711be12125ff0237c715d925427" => :mavericks +    sha1 "e9a4a406a5d5cae055316136a28c7f15063fd923" => :mountain_lion +    sha1 "5cf52fd35bdb73e7a7c18227212e2b4ccbd7f646" => :lion    end    depends_on "pkg-config" => :build | 
