Skip to content

Commit

Permalink
seafile-client-qt: update to 8.0.1
Browse files Browse the repository at this point in the history
Remove libressl patch.
  • Loading branch information
lonwillett authored and ericonr committed Apr 26, 2021
1 parent a98b3cf commit af02dcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
11 changes: 0 additions & 11 deletions srcpkgs/seafile-client-qt/patches/libressl.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/seafile-client-qt/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'seafile-client-qt'
pkgname=seafile-client-qt
version=7.0.10
version=8.0.1
revision=1
_sourcename="seafile-client"
wrksrc="${_sourcename}-${version}"
Expand All @@ -14,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=3b373e13fd56fd1cb768db598302f19669919194a3d2a54b0eb929ff04310333
checksum=49bd391549b54f1cf043026862e765c8c27e84be07835c8ffc21d81570968367

build_options="shibboleth"
desc_option_shibboleth="Build with Shibboleth support"
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/seafile-client-qt/update
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# upstream sometimes retag source until official announcement.
# rely on windows client availabiliy to detect new version.
site=https://download.seadrive.org/
pattern='<Key>seafile-\K[\d.]+(?=-en.msi</Key>)'
# upstream sometimes retag source
# use upstream's Ubuntu focal repo to detect new version.
site='https://linux-clients.seafile.com/seafile-deb/focal/pool/main/s/seafile-gui/'
pattern='seafile-gui_\K[\d.]+(?=_amd64.deb)'

0 comments on commit af02dcd

Please sign in to comment.