mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
11 lines
328 B
Ruby
11 lines
328 B
Ruby
class Videospec < Cask
|
|
version '0.9.8'
|
|
sha256 '3f1c0bee41512e1d728db693038c394fb2537ede64b79ece63fb7af6fa71676a'
|
|
|
|
url "http://videospec.free.fr/VideoSpec_#{version}.dmg"
|
|
appcast 'http://videospec.free.fr/release/videospec.xml'
|
|
homepage 'http://videospec.free.fr/english/'
|
|
license :unknown
|
|
|
|
app 'VideoSpec.app'
|
|
end
|