From 4dc4b85a60c289fa8a92ef377100a1d7318b286b Mon Sep 17 00:00:00 2001 From: Porkepix Date: Thu, 15 Feb 2024 13:48:20 +0100 Subject: [PATCH 1/2] doltgres 0.4.0 --- Formula/d/doltgres.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/doltgres.rb b/Formula/d/doltgres.rb index 6b7d253f925c0..39ce3b1a6f5fa 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.3.1.tar.gz" - sha256 "6d2458306755489f84ef6ac78bdf58f090511d2d3b099c3ff429a04daf4be024" + url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.4.0.tar.gz" + sha256 "2a476034582e04bcccbdfa20ebb3de7817e5798db686053e760c21a7dda992c8" license "Apache-2.0" bottle do From 9aa72d3c9206e955d35c2465e3c177b75bd31b7b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:23:54 +0000 Subject: [PATCH 2/2] doltgres: update 0.4.0 bottle. --- Formula/d/doltgres.rb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Formula/d/doltgres.rb b/Formula/d/doltgres.rb index 39ce3b1a6f5fa..f12b49de7e521 100644 --- a/Formula/d/doltgres.rb +++ b/Formula/d/doltgres.rb @@ -6,14 +6,13 @@ class Doltgres < Formula license "Apache-2.0" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sonoma: "642a7b60f23e9db380c175e4f372d37c7a6b14ed98e09487b31289b6ac17e66f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "1290530e02f78ff86eeb501717c0380328847b45ea36accb5a069decfe2c0734" - sha256 cellar: :any_skip_relocation, arm64_monterey: "17588e3c6fb1248a1f6e9b8a2d1ed51c8650078938b37daeaeb671365cf8e549" - sha256 cellar: :any_skip_relocation, sonoma: "4e2ea85e907ef8621f6db7aac80afb41497e9945f6a433776c8cb3f6458abd49" - sha256 cellar: :any_skip_relocation, ventura: "463e188f2d323a8da3ba3b4c53441a3013207fe2513df65dd5f2ad272d231c72" - sha256 cellar: :any_skip_relocation, monterey: "6e4e1b87be34f167fb67b34fbb61e9a86521e6dbfdbf0e45451c6c2b13b5d84e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8a1d5a3c5b62d6e80bda010dc9aa870772ee8d236a0b98ed56288d3c8f9ffefe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c522e5451f3f55c7995c0fe11933d83043db7ee09747a06ecb25a6d3e8f4ba17" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d8cc2469865215653386f60a5ac00bb40cb05958534ff8b083fef9f5b18070b7" + sha256 cellar: :any_skip_relocation, arm64_monterey: "88a4989fd696fb24fe28e2b8fbfc490792570febf48dc899de63c852f292051e" + sha256 cellar: :any_skip_relocation, sonoma: "a76afe781ff26772189010597235e9ceb8130777f05751a589818e445cc3b22e" + sha256 cellar: :any_skip_relocation, ventura: "ba4893cd6cb0d1de127fff0991fa173d976b18aa40506fef00e3b97d6cd3cd07" + sha256 cellar: :any_skip_relocation, monterey: "ae2c6cdfff288bfdbc3820130b1b42272c421265403c8e402ef85a42e7891128" + sha256 cellar: :any_skip_relocation, x86_64_linux: "8382b0e974c7e5002029d616c5c0d159a36f75331c2d2578b6a1cc88855cadab" end depends_on "go" => :build