mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
18 lines
473 B
Ruby
18 lines
473 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"
|
|
|
|
deprecate! date: "2023-12-17", because: :discontinued
|
|
|
|
depends_on macos: ">= :sierra"
|
|
|
|
app "bubo.app"
|
|
end
|