summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-04-23 13:13:43 +0430
committerAli Molaei2021-04-23 13:13:43 +0430
commitdafde613e91ae8fe6e94548fa901bcefa586f47e (patch)
tree5ee963835b70760e84b6444ce0e35a02a3fc1e39
parenta44a6f6d0b833052022fa258192804cdd1014f17 (diff)
downloadaur-dafde613e91ae8fe6e94548fa901bcefa586f47e.tar.gz
Update to 1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcdd88cc1649..6c2305ea1cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = protonmail-bridge-bin
pkgdesc = Integrate ProtonMail paid account with any program that supports IMAP and SMTP
- pkgver = 1.6.9
+ pkgver = 1.7.0
pkgrel = 1
url = https://www.protonmail.com/bridge
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = protonmail-bridge-bin
conflicts = protonmail-bridge
options = !emptydirs
options = !strip
- source = https://protonmail.com/download/bridge/protonmail-bridge_1.6.9-1_amd64.deb
+ source = https://github.com/ProtonMail/proton-bridge/releases/download/v1.7.0/protonmail-bridge_1.7.0-1_amd64.deb
source = https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/LICENSE
- sha256sums = ba3917996c5df14e96086c11becc5629526cdf45e6953b6ff53afa6e1417a554
+ sha256sums = bc063aa5b7011adeb5c7a1a4a02bf3982a231a0e62c60f8dc90e666605da088a
sha256sums = 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68
pkgname = protonmail-bridge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8a1334a5bfb9..2b3eec8bcd42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: aimileus <me at aimileus dot nl>
pkgname=protonmail-bridge-bin
-pkgver=1.6.9
+pkgver=1.7.0
pkgrel=1
_pkgrel=1
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
@@ -18,9 +18,9 @@ optdepends=(
)
conflicts=('protonmail-bridge')
options=('!emptydirs' '!strip')
-source=("https://protonmail.com/download/bridge/protonmail-bridge_${pkgver}-${_pkgrel}_amd64.deb"
+source=("https://github.com/ProtonMail/proton-bridge/releases/download/v1.7.0/protonmail-bridge_${pkgver}-${_pkgrel}_amd64.deb"
"https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/LICENSE")
-sha256sums=('ba3917996c5df14e96086c11becc5629526cdf45e6953b6ff53afa6e1417a554'
+sha256sums=('bc063aa5b7011adeb5c7a1a4a02bf3982a231a0e62c60f8dc90e666605da088a'
'1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68')
prepare() {