homebrew-cask/Casks/dat.rb

14 lines
554 B
Ruby
Raw Normal View History

cask 'dat' do
2017-06-07 08:25:54 +08:00
version '2.0.0'
sha256 '8b913ede12c047f658ba62c9753fb4afd4342fb3471fa255382a75058f9a263f'
# github.com/datproject/dat-desktop was verified as official when first introduced to the cask
url "https://github.com/datproject/dat-desktop/releases/download/v#{version}/dat-desktop-#{version}-mac.zip"
appcast 'https://github.com/datproject/dat-desktop/releases.atom',
2017-06-07 08:25:54 +08:00
checkpoint: '1746131bcd806395bb64105c9bde9a783f3aff6b36ad39f40a1e85cb8b34583b'
name 'Dat Desktop'
2017-02-26 07:37:01 +08:00
homepage 'https://datproject.org/'
app 'Dat.app'
end