Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Formula/d/doltgres.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Doltgres < Formula
desc "Dolt for Postgres"
homepage "https://github.com/dolthub/doltgresql"
url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.52.4.tar.gz"
sha256 "869c18fc65289318034fc3e282802fe5262306230560d7a192401570cfb10854"
url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.53.0.tar.gz"
sha256 "6b4b2240e276f931d15f33067221e538a25bfe495276ab82b57e240fd31c9b44"
license "Apache-2.0"
revision 1
head "https://github.com/dolthub/doltgresql.git", branch: "main"

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
Expand Down
Loading