rsyslog: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:08 +00:00
parent 3bdc6e8598
commit 8f75c5494b
2 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,6 @@ short_desc="An Enhanced multi-threaded syslog daemon"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.rsyslog.com"
update_pattern='<b>\K[\d.]+(?=</b>)'
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
checksum=759f836be460c794a7649f2b5b5ef8d423388ec599bf3b49f51fded3f8c02431

1
srcpkgs/rsyslog/update Normal file
View file

@ -0,0 +1 @@
pattern='<b>\K[\d.]+(?=</b>)'