f2fs-tools: extract update_* to external update file
This commit is contained in:
parent
a6e942c2b9
commit
ca1aed49e8
2 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,6 @@ short_desc="Tools for the Linux Flash-Friendly File System (F2FS)"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
||||
update_site="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/plain/VERSION"
|
||||
update_pattern='\d+\.[\d.]+'
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git ${pkgname}-${version}
|
||||
|
|
2
srcpkgs/f2fs-tools/update
Normal file
2
srcpkgs/f2fs-tools/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/plain/VERSION"
|
||||
pattern='\d+\.[\d.]+'
|
Loading…
Reference in a new issue