mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
postgresql: extract update_* to external update file
This commit is contained in:
parent
5bb1a09dc1
commit
3cd47674f7
2 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,6 @@ configure_args="--with-openssl --with-python
|
||||||
short_desc="Sophisticated open-source Object-Relational DBMS"
|
short_desc="Sophisticated open-source Object-Relational DBMS"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.postgresql.org"
|
homepage="http://www.postgresql.org"
|
||||||
update_site="http://www.postgresql.org/ftp/source/"
|
|
||||||
update_pattern='v\K[\d.]+(?!beta)'
|
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0
|
checksum=14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0
|
||||||
|
|
2
srcpkgs/postgresql/update
Normal file
2
srcpkgs/postgresql/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="http://www.postgresql.org/ftp/source/"
|
||||||
|
pattern='v\K[\d.]+(?!beta)'
|
Loading…
Add table
Reference in a new issue