filezilla: extract update_* to external update file
This commit is contained in:
parent
8ff4843c5a
commit
decc483b53
2 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,5 @@ short_desc="Fast and reliable FTP, FTPS and SFTP client"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://filezilla-project.org/"
|
||||
update_pattern="FileZilla_\K[\d.]+(?=_src)"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2"
|
||||
checksum=b351ee946b8c399c3b9ab4ad73de688a4bad6025d15aa9ff5b6b853a6254ede4
|
||||
|
|
1
srcpkgs/filezilla/update
Normal file
1
srcpkgs/filezilla/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern="FileZilla_\K[\d.]+(?=_src)"
|
Loading…
Reference in a new issue