Skip to content

Commit

Permalink
Merge pull request #196726 from Homebrew/update-pock
Browse files Browse the repository at this point in the history
pock: various updates
  • Loading branch information
daeho-ro authored Dec 30, 2024
2 parents debb608 + 60e555a commit f2e2e92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Casks/p/pock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
homepage "https://pock.app/"

livecheck do
url :homepage
regex(/Latest version: (\d+(?:\.\d+)*(?:-\d+)?)/i)
url "https://pock.app/api/latestVersions.json"
strategy :json do |json|
json.dig("core", "name")
end
end

depends_on macos: ">= :high_sierra"
depends_on macos: ">= :catalina"

app "Pock.app"

Expand Down
1 change: 0 additions & 1 deletion audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"openra-playtest": "all",
"openshot-video-editor@daily": "all",
"plugdata": "all",
"pock": "all",
"positron": "all",
"powershell@preview": "all",
"profilecreator": "all",
Expand Down

0 comments on commit f2e2e92

Please sign in to comment.