pineapple: add livecheck (#97820)

This commit is contained in:
Markus Reiter 2021-01-10 20:19:09 +01:00 committed by GitHub
parent 732c710546
commit cca9c18693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -7,5 +7,11 @@ cask "pineapple" do
name "Pineapple"
homepage "https://nwhitehead.github.io/pineapple/"
livecheck do
url :homepage
strategy :page_match
regex(%r{href=.*?/Pineapple-(\d+(?:\.\d+)*)-Python3\.5\.dmg}i)
end
app "Pineapple.app"
end