Skip to content

Commit bfa0d94

Browse files
committed
Bump to v12.0
1 parent 0e1f118 commit bfa0d94

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

PostgreSQLPortable/App/AppInfo/AppInfo.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Version=3.5
66
Name=PostgreSQL Portable
77
AppID=PostgreSQLPortable
88
Publisher=PostgreSQL
9-
Homepage=https://gareth.flowers/postgresql-portable
9+
Homepage=https://github.com/rsubr/postgresql-portable
1010
Category=Development
1111
Description=PostgreSQL Database
1212
Language=Multilingual
@@ -18,8 +18,8 @@ Freeware=true
1818
CommercialUse=true
1919

2020
[Version]
21-
PackageVersion=10.4.1.0
22-
DisplayVersion=10.4.1
21+
PackageVersion=12.0
22+
DisplayVersion=12.0
2323

2424
[Control]
2525
Icons=1
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[DownloadFiles]
2-
DownloadURL=https://get.enterprisedb.com/postgresql/postgresql-10.4-1-windows-binaries.zip
3-
DownloadName=PostgreSQL 10.4-1
4-
DownloadFilename=postgresql-10.4-1-windows-binaries.zip
5-
DownloadMD5=725709d72b27987d9969b95a5abecaa0
2+
DownloadURL=https://get.enterprisedb.com/postgresql/postgresql-12.0-1-windows-x64-binaries.zip
3+
DownloadName=PostgreSQL 12.0-1
4+
DownloadFilename=postgresql-12.0-1-windows-x64-binaries.zip
5+
DownloadMD5=a0e7d9f232e4f016d63d527ff43a82cb
66
AdvancedExtract1To=App
77
AdvancedExtract1Filter=PgSQL\bin\**
88
AdvancedExtract2To=App
99
AdvancedExtract2Filter=PgSQL\lib\**
1010
AdvancedExtract3To=App
1111
AdvancedExtract3Filter=PgSQL\share\**
12-
AdditionalInstallSize=83000
12+
AdditionalInstallSize=88000

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ with you wherever you go.
1616
## System Requirements
1717

1818
* Microsoft Windows 10, 8, 7, Vista or XP.
19+
* PostgreSQL versions 11 and beyond are 64bit only
1920
* [PortableApps.com Platform][1] (Optional)
2021

2122
## Credits
2223

24+
* Forked from [Gareth Flowers' postgresql-portable][5] (this most excellent man deserves a beer!)
2325
* PostgreSQL Portable is a redistribution of the [PostgreSQL Database Server][2].
2426

2527
## Licence
@@ -31,3 +33,4 @@ with you wherever you go.
3133
[2]: https://www.postgresql.org
3234
[3]: https://raw.githubusercontent.com/garethflowers/postgresql-portable/master/LICENSE
3335
[4]: http://www.postgresql.org/about/licence
36+
[5]: https://gareth.flowers/postgresql-portable/

0 commit comments

Comments
 (0)