Merge pull request #164958 from chenrui333/red-eye-livecheck

red-eye: deprecate
This commit is contained in:
Miccal Matthews
2024-01-29 14:55:47 +08:00
committed by GitHub
+3 -5
View File
@@ -2,15 +2,13 @@ cask "red-eye" do
version "1.2.0"
sha256 :no_check
url "https://www.hexedbits.com/downloads/redeye.zip"
url "https://web.archive.org/web/20200814031954/https://www.hexedbits.com/downloads/redeye.zip",
verified: "web.archive.org/web/20200814031954/https://www.hexedbits.com/"
name "Red Eye"
desc "Tool to prevent the system from going into sleep mode"
homepage "https://www.hexedbits.com/redeye/"
livecheck do
url :homepage
regex(/Version\s+(\d+(?:\.\d+)+)/i)
end
deprecate! date: "2024-01-21", because: "download artifact not available"
depends_on macos: ">= :mojave"