diff --git a/Formula/o/osm2pgsql.rb b/Formula/o/osm2pgsql.rb index 547a93c92fa2..613ca4a92a28 100644 --- a/Formula/o/osm2pgsql.rb +++ b/Formula/o/osm2pgsql.rb @@ -1,21 +1,18 @@ class Osm2pgsql < Formula desc "OpenStreetMap data to PostgreSQL converter" homepage "https://osm2pgsql.org" - url "https://github.com/openstreetmap/osm2pgsql/archive/refs/tags/1.11.0.tar.gz" - sha256 "6b46313813b816f15ce906c04cd4108bbb05362740e0a1a8889055f4e25977d2" + url "https://github.com/openstreetmap/osm2pgsql/archive/refs/tags/2.0.0.tar.gz" + sha256 "05c2355b4a59d03a0f9855b4234a3bdc717b078faee625e73357947d1a82fe89" license "GPL-2.0-only" - revision 2 head "https://github.com/openstreetmap/osm2pgsql.git", branch: "master" bottle do - sha256 arm64_sequoia: "d7516322635d992857c605241dca1975a3744b3fa5dd8c9a21f8f49305c7df54" - sha256 arm64_sonoma: "a4e3b44ee3c1717a0eff88f03678d3fb88b2e7bbc1c0c1c0ac05ab8a1d605556" - sha256 arm64_ventura: "999c603e48cd96f0c33b1db28ef55eef999b7c24484a09dcd5d198189eca72bd" - sha256 arm64_monterey: "42d4c065c00f567cc477c4b831cf5071c407297aa52076d7c0fc3b7ae32b1040" - sha256 sonoma: "11e38c0e29beb114c08466e4dce0a52ab2fbcd364c7dcd175cb99d43009de7fc" - sha256 ventura: "65ecc28dc6aa3d9592917be707643bdc96be5b58b877dcce2310ff828848c19e" - sha256 monterey: "a8a9a207d9922f6dff4d4a422fdaca49292ae5cb5b4f8080d998cdfa9591effb" - sha256 x86_64_linux: "984e9ebf513a1d2e5ce54d65ff6cbcd54902e60d897daffd07c8cdeaeef9c0aa" + sha256 arm64_sequoia: "44e982673a866dec6f55a0ed34981dabce3fd941abd1dd4afea370edb518d41e" + sha256 arm64_sonoma: "a2fdfb145a93bf00cc5dd31fda4978c1cc920bc36a0d2eca6baac03d7f60c91d" + sha256 arm64_ventura: "e95d13d81e46720bf56cb72972c0faab3f27ed8a89911cf35eabba5c7699e19b" + sha256 sonoma: "34a75d5b8fb063e4edc427c780197c2d89089f92d11f2bd1c62f00533420f0fa" + sha256 ventura: "b750fbd5a9b0ca469b4c19f3360c004fc8a1127aacce15a73f79d66b086984c9" + sha256 x86_64_linux: "a4a8f8ba54aa13e536e0a994b66bdd4b4d3ba0a780846236432a613118926f24" end depends_on "cmake" => :build