homebrew-cask/Casks/sync-my-l2p.rb

13 lines
496 B
Ruby

cask 'sync-my-l2p' do
version '2.4.1'
sha256 '481af4bd5be7bb8940fe3c9bd435f5b509acefa45cba347892893664a702265b'
# github.com/RobertKrajewski/Sync-my-L2P/ was verified as official when first introduced to the cask
url "https://github.com/RobertKrajewski/Sync-my-L2P/releases/download/v#{version}/SyncMyL2P-#{version}-osx.dmg"
appcast 'https://github.com/RobertKrajewski/Sync-my-L2P/releases.atom'
name 'Sync-my-L2P'
homepage 'https://www.syncmyl2p.de/'
app 'Sync-my-L2P.app'
end