Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions Casks/bomly.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This file was generated by GoReleaser. DO NOT EDIT.
cask "bomly" do
version "0.14.5"

on_macos do
on_intel do
sha256 "f0da84d483c8d545928cd60431a40480352d090fd98010c5fdbd92c3c01a2e39"
url "https://github.com/bomly-dev/bomly-cli/releases/download/v#{version}/bomly_#{version}_darwin_amd64.tar.gz"
end
on_arm do
sha256 "8ae65207cab54eb3f413d9370447150e2b5e5456568b5de57628af8982d86749"
url "https://github.com/bomly-dev/bomly-cli/releases/download/v#{version}/bomly_#{version}_darwin_arm64.tar.gz"
end
end

on_linux do
on_intel do
sha256 "3fab29fba1b9488083630357493425986bb4aaa7667c609b7064db7fec883e1d"
url "https://github.com/bomly-dev/bomly-cli/releases/download/v#{version}/bomly_#{version}_linux_amd64.tar.gz"
end
on_arm do
sha256 "dff415eea8ed65d1e8656f875ee6067f9bd18048fa0f59320e2ad5cdf9cd5fa2"
url "https://github.com/bomly-dev/bomly-cli/releases/download/v#{version}/bomly_#{version}_linux_arm64.tar.gz"
end
end

name "bomly"
desc "Free, open-source CLI for dependency intelligence and SBOM analysis."
homepage "https://bomly.dev/cli"

livecheck do
skip "Auto-generated on release."
end

binary "bomly"

# No zap stanza required

caveats <<~EOS
Bomly is installed as the `bomly` command.
EOS
end