mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
* add more version substitutions for urls (e.g. used for 7zip) * 7zip add autoupdate * update exlixr 1.4.0 and add autoupdate * update erlang 19.2 and add autoupdate * update ffmpeg 20170110 and add autoupdate * update flow 0.37.4 and add autoupdate * forge add autoupdate * update grails 3.2.4 and add autoupdate * update groovy 2.4.7 and add autoupdate * fix haskell url * update haxe 3.4.0-rc.2 and add autoupdate * hub add autoupdate * update hugo 0.18.1 and add autoupdate * update latex 2.9.6161 and add autoupdate * update lessmsi 1.5.1 and add autoupdate * update llvm 3.9.1 and add autoupdate * update mysql 5.7.17 and add autoupdate * fix nginx urls * nuget add autoupdate * nvm add autoupdate * update octave 4.2.0 and add autoupdate * update pester 3.4.3 and add autoupdate * phantomjs add autoupdate * update postgresql 9.6.1 and add autoupdate * puppet add autoupdate * update racket 6.7 and add autoupdate * update rancher 0.12.1 * rethinkdb add autoupdate * update rsync 5.5.0 and add autoupdate * rust-msvc add autoupdate * rust add autoupdate * update sbt 0.13.13 and add autoupdate * update scala 2.12.1 and add autoupdate * update sqlite 3160200 and add autoupdate * update thrift 0.10.0 and add autoupdate * update youtube-dl 2017.01.10
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"homepage": "https://www.postgresql.org/",
|
|
"version": "9.6.1",
|
|
"license": "https://www.postgresql.org/about/licence/",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.enterprisedb.com/postgresql/postgresql-9.6.1-1-windows-x64-binaries.zip",
|
|
"hash": "8362c5c445370b67ec7684a9312776793e165011362619af0197729fd50b997a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://get.enterprisedb.com/postgresql/postgresql-9.6.1-1-windows-binaries.zip",
|
|
"hash": "ad5364ce2c0fa9a489dd907516f9116243c278d7b887fb7d5f469b0d060ba4a9"
|
|
}
|
|
},
|
|
"extract_dir": "pgsql",
|
|
"bin": [
|
|
"bin\\clusterdb.exe",
|
|
"bin\\createdb.exe",
|
|
"bin\\createlang.exe",
|
|
"bin\\createuser.exe",
|
|
"bin\\dropdb.exe",
|
|
"bin\\droplang.exe",
|
|
"bin\\dropuser.exe",
|
|
"bin\\ecpg.exe",
|
|
"bin\\initdb.exe",
|
|
"bin\\isolationtester.exe",
|
|
"bin\\oid2name.exe",
|
|
"bin\\pg_archivecleanup.exe",
|
|
"bin\\pg_basebackup.exe",
|
|
"bin\\pg_config.exe",
|
|
"bin\\pg_controldata.exe",
|
|
"bin\\pg_ctl.exe",
|
|
"bin\\pg_dump.exe",
|
|
"bin\\pg_dumpall.exe",
|
|
"bin\\pg_isolation_regress.exe",
|
|
"bin\\pg_isready.exe",
|
|
"bin\\pg_receivexlog.exe",
|
|
"bin\\pg_regress.exe",
|
|
"bin\\pg_regress_ecpg.exe",
|
|
"bin\\pg_resetxlog.exe",
|
|
"bin\\pg_restore.exe",
|
|
"bin\\pg_rewind.exe",
|
|
"bin\\pg_standby.exe",
|
|
"bin\\pg_test_fsync.exe",
|
|
"bin\\pg_test_timing.exe",
|
|
"bin\\pg_upgrade.exe",
|
|
"bin\\pg_xlogdump.exe",
|
|
"bin\\pgAdmin3.exe",
|
|
"bin\\pgbench.exe",
|
|
"bin\\postgres.exe",
|
|
"bin\\psql.exe",
|
|
"bin\\reindexdb.exe",
|
|
"bin\\stackbuilder.exe",
|
|
"bin\\vacuumdb.exe",
|
|
"bin\\vacuumlo.exe",
|
|
"bin\\zic.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.enterprisedb.com/products-services-training/pgbindownload",
|
|
"re": "<b>Version ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://get.enterprisedb.com/postgresql/postgresql-$version-1-windows-x64-binaries.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://get.enterprisedb.com/postgresql/postgresql-$version-1-windows-binaries.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|