homebrew-cask/Casks/postgres.rb

8 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