entry: update livecheck

This commit is contained in:
Sam Ford
2023-11-20 15:29:36 -05:00
parent 8445ac14ea
commit 95fbff1b2e
+5 -1
View File
@@ -7,8 +7,12 @@ cask "entry" do
desc "Block-based coding platform"
homepage "https://playentry.org/"
# The download page (https://playentry.org/download/offline) fetches the
# version information from https://playentry.org/graphql using a `POST`
# request but livecheck can't do that yet. We check GitHub releases as a best
# guess of when a new version is released.
livecheck do
url "https://github.com/entrylabs/entry-offline/"
url "https://github.com/entrylabs/entry-offline"
strategy :github_latest
end