Skip to content

Commit e4cdd85

Browse files
authored
Merge pull request #232894 from Homebrew/bump-doltgres-0.51.1
doltgres 0.51.1
2 parents b48f5ec + e489225 commit e4cdd85

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/d/doltgres.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Doltgres < Formula
22
desc "Dolt for Postgres"
33
homepage "https://github.com/dolthub/doltgresql"
4-
url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.51.0.tar.gz"
5-
sha256 "2ba8de8b425f6f808a5d02e33d7ec8cf2ef8277d2c2cbad81b6cc5316f1df5b2"
4+
url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.51.1.tar.gz"
5+
sha256 "529ab20226ffd03e167a5034d85ce4d5a12c36e4b834cd91da21caca8a9079ac"
66
license "Apache-2.0"
77
head "https://github.com/dolthub/doltgresql.git", branch: "main"
88

@@ -15,13 +15,13 @@ class Doltgres < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "09d1e931be121175e59433f355052d972d2ff5284343c63a28fbb32bd0e55c04"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ed15ab83850ebef8efaff7c602c9c2cb0e0c4f5de9edc39ba69e8e17344f81c"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2c765932331d0cc5e5fbf03de2e50c842beda6bf444f7d1e59950eecec1bcdab"
21-
sha256 cellar: :any_skip_relocation, sonoma: "cd5b4a2202d53dbd0a236675a2f51b5de3f6a46fa8409124a7423fde2ab548be"
22-
sha256 cellar: :any_skip_relocation, ventura: "db65ac85ec17325b4651e8e10cd6a21f2c5c688939a737a342afc340c9a1fba9"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "6300317366f9ea03a686c67bce1320d2558e27513b2e9fa4720c038d005bb962"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "904d5919ac10096e4614d4add09b784a0eedfb48632b7fdf8f5f1c0f9a25863f"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed4e194d9c42b2c6bc661e7d9dd6cc97099ae81c9173cb4137ffc9bf1b492bad"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "10d32b55ca0e7d661c4484a86e95beb0c3226a60bb98c22038b627475ad6f814"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7a67fc37cc9ae3578c1a4b9fd324818ed28a096b9c468808347ac94393bcca8e"
21+
sha256 cellar: :any_skip_relocation, sonoma: "a8633233374be341234fa4ea58cbdb18d2fc1b1f522eeb180d1629ac6563adf6"
22+
sha256 cellar: :any_skip_relocation, ventura: "65ecaefafe787ff6aee79dcd1545b253c3b8153c335fe9ab16a7ca54316e1c4d"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "4beb5112fcb31437e19873f03dc35741da455fbc3c55435ce54bb965ae63c1bd"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b29fa433e2c871176800fa927653ee031eb8a03665319bba535eaba4a559bc0a"
2525
end
2626

2727
depends_on "go" => :build

0 commit comments

Comments
 (0)