sharepod: add livecheck (#96928)

This commit is contained in:
Markus Reiter 2020-12-26 17:00:21 +01:00 committed by GitHub
parent c845715646
commit 06c6dde77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -1,13 +1,16 @@
cask "sharepod" do
version "4.3.2.0"
version "4.3.2"
sha256 "1e6799be8764fb6f57ff87fef79de86d0391d63d349f68999f02729a72529211"
url "https://cdn.macroplant.com/release/Sharepod-#{version}.dmg",
verified: "cdn.macroplant.com/"
appcast "https://macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://macroplant.com/sharepod/download/&user_agent=Macintosh",
must_contain: version.major_minor_patch
url "https://assets.macroplant.com/download/32/Sharepod-#{version}.dmg",
verified: "assets.macroplant.com/"
name "Sharepod"
homepage "https://www.getsharepod.com/"
livecheck do
url "https://macroplant.com/sharepod/download/"
strategy :header_match
end
app "Sharepod.app"
end