mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
7 lines
228 B
Ruby
7 lines
228 B
Ruby
class GoogleWebDesigner < Cask
|
|
url 'https://dl.google.com/webdesigner/mac/shell/googlewebdesigner_mac.dmg'
|
|
homepage 'https://www.google.com/webdesigner/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Google Web Designer.app'
|
|
end
|