homebrew-cask/Casks/persepolis-download-manager.rb

13 lines
520 B
Ruby

cask 'persepolis-download-manager' do
version '3.2.0'
sha256 '39514a158201483a713c918d744b823f63ae39142aa2024713c21174385400a3'
# github.com/persepolisdm/persepolis was verified as official when first introduced to the cask
url "https://github.com/persepolisdm/persepolis/releases/download/#{version}/persepolis_#{version}_mac.zip"
appcast 'https://github.com/persepolisdm/persepolis/releases.atom'
name 'Persepolis'
homepage 'https://persepolisdm.github.io/'
app 'Persepolis Download Manager.app'
end