File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
class Gdal < Formula
2
2
desc "Geospatial Data Abstraction Library"
3
3
homepage "https://www.gdal.org/"
4
- url "https://github.com/OSGeo/gdal/releases/download/v3.9.1 /gdal-3.9.1 .tar.gz"
5
- sha256 "46cd95ad0f270af0cd317ddc28fa5e0a7ad0b0fd160a7bd22909150df53e3418 "
4
+ url "https://github.com/OSGeo/gdal/releases/download/v3.9.2 /gdal-3.9.2 .tar.gz"
5
+ sha256 "c9767e79ca7245f704bfbcb47d771b2dc317d743536b78d648c3e92b95fbc21e "
6
6
license "MIT"
7
- revision 1
8
7
9
8
livecheck do
10
9
url "https://download.osgeo.org/gdal/CURRENT/"
11
10
regex ( /href=.*?gdal[._-]v?(\d +(?:\. \d +)+)\. t/i )
12
11
end
13
12
14
13
bottle do
15
- sha256 arm64_sonoma : "1ca6fed463df57dc58d5c6b6a44965c56af8919aecfc686b1580e80bda03ecad "
16
- sha256 arm64_ventura : "10607823cd38e0a8274201fef5e2380ef9d5808f60aa472f949ddf2ece020829 "
17
- sha256 arm64_monterey : "fd852ccd5498287639fafec3699b7925b9182552b8f9388dec98d6c575e55795 "
18
- sha256 sonoma : "5884c8d7a8a135b7b734dc1c88ddf9df83f23924e9399f954da389843dde2b82 "
19
- sha256 ventura : "72be1a8fbe2c78e5a00f6dd71e07309d57cfac3ed8f411ba0cd68df7005411e7 "
20
- sha256 monterey : "a9e96601913a3576da9202aa28f6c71e4d9385c9dc2b9801ae614e868891ac88 "
21
- sha256 x86_64_linux : "0d4144fd55c09a00886b91f6b86ed45f126e2d91913cb9610a85f40bb3724226 "
14
+ sha256 arm64_sonoma : "ba208f2acb9007dae12e4b458599904d87badc6b5acb925caf3a4c672babaff8 "
15
+ sha256 arm64_ventura : "f13e22698304348823c2ba2c8bb44afdfae3c999653b69b88d080c770d1d755a "
16
+ sha256 arm64_monterey : "95066d4c79366656dfb7f088ef473b7314af15408c9032ebb479f35f33690934 "
17
+ sha256 sonoma : "c62abcab5c83e50d8f3832a71c8df4f379ce321ec9b9cf3fb58c52efa9a20181 "
18
+ sha256 ventura : "f9ea1d9afdd7feb0a202ba1bec27326217f9f75970937ca66ac5a4c300145255 "
19
+ sha256 monterey : "5349d6dc59f1b7fbd9f70a9e1705c919db764506864cdfb9dcf9f4924c9ade7d "
20
+ sha256 x86_64_linux : "76dcf708838db8f957a789284b375c207300149e8f8e355f6bcaec19162793fe "
22
21
end
23
22
24
23
head do
You can’t perform that action at this time.
0 commit comments