homebrew-cask/Casks/augur.rb

12 lines
379 B
Ruby
Raw Normal View History

2018-07-22 04:39:29 +08:00
cask 'augur' do
version '1.14.2'
sha256 '76dbd7bacfa4ca0c0301d11b2cecc02f85aa72e684e58c2eb86d518c6b3b3f17'
2018-07-22 04:39:29 +08:00
2019-01-18 06:50:18 +08:00
url "https://github.com/AugurProject/augur-app/releases/download/v#{version}/mac-Augur-#{version}.dmg"
2018-07-22 04:39:29 +08:00
appcast 'https://github.com/AugurProject/augur-app/releases.atom'
name 'Augur'
homepage 'https://github.com/AugurProject/augur-app/'
app 'augur.app'
end