mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #164958 from chenrui333/red-eye-livecheck
red-eye: deprecate
This commit is contained in:
+3
-5
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user