Skip to content

Commit

Permalink
Merge pull request Homebrew#180421 from yoavamit/bump-pivit-0.8.0
Browse files Browse the repository at this point in the history
pivit 0.8.0
  • Loading branch information
BrewTestBot authored Aug 7, 2024
2 parents 110cd23 + 5de413f commit 6c028ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/pivit.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Pivit < Formula
desc "Sign and verify data using hardware (Yubikey) backed x509 certificates (PIV)"
homepage "https://github.com/cashapp/pivit"
url "https://github.com/cashapp/pivit/archive/refs/tags/v0.7.0.tar.gz"
sha256 "aa4668180c6b533fc027cc6e06e09c122edc17a87d4ba87cf9e56a50fef0ebce"
url "https://github.com/cashapp/pivit/archive/refs/tags/v0.8.0.tar.gz"
sha256 "c53c6ab0e6b8842ce763e73483766bece1bb107559cdd853f7fff97415309738"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9eeea547bd12d775c069be6bb92dcfd2f1d80f62e631aeedb1c56b145ad6b02f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "01cc3770325264967e888b5813b49acef716da349dbce54b7ab14ec58f203c63"
sha256 cellar: :any_skip_relocation, arm64_monterey: "da11b94d5b336c2b3bcab0f2d9962c3347df5e9c987b8d4f9cb8507fcbd301b5"
sha256 cellar: :any_skip_relocation, sonoma: "10839d87733ef335a06d9ce4e652fe7a60c3343dfba22bb0f32c8dd5c4dc91b7"
sha256 cellar: :any_skip_relocation, ventura: "04ab2d75412d539b86e27a343be253fae054ce1751aec1d3385e609dbb72583f"
sha256 cellar: :any_skip_relocation, monterey: "d831473137e56b2e29db1edf2eade34b993fb43b0f8e7af28821105132ae22dc"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a7891391fcbad7fac0050bf686f365fb5cb1c011ca89a25c63f1daf7b5b08559"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d4f84b13a61cb82ad17efe9b2549d8e5c3f4170b2dcae6ec6b40d428e417633"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8d12fbb425136b64fb2d0db00d3822565bf8a0226a922f63a552ac958487851f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d3c627bcefcfd0d95e9e70bd888eb45f7a41cf29fc6e440a5008e08f3ea891b0"
sha256 cellar: :any_skip_relocation, sonoma: "95ef9424a56a71ae028bc241075e608a279181cc41fd938ce59e3a373008b067"
sha256 cellar: :any_skip_relocation, ventura: "5d146d29fa140fad8637ef8fc71efaa7dcf1ca9468b14eb5e3834bf1e0d6208d"
sha256 cellar: :any_skip_relocation, monterey: "e4a8b021d9d5511e4bfcea291856586dec23f5336a5bac7d97d831386d19e123"
sha256 cellar: :any_skip_relocation, x86_64_linux: "104989b7a68db8bb23b305155b2ee76b6d58d95001a221d49cd0265ab825a28c"
end

depends_on "go" => :build
Expand Down

0 comments on commit 6c028ba

Please sign in to comment.