libesmtp: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:19 +00:00
parent ad0af0a5ff
commit 99926f6d11
2 changed files with 2 additions and 2 deletions

View file

@ -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

2
srcpkgs/libesmtp/update Normal file
View file

@ -0,0 +1,2 @@
site="${homepage}/download.html"
ignore="*rc*"