Github messages for voidlinux
 help / color / mirror / Atom feed
From: z0noxz <z0noxz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Electron-Cash: update to 4.1.1
Date: Tue, 29 Sep 2020 15:29:39 +0200	[thread overview]
Message-ID: <20200929132939.0vEGPjOoICz8bLLJRcHacQ-HrEZs8TJVmRUWt0taf1I@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22900@inbox.vuxu.org>

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

There is an updated pull request by z0noxz against master on the void-packages repository

https://github.com/z0noxz/void-packages Electron-Cash-4.0.15
https://github.com/void-linux/void-packages/pull/22900

Electron-Cash: update to 4.1.1
Signed-off-by: Chris Noxz <chris@noxz.tech>

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-Electron-Cash-4.0.15-22900.patch --]
[-- Type: text/x-diff, Size: 2894 bytes --]

From aff2a228476a85af2493df73b60dd0944842850a Mon Sep 17 00:00:00 2001
From: Chris Noxz <chris@noxz.tech>
Date: Sun, 14 Jun 2020 20:07:39 +0200
Subject: [PATCH 1/3] Electron-Cash: update to 4.0.15

Signed-off-by: Chris Noxz <chris@noxz.tech>
---
 srcpkgs/Electron-Cash/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index 6cf5a5db45c..d880c8103e5 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,6 +1,6 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
-version=4.0.12
+version=4.0.15
 revision=1
 archs=noarch
 build_style=python3-module
@@ -14,7 +14,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://electroncash.org"
 distfiles="https://github.com/Electron-Cash/Electron-Cash/releases/download/${version}/Electron-Cash-${version}.tar.gz"
-checksum=befcedee8e7d5f4a1f2a012c97d8b0f0b452728145ce9d398a1aec69b7f126c7
+checksum=93dbdf5e1d784eba97c63dd6c17801c694a6277640b5da25e982cde643c2dcdb
 
 post_install() {
 	for lib in zbar secp256k1; do

From e4c03c5986c5a3d72309b0ef2046a4eae9c69c4a Mon Sep 17 00:00:00 2001
From: Chris Noxz <chris@noxz.tech>
Date: Tue, 29 Sep 2020 15:20:00 +0200
Subject: [PATCH 2/3] Update to version 4.1.1

---
 srcpkgs/Electron-Cash/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index d880c8103e5..dcba6451256 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -1,6 +1,6 @@
 # Template file for 'Electron-Cash'
 pkgname=Electron-Cash
-version=4.0.15
+version=4.1.1
 revision=1
 archs=noarch
 build_style=python3-module
@@ -14,7 +14,7 @@ maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://electroncash.org"
 distfiles="https://github.com/Electron-Cash/Electron-Cash/releases/download/${version}/Electron-Cash-${version}.tar.gz"
-checksum=93dbdf5e1d784eba97c63dd6c17801c694a6277640b5da25e982cde643c2dcdb
+checksum=bfab25545cee3309037aa4849fe418c6f59e5e899aa1de1c73ea05957ce914ea
 
 post_install() {
 	for lib in zbar secp256k1; do

From 69a592ec45c30790f428e1f203bc6a4a4e6e52bd Mon Sep 17 00:00:00 2001
From: Chris Noxz <chris@noxz.tech>
Date: Tue, 29 Sep 2020 15:29:35 +0200
Subject: [PATCH 3/3] remove noarch

---
 srcpkgs/Electron-Cash/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template
index dcba6451256..8a3583209d3 100644
--- a/srcpkgs/Electron-Cash/template
+++ b/srcpkgs/Electron-Cash/template
@@ -2,7 +2,6 @@
 pkgname=Electron-Cash
 version=4.1.1
 revision=1
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-PyQt5-devel-tools"
 depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil

  parent reply	other threads:[~2020-09-29 13:29 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22900@inbox.vuxu.org>
2020-09-29 13:20 ` [PR PATCH] [Updated] Electron-Cash: update to 4.0.15 z0noxz
2020-09-29 13:22 ` Electron-Cash: update to 4.1.1 z0noxz
2020-09-29 13:26 ` [PR REVIEW] " ericonr
2020-09-29 13:29 ` z0noxz [this message]
2020-09-29 13:30 ` z0noxz
2020-09-29 13:36 ` ericonr
2020-09-29 13:38 ` z0noxz
2020-09-29 13:40 ` ericonr
2020-09-29 13:46 ` z0noxz
2020-09-29 13:51 ` ericonr
2020-09-29 14:00 ` [PR PATCH] [Updated] " z0noxz
2020-09-29 15:49 ` z0noxz
2020-09-29 16:01 ` z0noxz
2020-09-29 17:23 ` z0noxz
2020-09-29 17:32 ` ericonr
2020-09-29 17:34 ` ericonr
2020-09-29 17:43 ` z0noxz
2020-09-29 17:53 ` ericonr
2020-09-29 17:56 ` z0noxz
2020-09-30  6:48 ` [PR PATCH] [Updated] " z0noxz
2020-09-30  6:49 ` z0noxz
2020-09-30  6:52 ` [PR PATCH] [Updated] " z0noxz
2020-09-30  7:00 ` z0noxz
2020-09-30  7:02 ` [PR REVIEW] " ericonr
2020-09-30  7:05 ` z0noxz
2020-09-30  7:05 ` [PR PATCH] [Updated] " z0noxz
2020-09-30  7:07 ` z0noxz
2020-09-30  8:00 ` z0noxz
2020-09-30  8:13 ` z0noxz
2020-10-04 16:35 ` z0noxz
2020-10-04 17:46 ` ericonr
2020-10-04 17:46 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200929132939.0vEGPjOoICz8bLLJRcHacQ-HrEZs8TJVmRUWt0taf1I@z \
    --to=z0noxz@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).