Skip to content

Commit 988f18d

Browse files
authored
Merge pull request Homebrew#227226 from Homebrew/bump-postgrest-13.0.4
postgrest 13.0.4
2 parents b5747fc + d5ada92 commit 988f18d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/postgrest.rb

Lines changed: 9 additions & 9 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.3.tar.gz"
5-
sha256 "5faf2b65455547e22da99ca26f0286f5583841630102db2350836dc92bd3efe3"
4+
url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.4.tar.gz"
5+
sha256 "515ea77c049ef69f4553940ef0f13018dc2b72792195ec11a2020fe8914ceab9"
66
license "MIT"
77
head "https://github.com/PostgREST/postgrest.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "fc2a0b6dca743a6a4b39febc84f68133693695ea3d12eaa2adfa8621dca8a50e"
16-
sha256 cellar: :any, arm64_sonoma: "73ac5b047d3503edd2a3012df5d57bba34cca9bb431b0a1527934dba9cf7bd7a"
17-
sha256 cellar: :any, arm64_ventura: "d37d2462a21de51469885d4a510c5baf7dc78c0b3d903e05aabe5acdf07d49dd"
18-
sha256 cellar: :any, sonoma: "4247a500b08e6818ea61aa1d151e7afc6d0cac7b33b42d7ed5d158a5faa273d2"
19-
sha256 cellar: :any, ventura: "2ab33929d12c77349f131f3876a338e7cae1efb64da9c692810479234d40a14d"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "58bda9b0ebc3730c38e04c5d37aa42f0e71cd332a456433501fe29189e82c64f"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2ae64dd8a9ffb399e49846e20df031d3eb90cd845961d542e882a7b2a7b14eb2"
15+
sha256 cellar: :any, arm64_sequoia: "0dd01a0cc4249c3ac70018a53267543cde8f8436541bda7f0d186ed64bf9884c"
16+
sha256 cellar: :any, arm64_sonoma: "3cfa32fe2d94aeff85ccd56cd3cec21c127b77d88db7f397e4901da3033eb138"
17+
sha256 cellar: :any, arm64_ventura: "23b47b1ae739206477cd1f8fd0c22c57b0753af621d29952f039710db0044fbd"
18+
sha256 cellar: :any, sonoma: "1f4f9ed02529176f02fd489905dd72c5fc7d81a792ffe8742a8aa6222e395021"
19+
sha256 cellar: :any, ventura: "c0adc9b0b3dfb78e3aa82e400f64b8988967792251bcc789c7158b0de4dd101a"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "02951c7486b6b57bc5bca36501e060088cacd70e216d04e9855a946c2802d724"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "39c1e10ef5ba17d7650608e26e743094262fd0e2d3f3b45a7b13e5472089b717"
2222
end
2323

2424
depends_on "cabal-install" => :build

0 commit comments

Comments
 (0)