Skip to content

Commit

Permalink
Merge pull request #179896 from Homebrew/deprecate-various-k-casks
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Jul 17, 2024
2 parents d7638f0 + 27d2ee6 commit 4f086ba
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 19 deletions.
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

0 comments on commit 4f086ba

Please sign in to comment.