Skip to content

Commit

Permalink
Merge pull request #162807 from Porkepix/bump-doltgres-0.4.0
Browse files Browse the repository at this point in the history
doltgres 0.4.0
  • Loading branch information
BrewTestBot authored Feb 15, 2024
2 parents dc34777 + 9aa72d3 commit 4349c66
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/d/doltgres.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
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
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
Expand Down

0 comments on commit 4349c66

Please sign in to comment.