mirror of
https://github.com/jakejarvis/homebrew-brew.git
synced 2025-04-28 03:40:28 -04:00
add unshaky cask
This commit is contained in:
parent
cd3b30a2ef
commit
1743b851ee
18
Casks/unshaky.rb
Normal file
18
Casks/unshaky.rb
Normal file
@ -0,0 +1,18 @@
|
||||
cask 'unshaky' do
|
||||
version '0.5.6'
|
||||
sha256 '8d0ed13d2b02e93b067dfa43121abcaaeb16ae6638e54f14e38cc99ff62a295b'
|
||||
|
||||
url "https://github.com/aahung/Unshaky/releases/download/v#{version}/Unshaky_v#{version}.zip"
|
||||
appcast 'https://github.com/aahung/Unshaky/releases.atom'
|
||||
name 'Unshaky'
|
||||
homepage 'https://github.com/aahung/Unshaky'
|
||||
|
||||
depends_on macos: '>= :sierra'
|
||||
|
||||
app 'Unshaky.app'
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Preferences/com.nestederror.Unshaky.plist",
|
||||
"~/Library/Caches/com.nestederror.Unshaky"
|
||||
]
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user