Update persepolis-download-manager 4.0.1

This commit is contained in:
Kia Hamedi 2024-03-14 21:00:38 +03:30 committed by GitHub
parent 918865a535
commit 0b4ff8d309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 3 deletions

View File

@ -1,12 +1,25 @@
cask "persepolis-download-manager" do
version "3.2.0"
sha256 "39514a158201483a713c918d744b823f63ae39142aa2024713c21174385400a3"
arch arm: "M", intel: "Intel"
url "https://github.com/persepolisdm/persepolis/releases/download/#{version}/persepolis_#{version}_mac.zip",
version "4.0.1"
sha256 arm: "67c430937e6062a40a432cd09282188487f2c6af0a861f3de1131e483447fe55",
intel: "563a591c92c1fd3a6ea11761ba29614eef2b1a0e78eb7f0827bde452c1b5b610"
url "https://github.com/persepolisdm/persepolis/releases/download/#{version}/Persepolis.Download.Manager.#{arch}.Chips.dmg",
verified: "github.com/persepolisdm/persepolis/"
name "Persepolis"
desc "GUI for aria2"
homepage "https://persepolisdm.github.io/"
livecheck do
url :url
strategy :github_latest
end
app "Persepolis Download Manager.app"
zap trash: [
"~/.persepolis",
"~/Library/Application Support/persepolis_download_manager",
]
end