homebrew-cask/Casks/chessx.rb

15 lines
502 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'chessx' do
2016-03-21 09:17:14 +08:00
version '1.4.0'
sha256 'cd019f5ad61ea6b7b0488e7a50ffb8012c3f65f11fb0367205e2a342c2eb4d20'
2015-04-10 03:04:43 +08:00
url "https://downloads.sourceforge.net/chessx/chessx/#{version}/chessx-#{version}.dmg"
appcast 'https://sourceforge.net/projects/chessx/rss?path=/chessx',
checkpoint: '187624a5facb26d8a25469c10df522977b166f22de979bb9d2889efb2619c7c8'
2015-04-10 03:04:43 +08:00
name 'ChessX'
homepage 'http://chessx.sourceforge.net/'
pkg 'chessx-installer.mpkg'
2015-12-22 08:33:30 +08:00
uninstall pkgutil: 'net.sourceforge.chessx'
2015-04-10 03:04:43 +08:00
end