quickboot: deprecate

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2024-01-01 13:51:00 -05:00
parent a5aee28b83
commit 45bd674bae
+4 -4
View File
@@ -6,10 +6,10 @@ cask "quickboot" do
name "QuickBoot"
homepage "https://buttered-cat.com/product/quickboot/"
livecheck do
url :homepage
regex(%r{href=.*?/QuickBoot-(\d+(?:\.\d+)*-\d+)\.zip}i)
end
# no release in the past 10 years
# user has reported it stopped working in catalina
# https://github.com/jfro/QuickBoot/issues/5
deprecate! date: "2024-01-01", because: :unmaintained
app "QuickBoot.app"
end