Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rpi-imager: update to 1.5.
@ 2020-12-15  0:31 agausmann
  2020-12-15  3:12 ` [PR REVIEW] " sgn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: agausmann @ 2020-12-15  0:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages rpi-imager-1.5
https://github.com/void-linux/void-packages/pull/27169

rpi-imager: update to 1.5.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-imager-1.5-27169.patch --]
[-- Type: text/x-diff, Size: 1115 bytes --]

From 6e9cd4091f850b27d35a0f3cddfae7854576df2c Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Mon, 14 Dec 2020 18:30:28 -0600
Subject: [PATCH] rpi-imager: update to 1.5.

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

diff --git a/srcpkgs/rpi-imager/template b/srcpkgs/rpi-imager/template
index f50227c753a..5fbaa7308dc 100644
--- a/srcpkgs/rpi-imager/template
+++ b/srcpkgs/rpi-imager/template
@@ -1,6 +1,6 @@
 # Template file for 'rpi-imager'
 pkgname=rpi-imager
-version=1.4
+version=1.5
 revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake"
@@ -12,7 +12,7 @@ maintainer="Adam Gausmann <agausmann@fastmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/raspberrypi/rpi-imager"
 distfiles="https://github.com/raspberrypi/rpi-imager/archive/v${version}.tar.gz"
-checksum="f42359fca67a61fa37f0dfd0167749b7d758263b8501c07473d416542d78e004"
+checksum="972592886b4ff448b34bd420817f7b019c40fdab6ccef7acbc69986c1904e39c"
 
 post_patch() {
 	vsed -i -e 's/CURL REQUIRED \([0-9.]*\)/CURL \1 REQUIRED/' CMakeLists.txt

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

* Re: [PR REVIEW] rpi-imager: update to 1.5.
  2020-12-15  0:31 [PR PATCH] rpi-imager: update to 1.5 agausmann
@ 2020-12-15  3:12 ` sgn
  2020-12-15  3:36 ` [PR PATCH] [Updated] " agausmann
  2020-12-15  8:47 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-12-15  3:12 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/27169#discussion_r543012788

Comment:
```
rpi-imager-1.5_1: vsed: regex "s/CURL REQUIRED \([0-9.]*\)/CURL \1 REQUIRED/" didn't change file "CMakeLists.txt"
```

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

* Re: [PR PATCH] [Updated] rpi-imager: update to 1.5.
  2020-12-15  0:31 [PR PATCH] rpi-imager: update to 1.5 agausmann
  2020-12-15  3:12 ` [PR REVIEW] " sgn
@ 2020-12-15  3:36 ` agausmann
  2020-12-15  8:47 ` [PR PATCH] [Merged]: " sgn
  2 siblings, 0 replies; 4+ messages in thread
From: agausmann @ 2020-12-15  3:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages rpi-imager-1.5
https://github.com/void-linux/void-packages/pull/27169

rpi-imager: update to 1.5.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rpi-imager-1.5-27169.patch --]
[-- Type: text/x-diff, Size: 1186 bytes --]

From e9428779447ca0519e482d5cd4bd866da19886bd Mon Sep 17 00:00:00 2001
From: Adam Gausmann <agausmann@fastmail.com>
Date: Mon, 14 Dec 2020 18:30:28 -0600
Subject: [PATCH] rpi-imager: update to 1.5.

---
 srcpkgs/rpi-imager/template | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/rpi-imager/template b/srcpkgs/rpi-imager/template
index f50227c753a..7d854e58d5f 100644
--- a/srcpkgs/rpi-imager/template
+++ b/srcpkgs/rpi-imager/template
@@ -1,6 +1,6 @@
 # Template file for 'rpi-imager'
 pkgname=rpi-imager
-version=1.4
+version=1.5
 revision=1
 build_style=cmake
 hostmakedepends="qt5-host-tools qt5-qmake"
@@ -12,11 +12,7 @@ maintainer="Adam Gausmann <agausmann@fastmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/raspberrypi/rpi-imager"
 distfiles="https://github.com/raspberrypi/rpi-imager/archive/v${version}.tar.gz"
-checksum="f42359fca67a61fa37f0dfd0167749b7d758263b8501c07473d416542d78e004"
-
-post_patch() {
-	vsed -i -e 's/CURL REQUIRED \([0-9.]*\)/CURL \1 REQUIRED/' CMakeLists.txt
-}
+checksum="972592886b4ff448b34bd420817f7b019c40fdab6ccef7acbc69986c1904e39c"
 
 pre_configure() {
 	ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk

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

* Re: [PR PATCH] [Merged]: rpi-imager: update to 1.5.
  2020-12-15  0:31 [PR PATCH] rpi-imager: update to 1.5 agausmann
  2020-12-15  3:12 ` [PR REVIEW] " sgn
  2020-12-15  3:36 ` [PR PATCH] [Updated] " agausmann
@ 2020-12-15  8:47 ` sgn
  2 siblings, 0 replies; 4+ messages in thread
From: sgn @ 2020-12-15  8:47 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

rpi-imager: update to 1.5.
https://github.com/void-linux/void-packages/pull/27169

Description:


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

end of thread, other threads:[~2020-12-15  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15  0:31 [PR PATCH] rpi-imager: update to 1.5 agausmann
2020-12-15  3:12 ` [PR REVIEW] " sgn
2020-12-15  3:36 ` [PR PATCH] [Updated] " agausmann
2020-12-15  8:47 ` [PR PATCH] [Merged]: " sgn

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).