diff options
author | Tim Biermann <tbier@posteo.de> | 2021-02-13 13:14:21 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-02-13 13:14:29 +0000 |
commit | 616446bacb29ad3840710564deaec9e93558ddfe (patch) | |
tree | 52a362a0eaf55d2b35bd438148790097d8d11fa2 /postgresql | |
parent | 0c3a58af7ccf0ec1e2e4d4ae3fe169b9d36be7f1 (diff) | |
download | contrib-616446bacb29ad3840710564deaec9e93558ddfe.tar.gz contrib-616446bacb29ad3840710564deaec9e93558ddfe.tar.xz |
postgresql: 13.1 -> 13.2
Diffstat (limited to 'postgresql')
-rw-r--r-- | postgresql/.signature | 6 | ||||
-rw-r--r-- | postgresql/Pkgfile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/postgresql/.signature b/postgresql/.signature index 1ed7836db..f21a2badf 100644 --- a/postgresql/.signature +++ b/postgresql/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38jzssY+9Vr65OUM95hRpJamSKjyqQ+dQuTZVchlVDn3x4YSZN2Wf78TwhNKWMOMEi6hGcwcEsggEGCXCFtJNQU= -SHA256 (Pkgfile) = c800072772e73c385fa0834666adb6dd96e4082b05ecf82077ab5776207a7d67 +RWSagIOpLGJF36DVjWaH49CKnR5TaQBmJo+eJ0vKO6qeuYGHPKLpia4OTEuXPnY6u6wnoEq6CP80fwYmiMrmSmOfeNwX/+BYNAk= +SHA256 (Pkgfile) = 46bbb3142574e993da0765d104c633dd1b9acd61c8cf8ec94c4d4e1e9084e7e2 SHA256 (.footprint) = 437962b9dcebf289743717841914230aaa2aa61e71d07f678184f0a054f1326a -SHA256 (postgresql-13.1.tar.bz2) = 12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f +SHA256 (postgresql-13.2.tar.bz2) = 5fd7fcd08db86f5b2aed28fcfaf9ae0aca8e9428561ac547764c2a2b0f41adfc SHA256 (postgresql) = 2c5ed04d159081774b2518c67b4bd95671154828a5bca23b68c7c7a05ec40078 diff --git a/postgresql/Pkgfile b/postgresql/Pkgfile index cb36d48cc..0a5e8ca49 100644 --- a/postgresql/Pkgfile +++ b/postgresql/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl name=postgresql -version=13.1 +version=13.2 release=1 source=(https://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 postgresql) |