mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
libldap: extract update_* to external update file
This commit is contained in:
parent
6a891fdfe9
commit
16c202aeef
2 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,6 @@ short_desc="OpenLDAP (Lightweight Directory Access Protocol) libraries"
|
||||||
license="OpenLDAP License v2.8 - BSD alike"
|
license="OpenLDAP License v2.8 - BSD alike"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.openldap.org"
|
homepage="http://www.openldap.org"
|
||||||
update_site="${homepage}/software/download/"
|
|
||||||
update_pkgname=openldap
|
|
||||||
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
distfiles="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-$version.tgz"
|
||||||
checksum=d12611a5c25b6499293c2bb7b435dc2b174db73e83f5a8cb7e34f2ce5fa6dadb
|
checksum=d12611a5c25b6499293c2bb7b435dc2b174db73e83f5a8cb7e34f2ce5fa6dadb
|
||||||
|
|
||||||
|
|
2
srcpkgs/libldap/update
Normal file
2
srcpkgs/libldap/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="${homepage}/software/download/"
|
||||||
|
pkgname=openldap
|
Loading…
Add table
Reference in a new issue