From 92a43a6465b0ee974f2c6727a2bf91dba5b78b71 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Thu, 2 May 2024 17:13:20 -0700 Subject: [PATCH] Cask-Cookbook: remove outdated URL Signed-off-by: Patrick Linnane --- docs/Cask-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Cask-Cookbook.md b/docs/Cask-Cookbook.md index b9a7689f8ca9f..264a4762782d2 100644 --- a/docs/Cask-Cookbook.md +++ b/docs/Cask-Cookbook.md @@ -616,7 +616,7 @@ brew install firefox --language=it ### Stanza: `livecheck` -The `livecheck` stanza is used to automatically fetch the latest version of a cask from changelogs, release notes, appcasts, etc. Since the main [homebrew/cask](https://github.com/Homebrew/homebrew-cask) repository only accepts submissions for stable versions of software (and [documented exceptions](https://docs.brew.sh/Acceptable-Casks#but-there-is-no-stable-version)), this allows for verifying that the submitted version is the latest, and alerting when a newer version is available using [`brew livecheck`](Brew-Livecheck.md). +The `livecheck` stanza is used to automatically fetch the latest version of a cask from changelogs, release notes, appcasts, etc. Every `livecheck` block must contain a `url`, which can be either a string or a symbol pointing to other URLs in the cask (`:url` or `:homepage`).