diff --git a/Formula/d/doltgres.rb b/Formula/d/doltgres.rb index 1d5dbd650f01e..0cd8cbcea3a58 100644 --- a/Formula/d/doltgres.rb +++ b/Formula/d/doltgres.rb @@ -1,8 +1,8 @@ class Doltgres < Formula desc "Dolt for Postgres" homepage "https://github.com/dolthub/doltgresql" - url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.14.1.tar.gz" - sha256 "049603a7d08508b218f22e2067c4d5f18f890a211df393d3aefa7c4324f20052" + url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.15.0.tar.gz" + sha256 "adcf9dafaf662aa4785c4fc9d2c3dd1165de500bf11f8e3dff57337b1263417c" license "Apache-2.0" # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are @@ -14,12 +14,12 @@ class Doltgres < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0c96f61a8fb2a975fbc9bb0408958e6f137b55b0f21245a1885e11959ee53a2c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f41972a30a054113c5a282fef2369f4b6d4da434d0a4cbc0191f8e062fdc1451" - sha256 cellar: :any_skip_relocation, arm64_ventura: "461e80535fef83f65ce5e3b8323372f9b33a87e6da6f457a3bad0b7ec755b4ff" - sha256 cellar: :any_skip_relocation, sonoma: "6a104d53604692caf92747c0476d9a1fa1d3768ee228609595b3cc9148df27af" - sha256 cellar: :any_skip_relocation, ventura: "511f467903a6b8c0bef736e2df4d886fc5419a7f5874cf66dd48dbb1bba93ea4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a55a0e71ab534d6500b49f928b242f575762eedb328e0caeee748206df5d905b" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ad25fb1cdca844589ef2ec8e855b93b5786990f157cc34ee0526c6208a8f057b" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1bde589aead7008c4895ea7bc86414f6717c92bfbcbb20d14a4e24bedce93336" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6b5f699dd45d5837c2c6cb5d2640b13ab291d3a31da21577b067c9ea48b04bb1" + sha256 cellar: :any_skip_relocation, sonoma: "ef01427b155c7f3c257101c16188cab4427bd6f9618bb0244a7f01c9e93506b1" + sha256 cellar: :any_skip_relocation, ventura: "9dc1cf178b27790f3d65eee8a3b25b51257a95d1cb8ee3aad05d9e2371488474" + sha256 cellar: :any_skip_relocation, x86_64_linux: "71c4f5d6318a3de18d946a61d4acd04d6736aa5964cc0c5ee363510ebe699882" end depends_on "go" => :build