homebrew-cask/Casks/commander-one.rb

15 lines
481 B
Ruby

cask 'commander-one' do
version '1.7.4'
sha256 '817b8268fb115b15eda107d304f05dc42185e7dc6b3a803cfdbf99a57b9626e1'
url 'https://cdn.eltima.com/download/commander.dmg'
appcast 'https://cdn.eltima.com/download/commander-update/settings.xml',
checkpoint: '8c0cbc3b1d6fc207f6a40739e75307d3a451420f2de0c8e3811481fb7b0e4d30'
name 'Commander One'
homepage 'https://mac.eltima.com/file-manager.html'
depends_on macos: '>= :yosemite'
app 'Commander One.app'
end