homebrew-cask/Casks/vscodium.rb

12 lines
375 B
Ruby
Raw Normal View History

2018-09-13 15:44:14 +08:00
cask 'vscodium' do
2018-10-20 01:35:07 +08:00
version '1.28.2'
sha256 '4476514525d7198c85be614fe20e2fe83cb46e46b0104c33424485c8c66bc477'
2018-09-13 15:44:14 +08:00
url "https://github.com/VSCodium/vscodium/releases/download/#{version}/VSCode-darwin-#{version}.zip"
appcast 'https://github.com/VSCodium/vscodium/releases.atom'
name 'VSCodium'
homepage 'https://github.com/VSCodium/vscodium'
app 'VSCodium.app'
end