Skip to content

Commit

Permalink
Update gitsign 0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Lynch <[email protected]>
  • Loading branch information
wlynch committed Sep 26, 2022
1 parent f09e353 commit 291ec5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Formula/gitsign-credential-cache.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ class GitsignCredentialCache < Formula
on_macos do
if Hardware::CPU.intel?
url "https://github.com/sigstore/gitsign/releases/download/v#{version}/gitsign-credential-cache_#{version}_darwin_amd64"
sha256 "82470c9a24abeb6ec7532b86b715ed38614d0397ed189993643366f98231e079"
sha256 "9c43b1fcfd6f41bdee79c864386aa7a2db184b5e57114b780e06aaa2d15a1005"
end

if Hardware::CPU.arm?
url "https://github.com/sigstore/gitsign/releases/download/v#{version}/gitsign-credential-cache_#{version}_darwin_arm64"
sha256 "500303d1d325df3f03bdd1b4bd46fb3017b4d889a113b0648b338cd0d11eb55d"
sha256 "ad46e6ef9bfa38dc11a29cbd4b863c224e8427aa1a80b96ea905ecee20d8ac38"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/sigstore/gitsign/releases/download/v#{version}/gitsign-credential-cache_#{version}_linux_amd64"
sha256 "2aa2b83e66141c3f23c106e96a1d776ac24cf9db7386018c1f0a9658ff93c6a0"
sha256 "0407fa0e49397b9501147ede40513d6958287655105a9d6244191b4e956d154a"
end

if Hardware::CPU.arm?
url "https://github.com/sigstore/gitsign/releases/download/v#{version}/gitsign-credential-cache_#{version}_linux_arm64"
sha256 "46e0b80227a6d2777d725bdfbdf030e3103d6aa29b04b735230772b17cfb7ee7"
sha256 "1e54dd59eec8d1ad4418af57791453c75b09d8762da5390f7009c4f7195ed444"
end
end

Expand Down
12 changes: 6 additions & 6 deletions Formula/gitsign.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
class Gitsign < Formula
desc "Keyless Git signing using Sigstore"
homepage "https://sigstore.dev"
version "0.3.0"
version "0.3.1"
license "Apache-2.0"
head "https://github.com/sigstore/gitsign.git", tag: "v0.3.0"
head "https://github.com/sigstore/gitsign.git", tag: "v0.3.1"

depends_on "sigstore/tap/gitsign-credential-cache"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/sigstore/gitsign/releases/download/v#{version}/gitsign_#{version}_darwin_amd64"
sha256 "db13a32e2c4915cd11a2a01c5b93daaaee6db1b64c66d310430ed3e2d167701e"
sha256 "e5fa99e806e6c859c99deefd83283dfbdf27a2ba1192a9c7b30c2fb46f888b18"
end

if Hardware::CPU.arm?
url "https://github.com/sigstore/gitsign/releases/download/v#{version}/gitsign_#{version}_darwin_arm64"
sha256 "24c02598bbf75833f17a6bde28aca97b27a19d779ea55c3dbd72a750195431be"
sha256 "9873da5c6390f6934b88106a0a42fe4be45cd04cfd86c5fbb866193702282475"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/sigstore/gitsign/releases/download/v#{version}/gitsign_#{version}_linux_amd64"
sha256 "2445c1b443b95a3652ab9af074f8d13fc9a45a3c98ed0c7ef4f299f2f2ca5c8a"
sha256 "9d0b843aa5237ed2d7ba1c29b03d384c26c0585bae41c22d846ae8d8fc88fd68"
end

if Hardware::CPU.arm?
url "https://github.com/sigstore/gitsign/releases/download/v#{version}/gitsign_#{version}_linux_arm64"
sha256 "a21f8d6b7624975c0d9cfe278b01907c1daa3b62168f147fab544738ae9c9cf7"
sha256 "8f6cfdf162626b167f237054a57d704d576a0e76c3bfc5ff40d31dd51c6b383a"
end
end

Expand Down

0 comments on commit 291ec5d

Please sign in to comment.