Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
dfb7a69b
Commit
dfb7a69b
authored
Dec 26, 2019
by
Casey Strouse
Committed by
Ed Reel
Dec 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update postgres from 9.6.5 to 9.6.16 (#3717)
parent
adf4f7f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
packages/postgres.rb
packages/postgres.rb
+3
-15
No files found.
packages/postgres.rb
View file @
dfb7a69b
...
...
@@ -3,27 +3,15 @@ require 'package'
class
Postgres
<
Package
description
'PostgreSQL is a powerful, open source object-relational database system.'
homepage
'https://www.postgresql.org/'
version
'9.6.
5
'
source_url
'https://ftp.postgresql.org/pub/source/v9.6.
5/postgresql-9.6.5
.tar.bz2'
source_sha256
'
06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c
'
version
'9.6.
16
'
source_url
'https://ftp.postgresql.org/pub/source/v9.6.
16/postgresql-9.6.16
.tar.bz2'
source_sha256
'
5c6cba9cc0df70ba2b128c4a87d0babfce7c0e2b888f70a9c8485745f66b22e7
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/postgres-9.6.5-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/postgres-9.6.5-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/postgres-9.6.5-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/postgres-9.6.5-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'9e0004789da8e05332b53e050df96ca73659e4f94c9715ef53162959b6b8a3e7'
,
armv7l:
'9e0004789da8e05332b53e050df96ca73659e4f94c9715ef53162959b6b8a3e7'
,
i686:
'6aa981708ff298e1b423fbcff6f17faa52aca9cb1dfe7cda278b50fd09c6acd2'
,
x86_64:
'7c6725c690d0118f53ca0c60cd96a38afd764cc38b1109e07b566d12f2c7a9bf'
,
})
depends_on
'buildessential'
depends_on
'readline'
depends_on
'zlibpkg'
# Feel free to change this directory prior to compiling.
PGDATA
=
"
#{
CREW_PREFIX
}
/data/pgsql"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment