mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
libesmtp: extract update_* to external update file
This commit is contained in:
parent
ad0af0a5ff
commit
99926f6d11
2 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,6 @@ short_desc="Manage submission of emails using SMTP protocol"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://stafford.uklinux.net/libesmtp/"
|
homepage="http://stafford.uklinux.net/libesmtp/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
update_site="${homepage}/download.html"
|
|
||||||
update_ignore="*rc*"
|
|
||||||
distfiles="http://stafford.uklinux.net/libesmtp/${pkgname}-${version}.tar.bz2"
|
distfiles="http://stafford.uklinux.net/libesmtp/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b
|
checksum=d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b
|
||||||
|
|
||||||
|
|
2
srcpkgs/libesmtp/update
Normal file
2
srcpkgs/libesmtp/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="${homepage}/download.html"
|
||||||
|
ignore="*rc*"
|
Loading…
Add table
Reference in a new issue