mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
299 B
Ruby
10 lines
299 B
Ruby
class Qdesktop < Cask
|
|
version '0.1.1'
|
|
sha256 '1eddd3513cca892fb8e53452d79d4589ef5b1e3cd885a1f52748b6df64588094'
|
|
|
|
url 'https://bitbucket.org/qvacua/qvacua/downloads/Qdesktop-0.1.1.zip'
|
|
appcast 'http://qvacua.com/qdesktop/appcast.xml'
|
|
homepage 'http://qvacua.com'
|
|
|
|
link 'Qdesktop.app'
|
|
end
|