Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

20 lines
453 B
Ruby

cask "bubo" do
version "1.0"
sha256 :no_check
url "https://jguice.s3.amazonaws.com/mac-bt-headset-fix-beta/bubo.app.zip",
verified: "jguice.s3.amazonaws.com/mac-bt-headset-fix-beta/"
name "Bubo"
name "Spotify Bluetooth Headset Listener"
desc "Fixes broken bluetooth headset control"
homepage "https://github.com/jguice/mac-bt-headset-fix"
depends_on macos: ">= :sierra"
app "bubo.app"
caveats do
discontinued
end
end