From d15df7db1d6b0d9a36bed9d421847fde105af86c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 6 Jan 2021 03:08:17 +0200 Subject: [PATCH] proton-bridge: update to v1.5.4 https://github.com/termux/termux-packages/pull/6188... --- packages/proton-bridge/build.sh | 5 ++--- packages/proton-bridge/replace_imap-specialuse.patch | 10 ++++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/packages/proton-bridge/build.sh b/packages/proton-bridge/build.sh index 5fa047491..8ecfe2399 100644 --- a/packages/proton-bridge/build.sh +++ b/packages/proton-bridge/build.sh @@ -1,10 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/ProtonMail/proton-bridge TERMUX_PKG_DESCRIPTION="ProtonMail Bridge application" TERMUX_PKG_LICENSE="GPL-3.0" -TERMUX_PKG_VERSION=1.5.0 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=1.5.4 TERMUX_PKG_SRCURL=https://github.com/ProtonMail/proton-bridge.git -TERMUX_PKG_GIT_BRANCH=br-$TERMUX_PKG_VERSION +TERMUX_PKG_GIT_BRANCH=br-$TERMUX_PKG_VERSION TERMUX_PKG_MAINTAINER="Radomír Polách " TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686" diff --git a/packages/proton-bridge/replace_imap-specialuse.patch b/packages/proton-bridge/replace_imap-specialuse.patch index 409b58da6..30c7883f6 100644 --- a/packages/proton-bridge/replace_imap-specialuse.patch +++ b/packages/proton-bridge/replace_imap-specialuse.patch @@ -1,12 +1,10 @@ diff --git a/go.mod b/go.mod -index fbefaa6..8ce4bae 100644 +index c0e8754..08c6caf 100644 --- a/go.mod +++ b/go.mod -@@ -77,6 +77,7 @@ replace ( - github.com/emersion/go-imap => github.com/ProtonMail/go-imap v0.0.0-20200828124548-d04b0dc1f399 - github.com/emersion/go-mbox => github.com/ProtonMail/mbox v0.0.0-20200918064939-909a18c9af45 - github.com/emersion/go-smtp => github.com/ProtonMail/go-smtp v0.0.0-20181206232543-8261df20d309 -+ github.com/emersion/go-imap-specialuse => github.com/exander77/go-imap-specialuse noannouncecapability +@@ -77,4 +77,5 @@ replace ( + github.com/emersion/go-imap => github.com/ProtonMail/go-imap v0.0.0-20201102134601-418cd74e9474 github.com/jameskeane/bcrypt => github.com/ProtonMail/bcrypt v0.0.0-20170924085257-7509ea014998 golang.org/x/crypto => github.com/ProtonMail/crypto v0.0.0-20200818122824-ed5d25e28db8 ++ github.com/emersion/go-imap-specialuse => github.com/exander77/go-imap-specialuse noannouncecapability )