From 95fbff1b2ef50b74d89bc5401a8ca8c04a5125eb Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:29:36 -0500 Subject: [PATCH] entry: update livecheck --- Casks/e/entry.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Casks/e/entry.rb b/Casks/e/entry.rb index a17955c71d..c8a9f7b01d 100644 --- a/Casks/e/entry.rb +++ b/Casks/e/entry.rb @@ -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