easyfind: add livecheck (#97724)

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

View File

@ -3,10 +3,15 @@ cask "easyfind" do
sha256 "05cf4f3661d73953ce8c30692ad49a5d30d0f6b710212ebbc41bb381a589b713"
url "https://download.devontechnologies.com/download/freeware/easyfind/#{version}/EasyFind.app.zip"
appcast "https://www.devontechnologies.com/apps/freeware"
name "EasyFind"
desc "Find files, folders, or contents in any file"
homepage "https://www.devontechnologies.com/apps/freeware"
livecheck do
url "https://www.devontechnologies.com/apps/freeware"
strategy :page_match
regex(%r{href=.*?/(\d+(?:\.\d+)*)/EasyFind\.app\.zip}i)
end
app "EasyFind.app"
end