Skip to content

Commit

Permalink
neon-storage 5201
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin committed Mar 28, 2024
1 parent a7da9f0 commit 4db013d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Formula/neon-storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ class NeonStorage < Formula
desc "Storage components for Neon"
homepage "https://github.com/neondatabase/neon"
url "https://github.com/neondatabase/neon.git",
tag: "release-5090",
revision: "c6ed86d3d0690b52e7014b6a696effa95714e8cb"
tag: "release-5201",
revision: "4e5724d9c36eff3987022145620a252b88b72298"
license "Apache-2.0"
head "https://github.com/neondatabase/neon.git", branch: "main"

livecheck do
url :head
regex(/^release-(\d+)$/i)
end

bottle do
root_url "https://ghcr.io/v2/bayandin/tap"
sha256 cellar: :any, arm64_sonoma: "2db82e817fd9ede5676747907c4c82db1c28b9fc2d148b34899a35ccd3de3664"
Expand All @@ -31,8 +36,8 @@ class NeonStorage < Formula
def binaries
%w[
compute_ctl neon_local pagebench pagectl pageserver
pg_sni_router proxy s3_scrubber safekeeper
storage_broker storage_controller trace wal_craft
s3_scrubber safekeeper storage_broker
storage_controller trace wal_craft
]
end

Expand Down

0 comments on commit 4db013d

Please sign in to comment.