Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] protonmail-bridge: update to 1.4.3.
@ 2020-10-12 17:36 jbenden
  2020-10-15  5:19 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: jbenden @ 2020-10-12 17:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

There is a new pull request by jbenden against master on the void-packages repository

https://github.com/jbenden/void-packages protonmail-bridge-1.4.3
https://github.com/void-linux/void-packages/pull/25543

protonmail-bridge: update to 1.4.3.
Signed-off-by: Joseph Benden <joe@benden.us>

A patch file from https://github.com/void-linux/void-packages/pull/25543.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-bridge-1.4.3-25543.patch --]
[-- Type: text/x-diff, Size: 1118 bytes --]

From c3d96ed8bbe4d075b5e477ed55330c921591cbd4 Mon Sep 17 00:00:00 2001
From: Joseph Benden <joe@benden.us>
Date: Mon, 12 Oct 2020 10:34:10 -0700
Subject: [PATCH] protonmail-bridge: update to 1.4.3.

Signed-off-by: Joseph Benden <joe@benden.us>
---
 srcpkgs/protonmail-bridge/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index a50d74eb677..fc0859c05cd 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -1,6 +1,6 @@
 # Template file for 'protonmail-bridge'
 pkgname=protonmail-bridge
-version=1.3.3
+version=1.4.3
 revision=1
 archs="x86_64"
 build_style=fetch
@@ -10,7 +10,7 @@ maintainer="Rich G <rich@richgannon.net>"
 license="custom:Commercial"
 homepage="https://protonmail.com/bridge"
 distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
-checksum=3a434001f7e5439021999d0e6739021a2a63a1804f1245cf6f42aac7b6b4c283
+checksum=02a45a29298f310e7e6299c8703f5aa574530038abdc706eaa044b8408a7232b
 
 restricted=yes
 noverifyrdeps=yes

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PR PATCH] protonmail-bridge: update to 1.4.4
@ 2020-11-01 21:36 ArmedAviator
  2020-11-23  5:14 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: ArmedAviator @ 2020-11-01 21:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 402 bytes --]

There is a new pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages protonmail
https://github.com/void-linux/void-packages/pull/26058

protonmail-bridge: update to 1.4.4
Tested working on x86_64 glibc.

License changed to GPL v3 upstream.

A patch file from https://github.com/void-linux/void-packages/pull/26058.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-protonmail-26058.patch --]
[-- Type: text/x-diff, Size: 1121 bytes --]

From 55a2afdf65db4f21b5cbc0907e2f4ba1f350ad22 Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Sun, 1 Nov 2020 16:34:14 -0500
Subject: [PATCH] protonmail-bridge: update to 1.4.4

---
 srcpkgs/protonmail-bridge/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/protonmail-bridge/template b/srcpkgs/protonmail-bridge/template
index 017297acd96..1b359b01181 100644
--- a/srcpkgs/protonmail-bridge/template
+++ b/srcpkgs/protonmail-bridge/template
@@ -7,7 +7,7 @@ build_style=fetch
 depends="desktop-file-utils"
 short_desc="ProtonMail Bridge for use with E-mail software"
 maintainer="Rich G <rich@richgannon.net>"
-license="custom:Commercial"
+license="GPL-3.0-only"
 homepage="https://protonmail.com/bridge"
 distfiles="https://protonmail.com/download/beta/protonmail-bridge_${version}-1_amd64.deb"
 checksum=70938512bde6d6d072147ba593e40c67b70bc0e85fa976e656d6174309a80d22
@@ -20,5 +20,4 @@ do_install() {
 	ar x protonmail-bridge_${version}-1_amd64.deb data.tar.xz
 	bsdtar xpvf data.tar.xz
 	cp -r usr ${DESTDIR}
-	vlicense usr/lib/protonmail/bridge/LICENSE
 }

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-02-08  1:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 17:36 [PR PATCH] protonmail-bridge: update to 1.4.3 jbenden
2020-10-15  5:19 ` ericonr
2020-10-15  5:20 ` ericonr
2020-10-15 18:22 ` jbenden
2020-10-15 18:27 ` [PR PATCH] [Updated] " jbenden
2020-10-15 18:29 ` protonmail-bridge: update to 1.4.4 jbenden
2020-10-21 17:35 ` [PR PATCH] [Closed]: " ahesford
2020-11-01 21:36 [PR PATCH] " ArmedAviator
2020-11-23  5:14 ` ericonr
2021-01-29  3:16 ` ericonr
2021-02-08  1:11 ` ArmedAviator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).