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'
sha256 'fa7f09be214ad8581ac587c7c31827afeff63158df0f145f4c160a0ca6602860'
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