homebrew-cask/Casks/abricotine.rb

13 lines
462 B
Ruby

cask 'abricotine' do
version '0.6.0'
sha256 '083931133f303a9d7d48123e8616d35d79362b47532fb1249aa6a541bd5f68b8'
# github.com/brrd/Abricotine was verified as official when first introduced to the cask
url "https://github.com/brrd/Abricotine/releases/download/#{version}/Abricotine-#{version}-osx-x64.zip"
appcast 'https://github.com/brrd/Abricotine/releases.atom'
name 'abricotine'
homepage 'https://abricotine.brrd.fr/'
app 'Abricotine.app'
end