mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
postgresql13: update to 13.8.
This commit is contained in:
parent
cc3d4c1dc5
commit
b87a8b6e4b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'postgresql13'
|
||||
pkgname=postgresql13
|
||||
version=13.7
|
||||
revision=2
|
||||
version=13.8
|
||||
revision=1
|
||||
wrksrc="postgresql-${version}"
|
||||
build_style=gnu-configure
|
||||
make_build_target=world
|
||||
|
@ -21,7 +21,7 @@ license="PostgreSQL"
|
|||
homepage="https://www.postgresql.org"
|
||||
changelog="https://www.postgresql.org/docs/current/release-${version//./-}.html"
|
||||
distfiles="https://ftp.postgresql.org/pub/source/v${version}/postgresql-${version}.tar.bz2"
|
||||
checksum=1b905bf4f3d83614a393b3c51fd345910fd261e4f5124a68d9a1fdd3a2a46399
|
||||
checksum=73876fdd3a517087340458dca4ce15b8d2a4dbceb334c0441424551ae6c4cded
|
||||
make_check=ci-skip # Postgres server can't be run as root
|
||||
|
||||
conf_files="
|
||||
|
|
Loading…
Add table
Reference in a new issue