libesmtp: extract update_* to external update file
This commit is contained in:
parent
ad0af0a5ff
commit
99926f6d11
|
@ -9,8 +9,6 @@ short_desc="Manage submission of emails using SMTP protocol"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://stafford.uklinux.net/libesmtp/"
|
||||
license="LGPL-2.1"
|
||||
update_site="${homepage}/download.html"
|
||||
update_ignore="*rc*"
|
||||
distfiles="http://stafford.uklinux.net/libesmtp/${pkgname}-${version}.tar.bz2"
|
||||
checksum=d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
site="${homepage}/download.html"
|
||||
ignore="*rc*"
|
Loading…
Reference in New Issue