homebrew-cask/Casks/viewit.rb

12 lines
285 B
Ruby
Raw Normal View History

2014-11-14 01:27:17 +08:00
cask :v1 => 'viewit' do
2014-12-30 01:28:08 +08:00
version '2.51'
sha256 '4558ec864234f2cd1037a345c7daea86fcc4f4e423a8ca093f9d31275f570f5d'
2014-09-30 19:10:09 +08:00
url "http://www.hexcat.com/downloads/ViewIt-#{version}.dmg"
2015-05-10 01:45:23 +08:00
name 'ViewIt'
2014-09-30 19:10:09 +08:00
homepage 'http://www.hexcat.com/viewit/'
2014-12-30 01:28:08 +08:00
license :commercial
2014-09-30 19:10:09 +08:00
app 'ViewIt.app'
end