You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
275 B
7 lines
275 B
class MysqlWorkbench < Cask
|
|
url 'http://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-gpl-5.2.47-osx-i686.dmg'
|
|
homepage 'http://www.mysql.com/products/workbench'
|
|
version '5.2.47'
|
|
sha1 '54b814b418ce8513efdf2a1ac48f4deace867dc3'
|
|
link 'MySQLWorkbench.app'
|
|
end
|
|
|