mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
Updated ViMediaManager.app to most recent version since the old download is not available anymore.
11 lines
452 B
Ruby
11 lines
452 B
Ruby
cask :v1 => 'vimediamanager' do
|
|
version '0.7a13c'
|
|
sha256 'da5a1f76d556bbdb4cff76295cd0e60a47d05f6073b35dae20a88387f4eb10ce'
|
|
|
|
url "http://mariusth.channelwood.org/vimediamanager/files/vimediamanager_v#{version}.dmg"
|
|
name 'ViMediaManager'
|
|
homepage 'http://mariusth.heliohost.org/vimediamanager/'
|
|
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
|
|
|
|
app 'ViMediaManager.app'
|
|
end
|