Skip to content

Commit

Permalink
qgis2: 2.18.4; add sierra bottle
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
dakcarto committed Mar 1, 2017
1 parent 37f80a1 commit 8a0fe9f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/qgis2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class Qgis2 < Formula
head "https://github.com/qgis/QGIS.git", :branch => "release-2_18"

stable do
url "https://github.com/qgis/QGIS/archive/final-2_18_3.tar.gz"
sha256 "3012afb6335564d95adf6798a97cc86a3a77787d88264e2943ee2419974b8ae2"
url "https://github.com/qgis/QGIS/archive/final-2_18_4.tar.gz"
sha256 "a53e2fc55e4a02b786519158aec697cbb2305c8e1d88075b493dfe6a105d3cfa"

# patches that represent all backports to release-2_18 branch, since release tag
# see: https://github.com/qgis/QGIS/commits/release-2_18
Expand All @@ -20,10 +20,10 @@ class Qgis2 < Formula
# end
end

# bottle do
# root_url "http://qgis.dakotacarto.com/osgeo4mac/bottles"
# sha256 "" => :mavericks
# end
bottle do
root_url "http://qgis.dakotacarto.com/bottles"
sha256 "cdd3d923b21e80c744135dc7a1aa4190f8a833ce6b90e0813e10d8e7d320d2ed" => :sierra
end

def pour_bottle?
brewed_python?
Expand Down

0 comments on commit 8a0fe9f

Please sign in to comment.