homebrew-cask/Casks/dext.rb

13 lines
442 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/vutran/dext/releases/download/v#{version}/Dext-darwin-x64.zip"
appcast 'https://github.com/vutran/dext/releases.atom',
2017-08-04 05:45:30 +08:00
checkpoint: 'a0df365f9b07e93f9e36a983225b87d29a7bb51a859f33d20512c9f327f87499'
name 'Dext'
homepage 'https://github.com/vutran/dext'
app 'Dext-darwin-x64/Dext.app'
end