Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various: [k] casks: deprecate #179896

Merged
merged 7 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions Casks/k/kakapo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
version "1.3.0"
sha256 "4f89f2d651b88e7c13bce3cccefc4929e83a5f509dae102f071ecd80aab9d524"

url "https://github.com/bluedaniel/Kakapo-app/releases/download/v#{version}/Kakapo-#{version}-Mac.zip",
verified: "github.com/bluedaniel/Kakapo-app/"
url "https://github.com/bluedaniel/Kakapo-app/releases/download/v#{version}/Kakapo-#{version}-Mac.zip"
name "Kakapo"
desc "Open-source ambient sound mixer"
homepage "http://www.kakapo.co/app.html"
homepage "https://github.com/bluedaniel/Kakapo-app"

deprecate! date: "2024-07-17", because: :unmaintained

app "Kakapo.app"

caveats do
requires_rosetta
end
end
6 changes: 6 additions & 0 deletions Casks/k/kaku.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
name "Kaku"
homepage "https://kaku.rocks/"

deprecate! date: "2024-07-17", because: :unmaintained

app "Kaku.app"

caveats do
requires_rosetta
end
end
17 changes: 5 additions & 12 deletions Casks/k/kapitainsky-rclone-browser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,13 @@
desc "GUI for rclone"
homepage "https://github.com/kapitainsky/RcloneBrowser"

livecheck do
url :url
regex(/^rclone-browser[._-]v?(\d+(?:\.\d+)+)-([0-9a-f]+)-macos\.dmg/i)
strategy :github_latest do |json, regex|
json["assets"]&.map do |asset|
match = asset["name"]&.match(regex)
next if match.blank?

"#{match[1]},#{match[2]}"
end
end
end
deprecate! date: "2024-07-17", because: :unmaintained

depends_on formula: "rclone"

app "Rclone Browser.app"

caveats do
requires_rosetta
end
end
6 changes: 6 additions & 0 deletions Casks/k/kawa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,11 @@
desc "Alternative input source switcher"
homepage "https://github.com/utatti/kawa"

deprecate! date: "2024-07-17", because: :unmaintained

app "Kawa.app"

caveats do
requires_rosetta
end
end
6 changes: 6 additions & 0 deletions Casks/k/kmbmpdc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@
name "kawaii menu bar music player daemon controller"
homepage "https://github.com/arttuperala/kmbmpdc"

deprecate! date: "2024-07-17", because: :unmaintained

auto_updates true
depends_on macos: ">= :el_capitan"

app "kmbmpdc.app"

caveats do
requires_rosetta
end
end
9 changes: 5 additions & 4 deletions Casks/k/koala.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
name "Koala"
homepage "http://koala-app.com/"

livecheck do
url :url
strategy :github_latest
end
deprecate! date: "2024-07-17", because: :unmaintained

app "Koala.app"

caveats do
requires_rosetta
end
end
7 changes: 7 additions & 0 deletions Casks/k/kube-forwarder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@
name "Kube Forwarder"
homepage "https://kube-forwarder.pixelpoint.io/"

# https://github.com/pixel-point/kube-forwarder/issues/100#issuecomment-1065111816
deprecate! date: "2024-07-17", because: :unmaintained

app "Kube Forwarder.app"

caveats do
requires_rosetta
end
end
Loading