sloth: add livecheck (#96588)

This commit is contained in:
Markus Reiter 2020-12-22 04:07:10 +01:00 committed by GitHub
parent 6e513e5e14
commit 4d06dd92b8
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 "sloth" do
version "3.0.1"
version "3.0.1,256"
sha256 "67ff13b1532381853eefaf1043fb58d2d4885320112e6fa6edd17f4d06caebdc"
url "https://sveinbjorn.org/files/software/sloth/sloth-#{version}.zip"
appcast "https://sveinbjorn.org/files/appcasts/SlothAppcast.xml"
url "https://sveinbjorn.org/files/software/sloth/sloth-#{version.before_comma}.zip"
name "Sloth"
desc "Displays all open files and sockets in use by all running processes"
homepage "https://sveinbjorn.org/sloth"
livecheck do
url "https://sveinbjorn.org/files/appcasts/SlothAppcast.xml"
strategy :sparkle
end
auto_updates true
app "Sloth.app"