Skip to content

Commit

Permalink
Merge pull request #135341 from chenrui333/bump-pushpin-1.37.0
Browse files Browse the repository at this point in the history
pushpin 1.37.0
  • Loading branch information
p-linnane authored Jun 30, 2023
2 parents 89047d5 + f4631f6 commit 64c80a3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/pushpin.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
class Pushpin < Formula
desc "Reverse proxy for realtime web services"
homepage "https://pushpin.org/"
url "https://github.com/fanout/pushpin/releases/download/v1.36.0/pushpin-1.36.0.tar.bz2"
sha256 "9f8243e9b4052a4ddc26fed5e46a74fefc39f0497e5f363d9f097985e8250f8e"
license "AGPL-3.0-or-later"
head "https://github.com/fanout/pushpin.git", branch: "master"
url "https://github.com/fastly/pushpin/releases/download/v1.37.0/pushpin-1.37.0.tar.bz2"
sha256 "5fe5042f34a7955113cea3946c5127e3e182df446d8704d6a26d13cde74e960f"
license "Apache-2.0"
head "https://github.com/fastly/pushpin.git", branch: "main"

bottle do
rebuild 1
sha256 ventura: "812691f678a11153b1c81bc116a5ffb3e16f71d8c55ebefb1684e2215c7d91c6"
sha256 monterey: "ce250ecc703f631f4a613ac6e2fe8a63e8eef24e49af5dfa0cf1c4683fbd68f1"
sha256 big_sur: "f553c2932f6650caa39126bc0fab6bda2c2a2394ade2fd292196bc683b461198"
sha256 x86_64_linux: "512449c5c34beb705907ff40485f8d0a7ca80c6a6dcc24c174b50af2f63ea0f9"
sha256 ventura: "a14bd996772ffd8d662690864e7412135fd3fa50df4d953694969d02280971ea"
sha256 monterey: "9b7ffe6547bb8bf7790b64d0ca0fb81a85d069dbc5bf8782606fd670afa730e6"
sha256 big_sur: "c382905cb6068f69fb4af65a0f5fcefd441519d1fb186d4ffbe048126e701b82"
sha256 x86_64_linux: "2e3da86aaf8b0bd905cac0ec5291e6ea2e111c287cc44b68a9b05333287a8bce"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit 64c80a3

Please sign in to comment.