Skip to content

Commit d20f25b

Browse files
authored
Merge pull request #251057 from Homebrew/bump-postgrest-14.0
postgrest 14.0
2 parents b545610 + 5f06080 commit d20f25b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/postgrest.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Postgrest < Formula
22
desc "Serves a fully RESTful API from any existing PostgreSQL database"
33
homepage "https://github.com/PostgREST/postgrest"
4-
url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.8.tar.gz"
5-
sha256 "8bf048c1f162115b028d2dfc87bdd67f49d34b079887e819cc1964d511adfff4"
4+
url "https://github.com/PostgREST/postgrest/archive/refs/tags/v14.0.tar.gz"
5+
sha256 "133a75bb978f2bd41f24cd80d2fa42165f1166bad90260ec8b1188b9d2d948db"
66
license "MIT"
77
head "https://github.com/PostgREST/postgrest.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Postgrest < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "bebf80426f629b2665bd73c038cdd90979ab96a3b7ff0695f72ccd9b0fc00a3e"
16-
sha256 cellar: :any, arm64_sequoia: "ba26468c926cbded09745de35f37727b15de0314f1f571290566b470df4d07f1"
17-
sha256 cellar: :any, arm64_sonoma: "7f22ff7d8a600d43936a16d7fdc6943f5f6c85bd0adb56e359e15d168308f4ce"
18-
sha256 cellar: :any, sonoma: "6fd105ce10ede52ac01905f390d0f61f42b823409690f69a3d22906d84a116cb"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "9595aa9bb2a783897a5469f846930d9375ef12f0a0082612fc823ecf08cf2a1f"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f3ab67b7d265aa62cef5a51af4489f743baec169bc2d680f58191b27f33be6e3"
15+
sha256 cellar: :any, arm64_tahoe: "50cb13ac153d5b4af1313f111aa7ed2142e594a13fd7df02a76ccc11a9d8537f"
16+
sha256 cellar: :any, arm64_sequoia: "7968e91a1c44bd3a3ee644e997a8f362f3ec7b07cf42899defdec3cb0634c83b"
17+
sha256 cellar: :any, arm64_sonoma: "7342540cf0f0935200feed7f320590a86905c5624f0b48ac5d450eb95502e27b"
18+
sha256 cellar: :any, sonoma: "3bc80f801836514cc64a84269a8cf4cac48b5cf2b722bff97b09f68dc313a051"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "68071f10b689caf583af267634fff03e93cbdbe423ba0fbc9d320af21f6661a1"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ae22c943d8b05c4ef78847d7371483cabdcd68360ca7f4ef5fce99cae63f0867"
2121
end
2222

2323
depends_on "cabal-install" => :build

0 commit comments

Comments
 (0)