mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
10 lines
254 B
Ruby
10 lines
254 B
Ruby
class Dukto < Cask
|
|
version 'r6'
|
|
sha256 '86f06ca92a28b5835cb3eaadfb09897f581a5da3fb8ee8246897b1bf4ee7348a'
|
|
|
|
url 'https://dukto.googlecode.com/files/DuktoR6-OSX.dmg'
|
|
homepage 'https://code.google.com/p/dukto/'
|
|
license :oss
|
|
|
|
app 'Dukto.app'
|
|
end
|