Skip to content

Commit

Permalink
Brew formula update for pomerium version v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apparitor committed Nov 11, 2024
1 parent c84d0e7 commit 3c6924e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/pomerium.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class Pomerium < Formula
desc ""
homepage ""
version "0.27.2"
version "0.28.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/pomerium/pomerium/releases/download/v0.27.2/pomerium-darwin-amd64.tar.gz"
sha256 "266162c4b65ce00a06cfd6c1b2c61d4659790cbe4af36ac3230e0a8429374302"
url "https://github.com/pomerium/pomerium/releases/download/v0.28.0/pomerium-darwin-amd64.tar.gz"
sha256 "5e10370812319eea13e20595a85ac1204eb6407d222a619b5027860249777263"

def install
bin.install "pomerium"
Expand All @@ -20,16 +20,16 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/pomerium/pomerium/releases/download/v0.27.2/pomerium-linux-arm64.tar.gz"
sha256 "36c2b11a92cd2fbcadfaa4438f733595c64020ead29c3f63c5b1ead2f5f4ca78"
url "https://github.com/pomerium/pomerium/releases/download/v0.28.0/pomerium-linux-arm64.tar.gz"
sha256 "a5fd03b4b47c9a714557c42e700873b9d634b3e001284a37e123f6c650e6dfda"

def install
bin.install "pomerium"
end
end
if Hardware::CPU.intel?
url "https://github.com/pomerium/pomerium/releases/download/v0.27.2/pomerium-linux-amd64.tar.gz"
sha256 "720c1e3c184af83d26e4f88c85855685d5802bb72d3ee44b3ec0f928f4bdf3e0"
url "https://github.com/pomerium/pomerium/releases/download/v0.28.0/pomerium-linux-amd64.tar.gz"
sha256 "6e2730dbc81d1627ab651582b557d30365bb95eb45b7a5a34b0f3f2b007563b7"

def install
bin.install "pomerium"
Expand Down

0 comments on commit 3c6924e

Please sign in to comment.