zlib: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:41 +00:00
parent 03c59cd72b
commit f12dc31798
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@ short_desc="A compression/decompression Library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="zlib"
homepage="http://www.zlib.net"
update_pattern="<B> zlib \K.+?(?=</B>)"
distfiles="$homepage/$pkgname-$version.tar.gz"
checksum=36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d

1
srcpkgs/zlib/update Normal file
View File

@ -0,0 +1 @@
pattern="<B> zlib \K.+?(?=</B>)"