diff options
| author | BrewTestBot | 2014-12-29 12:02:32 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-29 12:10:18 +0000 | 
| commit | 7bfe070f5618d04b7be0e69a9ef228bebc2e1520 (patch) | |
| tree | fcc7d804c5eff4086b2d0517e561b9d38c57a1e1 | |
| parent | 2bf3f456e09b7bc6a9f798b5debaac1a7208cee3 (diff) | |
| download | homebrew-7bfe070f5618d04b7be0e69a9ef228bebc2e1520.tar.bz2 | |
spatialite-tools: update 4.2.0 bottle.
| -rw-r--r-- | Library/Formula/spatialite-tools.rb | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/Library/Formula/spatialite-tools.rb b/Library/Formula/spatialite-tools.rb index 11b5ba587..093983208 100644 --- a/Library/Formula/spatialite-tools.rb +++ b/Library/Formula/spatialite-tools.rb @@ -7,10 +7,10 @@ class SpatialiteTools < Formula    bottle do      cellar :any -    revision 2 -    sha1 "a046197bb1056ed281f8ce1da6adf09f1b8dbc2e" => :yosemite -    sha1 "13509dbd47966b057ddd592dfdacc2c241f02193" => :mavericks -    sha1 "47880ebb7714b3c5f1693f5a29f51096d46233d6" => :mountain_lion +    revision 3 +    sha1 "4598206e95a93f76ec379b928e539ab037db3927" => :yosemite +    sha1 "67d0c0113b0723b3cab1e893ac57668f75d7ad7c" => :mavericks +    sha1 "ad61069c865b7c11fa04b0fcbcf105a3f95edacd" => :mountain_lion    end    depends_on 'pkg-config' => :build | 
