homebrew-cask/Casks/liteide.rb

13 lines
459 B
Ruby

cask 'liteide' do
version '35.3'
sha256 'e95356434468157b67bf956bf94e05307d439c163c5de81bacd1308a567f61bb'
# github.com/visualfc/liteide was verified as official when first introduced to the cask
url "https://github.com/visualfc/liteide/releases/download/x#{version}/liteidex#{version}.macos-qt5.9.5.zip"
appcast 'https://github.com/visualfc/liteide/releases.atom'
name 'LiteIDE'
homepage 'http://liteide.org/'
app 'liteide/LiteIDE.app'
end