Skip to content

Commit 031c528

Browse files
committed
qgis2-ltr: 2.14.12; add sierra bottle
[ci skip]
1 parent 8a0fe9f commit 031c528

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/qgis2-ltr.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ class Qgis2Ltr < Formula
88
head "https://github.com/qgis/QGIS.git", :branch => "release-2_14"
99

1010
stable do
11-
url "https://github.com/qgis/QGIS/archive/final-2_14_11.tar.gz"
12-
sha256 "243af7e88396336050971ce880463a7c5450af3b7f87731f54ed2b454b7fa341"
11+
url "https://github.com/qgis/QGIS/archive/final-2_14_12.tar.gz"
12+
sha256 "1a9f39095d626241c537e5fbf7a70f20a530dfdde1cd0ad22e46b4cd63b14357"
1313

1414
# patches that represent all backports to release-2_14 branch, since release tag
1515
# see: https://github.com/qgis/QGIS/commits/release-2_14
@@ -20,10 +20,10 @@ class Qgis2Ltr < Formula
2020
# end
2121
end
2222

23-
# bottle do
24-
# root_url "http://qgis.dakotacarto.com/osgeo4mac/bottles"
25-
# sha256 "" => :mavericks
26-
# end
23+
bottle do
24+
root_url "http://qgis.dakotacarto.com/bottles"
25+
sha256 "e406ec99d9a96495b8571ce1e3918ab8a8328da537d88de0838c5f941e3a585a" => :sierra
26+
end
2727

2828
def pour_bottle?
2929
brewed_python?

0 commit comments

Comments
 (0)