Files
homebrew-cask/Casks/m/macmediakeyforwarder.rb
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

16 lines
535 B
Ruby

cask "macmediakeyforwarder" do
version "3.1.2"
sha256 "3e2c8ae7fbc9190e9c7528a3c4799ae42e6a33ddaf27f5cf01e141a0b9d6cd04"
url "https://github.com/quentinlesceller/macmediakeyforwarder/releases/download/v#{version}/MacMediaKeyForwarder.zip"
name "Mac Media Key Forwarder"
desc "Media key forwarder for iTunes and Spotify"
homepage "https://github.com/quentinlesceller/macmediakeyforwarder/"
depends_on macos: ">= :sierra"
app "MacMediaKeyForwarder.app"
zap trash: "~/Library/Preferences/com.milgra.hsmke.plist"
end