platypus: add livecheck (#96524)

This commit is contained in:
Markus Reiter 2020-12-22 03:53:51 +01:00 committed by GitHub
parent 0622c1118e
commit 9a56d9be3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -1,13 +1,17 @@
cask "platypus" do
version "5.3"
version "5.3,1113"
sha256 "efc66e943e6327896d0c1b82b0c1798c9ea17cffa03581e4949541c30d9833b0"
url "https://sveinbjorn.org/files/software/platypus/platypus#{version}.zip"
appcast "https://www.sveinbjorn.org/files/appcasts/PlatypusAppcast.xml"
url "https://sveinbjorn.org/files/software/platypus/platypus#{version.before_comma}.zip"
name "Platypus"
desc "Tool to create native applications from command-line scripts"
homepage "https://sveinbjorn.org/platypus"
livecheck do
url "https://www.sveinbjorn.org/files/appcasts/PlatypusAppcast.xml"
strategy :sparkle
end
auto_updates true
app "Platypus.app"