mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
9 lines
286 B
Ruby
9 lines
286 B
Ruby
class ItunesVolumeControl < Cask
|
|
version 'latest'
|
|
sha256 :no_check
|
|
|
|
url 'https://github.com/alberti42/iTunes-Volume-Control/blob/master/iTunes%20Volume%20Control.dmg?raw=true'
|
|
homepage 'https://github.com/alberti42/iTunes-Volume-Control'
|
|
|
|
link 'iTunes Volume Control.app'
|
|
end
|