homebrew-cask/Casks/atraci.rb

15 lines
543 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'atraci' do
2014-12-16 02:56:24 +08:00
version '0.7.0'
sha256 '69ea5a32574473b4a7ad39a1743b9eb05262530f8b6d0b25b32d21f03115df12'
2016-02-11 04:59:43 +08:00
# github.com/Atraci/Atraci was verified as official when first introduced to the cask
2014-08-29 15:26:08 +08:00
url "https://github.com/Atraci/Atraci/releases/download/#{version}/Atraci-mac.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/Atraci/Atraci/releases.atom',
checkpoint: '5736c97f3ab51d81fe93000943febc1fe9aa944ce75f066cc94bf0f216a651c5'
2015-01-04 11:20:27 +08:00
name 'Atraci'
2015-06-29 14:32:18 +08:00
homepage 'https://atraci.github.io/Atraci-website/'
2014-10-12 00:34:56 +08:00
license :mit
2014-09-16 00:05:16 +08:00
app 'Atraci.app'
end