homebrew-cask/Casks/dukto.rb

13 lines
358 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'dukto' do
2014-10-27 22:43:03 +08:00
version 'R6'
sha256 '86f06ca92a28b5835cb3eaadfb09897f581a5da3fb8ee8246897b1bf4ee7348a'
# sourceforge.net is the official download host per the vendor homepage
url "https://downloads.sourceforge.net/sourceforge/dukto/Dukto#{version}-OSX.dmg"
2015-03-28 01:17:41 +08:00
name 'Dukto'
homepage 'http://www.msec.it/dukto/'
2014-10-01 23:32:48 +08:00
license :oss
2014-09-16 00:05:30 +08:00
app 'Dukto.app'
2013-10-15 19:33:49 +08:00
end