summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-05-24 16:16:05 +0430
committerAli Molaei2021-05-24 16:16:05 +0430
commit4398a2148ebc68257557f9752d4d91a6a027b142 (patch)
tree6bac7e5afc27007bccc7cb2c6295cc0fbed78f76
parentc6ef197b3ccb9c6fd8dcfe55158cfe003278e184 (diff)
downloadaur-4398a2148ebc68257557f9752d4d91a6a027b142.tar.gz
Update to 1.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1b2e773d696..0b907b53256d 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.8.1
+ pkgver = 1.8.2
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://github.com/ProtonMail/proton-bridge/releases/download/v1.8.1/protonmail-bridge_1.8.1-1_amd64.deb
+ source = https://protonmail.com/download/bridge/protonmail-bridge_1.8.2-1_amd64.deb
source = https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/LICENSE
- sha256sums = 362d42e517f0a102bac72ed0da679fd731b116c2aa00869519c4f97f73050e28
+ sha256sums = 1c90a25ae25fa858ee448d93a7ee3cc8d9fd969b64e4a767339fa337596e1c4b
sha256sums = 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68
pkgname = protonmail-bridge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3e6e48031ddf..5da06969d22e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: aimileus <me at aimileus dot nl>
pkgname=protonmail-bridge-bin
-pkgver=1.8.1
+pkgver=1.8.2
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://github.com/ProtonMail/proton-bridge/releases/download/v${pkgver}/protonmail-bridge_${pkgver}-${_pkgrel}_amd64.deb"
+source=("https://protonmail.com/download/bridge/protonmail-bridge_${pkgver}-${_pkgrel}_amd64.deb"
"https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/LICENSE")
-sha256sums=('362d42e517f0a102bac72ed0da679fd731b116c2aa00869519c4f97f73050e28'
+sha256sums=('1c90a25ae25fa858ee448d93a7ee3cc8d9fd969b64e4a767339fa337596e1c4b'
'1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68')
prepare() {