mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
5 lines
126 B
Ruby
5 lines
126 B
Ruby
class Postgres < Cask
|
|
url 'http://postgresapp.com/download'
|
|
homepage 'http://www.postgresapp.com/'
|
|
version 'latest'
|
|
end
|