btrfs-progs: fix update-check.
This commit is contained in:
parent
154c5cd605
commit
73c651527a
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ short_desc="Btrfs filesystem utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://btrfs.wiki.kernel.org/"
|
homepage="http://btrfs.wiki.kernel.org/"
|
||||||
|
update_pattern=$pkgname' \K[\d+.]+'
|
||||||
|
update_version="${_distver}"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone -b v${_distver} git://git.kernel.org/pub/scm/linux/kernel/git/kdave/${pkgname}.git ${pkgname}-${version}
|
git clone -b v${_distver} git://git.kernel.org/pub/scm/linux/kernel/git/kdave/${pkgname}.git ${pkgname}-${version}
|
||||||
|
|
Loading…
Reference in a new issue