fuse-usmb: extract update_* to external update file
This commit is contained in:
parent
29a3171a27
commit
773be232d6
2 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,6 @@ short_desc="FUSE filesystem for SMB/CIFS shares"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://ametros.net/code.html#usmb"
|
homepage="http://ametros.net/code.html#usmb"
|
||||||
update_site="http://repo.or.cz/w/usmb.git"
|
|
||||||
update_pattern='tags/\K[\d]+'
|
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone -b${version} git://repo.or.cz/usmb.git ${pkgname}-${version}
|
git clone -b${version} git://repo.or.cz/usmb.git ${pkgname}-${version}
|
||||||
|
|
2
srcpkgs/fuse-usmb/update
Normal file
2
srcpkgs/fuse-usmb/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="http://repo.or.cz/w/usmb.git"
|
||||||
|
pattern='tags/\K[\d]+'
|
Loading…
Reference in a new issue