mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
7 lines
162 B
Ruby
7 lines
162 B
Ruby
class Postgres < Cask
|
|
url 'http://postgresapp.com/download'
|
|
homepage 'http://www.postgresapp.com/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Postgres.app'
|
|
end
|