seafile-client-qt: update to 7.0.4. Fix update detection
This commit is contained in:
parent
5fbfc6dc44
commit
f03d916421
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'seafile-client-qt'
|
||||
# WARNING: upstream sometimes retag source. Wait for official announcement
|
||||
pkgname=seafile-client-qt
|
||||
version=7.0.3
|
||||
version=7.0.4
|
||||
revision=1
|
||||
_sourcename="seafile-client"
|
||||
wrksrc="${_sourcename}-${version}"
|
||||
|
@ -15,7 +14,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://seafile.com"
|
||||
distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz"
|
||||
checksum=2bf43708995ed051caabad9d2a9fede27b3833b940459f339a6b77fe3c88e099
|
||||
checksum=27f376c3cf44c999fa9347c20ef54326492f5c1319ddffae79bd941056e149de
|
||||
|
||||
build_options="shibboleth"
|
||||
desc_option_shibboleth="Build with Shibboleth support"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# upstream may retag source until official announcement.
|
||||
# rely on windows client update channel to detect new versions
|
||||
site=https://www.seafile.com/api/client-updates/seafile-client-windows/appcast.xml
|
||||
pattern='<title>Version \K[\d.]+(?=</title>)'
|
Loading…
Reference in New Issue