f2fs-tools: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:46 +00:00
parent a6e942c2b9
commit ca1aed49e8
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -0,0 +1,2 @@
site="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/plain/VERSION"
pattern='\d+\.[\d.]+'