Skip to content

Commit

Permalink
Merge pull request #201673 from badgeify/badgeify
Browse files Browse the repository at this point in the history
badgeify 1.5.4 (new cask)
  • Loading branch information
daeho-ro authored Feb 14, 2025
2 parents e2524b1 + db990c8 commit fd0d35b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Casks/b/badgeify.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
cask "badgeify" do
arch arm: "aarch64", intel: "x86_64"

version "1.5.4"
sha256 arm: "c574eaa08803c6111a21dfb59bc6d97e78cf44bc48471f4614784eb7e944302f",
intel: "298dca446d33d643d82422e507c44eb6718c5870122be7b45a2b2252083a6dfc"

url "https://api.badgeify.app/release/download/darwin/#{arch}/#{version}"
name "Badgeify"
desc "Add apps to the menu bar"
homepage "https://badgeify.app/"

livecheck do
url "https://api.badgeify.app/release/latest"
regex(/v?(\d+(?:\.\d+)+)/i)
end

auto_updates true
depends_on macos: ">= :high_sierra"

app "Badgeify.app"

uninstall quit: "studio.techflow.badgeify"

zap trash: [
"~/Library/Application Support/studio.techflow.badgeify",
"~/Library/Caches/studio.techflow.badgeify",
"~/Library/Logs/studio.techflow.badgeify",
"~/Library/Preferences/studio.techflow.badgeify.plist",
"~/Library/WebKit/studio.techflow.badgeify",
]
end

0 comments on commit fd0d35b

Please sign in to comment.