homebrew-cask/Casks/dext.rb

12 lines
355 B
Ruby
Raw Normal View History

cask 'dext' do
2017-02-20 06:23:53 +08:00
version '0.9.0'
sha256 '2bc13126bcde4df365228be2ccb04ec70ae3f77bef0971b22badcb7e3cb594e8'
url "https://github.com/DextApp/dext/releases/download/v#{version}/Dext-darwin-x64.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/DextApp/dext/releases.atom'
name 'Dext'
homepage 'https://github.com/DextApp/dext'
app 'Dext-darwin-x64/Dext.app'
end