Skip to content

Commit

Permalink
postgresql@11: 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petere committed Oct 18, 2018
1 parent 480e815 commit fb9f118
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions postgresql@11.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
class PostgresqlAT11 < Formula
desc "Relational database management system"
homepage "https://www.postgresql.org/"
devel do
version = "11rc1"
version version
url "https://ftp.postgresql.org/pub/source/v#{version}/postgresql-#{version}.tar.bz2"
sha256 "608c35369b79a40239663c4213267fd08d3184c3a2cd4d6ff71103ca61930609"
end
version = "11.0"
url "https://ftp.postgresql.org/pub/source/v#{version}/postgresql-#{version}.tar.bz2"
sha256 "bf9bba03d0c3902c188af12e454b35343c4a9bf9e377ec2fe50132efb44ef36b"

head do
url "https://git.postgresql.org/git/postgresql.git", :branch => "REL_11_STABLE"
Expand Down

0 comments on commit fb9f118

Please sign in to comment.