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.15.1'
sha256 '4c14d86a84085dcc792bbac8290afb5a0d2ab2236ce0595f18cea954919a391b'
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