From 5618a5f241303f6a56cef4de241704aca620c298 Mon Sep 17 00:00:00 2001 From: goreleaserbot Date: Wed, 17 Jun 2026 10:08:32 +0000 Subject: [PATCH] Update Bomly CLI to v0.14.5 --- Casks/bomly.rb | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 Casks/bomly.rb diff --git a/Casks/bomly.rb b/Casks/bomly.rb new file mode 100644 index 0000000..41bea9e --- /dev/null +++ b/Casks/bomly.rb @@ -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