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-09-15 02:04:02 +08:00
version '1.27.2'
2018-10-08 07:53:11 +08:00
sha256 '12eab5a0387aa3042ee1e2f1dd6dd8b5ed68ef7f20f1b08eefee172ab209aa4c'
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