homebrew-cask/Casks/atraci.rb

15 lines
543 B
Ruby

cask 'atraci' do
version '0.7.0'
sha256 '69ea5a32574473b4a7ad39a1743b9eb05262530f8b6d0b25b32d21f03115df12'
# github.com/Atraci/Atraci was verified as official when first introduced to the cask
url "https://github.com/Atraci/Atraci/releases/download/#{version}/Atraci-mac.zip"
appcast 'https://github.com/Atraci/Atraci/releases.atom',
checkpoint: '5736c97f3ab51d81fe93000943febc1fe9aa944ce75f066cc94bf0f216a651c5'
name 'Atraci'
homepage 'https://atraci.github.io/Atraci-website/'
license :mit
app 'Atraci.app'
end