Adding Scrabble3D (#33344)

This commit is contained in:
Rick Kasten 2017-05-04 04:09:39 -04:00 committed by Vítor Galvão
parent 2b9df4abc5
commit 6fa93291b2
1 changed files with 22 additions and 0 deletions

22
Casks/scrabble3d.rb Normal file
View File

@ -0,0 +1,22 @@
cask 'scrabble3d' do
version '3.1.4'
sha256 '1bc82a2e1feebfdcd822d06d43d542c10aceb3804977c349e7e3fed050da3261'
# downloads.sourceforge.net/scrabble was verified as official when first introduced to the cask
url 'https://downloads.sourceforge.net/scrabble/Scrabble3D-darwin.pkg'
appcast 'https://sourceforge.net/projects/scrabble/rss?path=/Main_Program/MacOS',
checkpoint: 'd126154155cdbe7ad8c285e739a8a902e69bded1b6b980d9280495796c123351'
name 'Scrabble3D'
homepage 'https://scrabble.sourceforge.io/'
pkg 'Scrabble3D-darwin.pkg'
uninstall pkgutil: 'com.company.Scrabble3D'
zap delete: [
'~/.config/Scrabble3D',
'~/Library/Preferences/com.company.Scrabble3D.plist',
'~/Library/Logs/Homebrew/scrabble3d',
'~/Library/Saved Application State/com.company.Scrabble3D.savedState',
]
end