1
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:
Jake Jarvis 2019-09-25 11:14:25 -04:00
parent cd3b30a2ef
commit 1743b851ee
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

18
Casks/unshaky.rb Normal file
View 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