Skip to content

Commit

Permalink
Brew formula update for httpsignature-proxy version v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
upvestco committed Sep 12, 2022
1 parent 9dda3fe commit 8e4dad2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Formula/httpsignature-proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class HttpsignatureProxy < Formula
desc "Localhost HTTP Signatures proxy."
homepage "https://github.com/upvestco/httpsignature-proxy"
version "1.3.4"
version "1.3.5"
license "Apache 2.0"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/upvestco/httpsignature-proxy/releases/download/v1.3.4/httpsignature-proxy_v1.3.4_macOS_64-bit.tar.gz"
sha256 "ea0b35475a6c3b0e78079e126cf9d5d9ab2667ee5539ed99718e8f039897ffcc"
if Hardware::CPU.arm?
url "https://github.com/upvestco/httpsignature-proxy/releases/download/v1.3.5/httpsignature-proxy_v1.3.5_macOS_arm64.tar.gz"
sha256 "fd76b56582b1fa6a7581f990a533dfc1891527953a8a26f1655b5d5fa9a37387"

def install
bin.install "httpsignature-proxy"
end
end
if Hardware::CPU.arm?
url "https://github.com/upvestco/httpsignature-proxy/releases/download/v1.3.4/httpsignature-proxy_v1.3.4_macOS_arm64.tar.gz"
sha256 "ba40db5bb17248d2f0173a55db29dadb36d7072d036e40e93edaebe8053c1ff7"
if Hardware::CPU.intel?
url "https://github.com/upvestco/httpsignature-proxy/releases/download/v1.3.5/httpsignature-proxy_v1.3.5_macOS_64-bit.tar.gz"
sha256 "8499453f6b75b8aa1941cb871511623f3e1bff6b2ba92b894f27257fe9d0c1fd"

def install
bin.install "httpsignature-proxy"
Expand All @@ -28,17 +28,17 @@ def install
end

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/upvestco/httpsignature-proxy/releases/download/v1.3.4/httpsignature-proxy_v1.3.4_Linux_arm64.tar.gz"
sha256 "9ee1027fc86a2c7daa5c5451045d4c27d21639742862213efe28fac17d2acb45"
if Hardware::CPU.intel?
url "https://github.com/upvestco/httpsignature-proxy/releases/download/v1.3.5/httpsignature-proxy_v1.3.5_Linux_64-bit.tar.gz"
sha256 "1476d5b5cf9b8957ffeaf8a037e616e3d6883f4259606a07817d997c24fdb17a"

def install
bin.install "httpsignature-proxy"
end
end
if Hardware::CPU.intel?
url "https://github.com/upvestco/httpsignature-proxy/releases/download/v1.3.4/httpsignature-proxy_v1.3.4_Linux_64-bit.tar.gz"
sha256 "56a0b5c9cb4e084cfef5c333f9aee9510e97111c6755eadaefcb271a400176bd"
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/upvestco/httpsignature-proxy/releases/download/v1.3.5/httpsignature-proxy_v1.3.5_Linux_arm64.tar.gz"
sha256 "655dc5bbb518053b319d0382dfed277df3670caa61bb5321eec42397942fadc0"

def install
bin.install "httpsignature-proxy"
Expand Down

0 comments on commit 8e4dad2

Please sign in to comment.