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