homebrew-cask/Casks/bubo.rb

15 lines
469 B
Ruby

cask "bubo" do
version "1.0"
sha256 "25c50797d1397b0e4ae02346d6179c9c8ec3fbd129dad759100fb3f598109630"
# jguice.s3.amazonaws.com/mac-bt-headset-fix-beta/ was verified as official when first introduced to the cask
url "https://jguice.s3.amazonaws.com/mac-bt-headset-fix-beta/bubo.app.zip"
name "Bubo"
name "Spotify Bluetooth Headset Listener"
homepage "https://github.com/jguice/mac-bt-headset-fix"
depends_on macos: ">= :sierra"
app "bubo.app"
end