fuse-usmb: fix update-check
This commit is contained in:
parent
ee80c01899
commit
117eab7355
|
@ -9,6 +9,8 @@ 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}
|
||||
|
|
Loading…
Reference in New Issue