Skip to content
Closed
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
4 changes: 2 additions & 2 deletions Formula/bose.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Bose < Formula
desc "CLI to control Bose SoundTouch speakers"
homepage "https://github.com/timvw/bose"
url "https://github.com/timvw/bose/releases/download/v0.2.3/bose-v0.2.3-apple-darwin-universal.tar.gz"
sha256 "6493d532efcb061c5d0a8ec1dbacdfe76ba931c3da94b872e4fd2363f4827ef8"
url "https://github.com/timvw/bose/archive/refs/tags/v0.2.10.tar.gz"
sha256 "e72751442c3f8ca85716d73382468a8b2755d2ff9700d44903ce20a83d24c6d4"
license "Apache-2.0"
# macOS-only binary; Linux checks only validate artifact availability.
depends_on :macos
Expand Down
Loading