Skip to content

Commit

Permalink
Merge pull request #200100 from Homebrew/ice-add-cask
Browse files Browse the repository at this point in the history
ice 0.11.12 (new cask)
  • Loading branch information
chenrui333 authored Jan 30, 2025
2 parents 9d598b6 + fe50e86 commit fcb410e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ ia-presenter
ibackup-viewer
ibkr
ibm-cloud-cli
ice
icollections
ideamaker
idrive
Expand Down
19 changes: 19 additions & 0 deletions Casks/i/ice.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
cask "ice" do
version "0.11.12"
sha256 "d770e81597566dd2d2363feb350f808c7a92e363df95c51e48140eb30e452cc9"

url "https://github.com/jordanbaird/Ice/releases/download/#{version}/Ice.zip",
verified: "github.com/jordanbaird/Ice/"
name "Ice"
desc "Menu bar management tool"
homepage "https://icemenubar.app/"

depends_on macos: ">= :sonoma"

app "Ice.app"

zap trash: [
"~/Library/HTTPStorages/com.jordanbaird.Ice",
"~/Library/Preferences/com.jordanbaird.Ice.plist",
]
end

0 comments on commit fcb410e

Please sign in to comment.