We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7beaf6 commit d0a7cf4Copy full SHA for d0a7cf4
Formula/p/postgrest.rb
@@ -1,8 +1,8 @@
1
class Postgrest < Formula
2
desc "Serves a fully RESTful API from any existing PostgreSQL database"
3
homepage "https://github.com/PostgREST/postgrest"
4
- url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.0.tar.gz"
5
- sha256 "61273ba81af1c84965695f35ff058da576d968b70a781ea6445701cb75929b97"
+ url "https://github.com/PostgREST/postgrest/archive/refs/tags/v13.0.1.tar.gz"
+ sha256 "3145708f8f13b934fbd2fd29eefef7a497757184cdd34f238ddda6d826ceaa6a"
6
license "MIT"
7
head "https://github.com/PostgREST/postgrest.git", branch: "main"
8
0 commit comments