Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yad: update to 7.0
@ 2020-09-04 14:37 emacsomancer
  2020-09-04 17:01 ` emacsomancer
  2020-09-07 11:12 ` [PR PATCH] [Updated] " emacsomancer
  0 siblings, 2 replies; 3+ messages in thread
From: emacsomancer @ 2020-09-04 14:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages yad7.0
https://github.com/void-linux/void-packages/pull/24665

yad: update to 7.0


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

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

From 955ab672c2e8d29c85bb43fef71d6fe54ae14cf6 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Fri, 4 Sep 2020 08:33:41 -0600
Subject: [PATCH] yad: update to 7.0

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

diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 6c6445f150a..343011c4425 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,6 +1,6 @@
 # Template file for 'yad'
 pkgname=yad
-version=6.0
+version=7.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
@@ -11,7 +11,7 @@ maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
 distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
-checksum=bcbf0a298a0b6c069b1f7ac6c7914af09fea9932914787faad7e7fe4eebe9051
+checksum=60603f647631f2fbe0217fc171a8ec4c1425aaebc18a70d0bd7987f9408b0887
 
 pre_configure() {
 	autoreconf -ivf

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

* Re: yad: update to 7.0
  2020-09-04 14:37 [PR PATCH] yad: update to 7.0 emacsomancer
@ 2020-09-04 17:01 ` emacsomancer
  2020-09-07 11:12 ` [PR PATCH] [Updated] " emacsomancer
  1 sibling, 0 replies; 3+ messages in thread
From: emacsomancer @ 2020-09-04 17:01 UTC (permalink / raw)
  To: ml

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

New comment by emacsomancer on void-packages repository

https://github.com/void-linux/void-packages/pull/24665#issuecomment-687270866

Comment:
I think the `armv6l-musl` failure is just because of a transient http request failure. (How do I trigger a rebuild?)

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

* Re: [PR PATCH] [Updated] yad: update to 7.0
  2020-09-04 14:37 [PR PATCH] yad: update to 7.0 emacsomancer
  2020-09-04 17:01 ` emacsomancer
@ 2020-09-07 11:12 ` emacsomancer
  1 sibling, 0 replies; 3+ messages in thread
From: emacsomancer @ 2020-09-07 11:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages yad7.0
https://github.com/void-linux/void-packages/pull/24665

yad: update to 7.0


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

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

From c45d43db0b7925ad3d83f2ec9409429d76093109 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Fri, 4 Sep 2020 08:33:41 -0600
Subject: [PATCH] yad: update to 7.1

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

diff --git a/srcpkgs/yad/template b/srcpkgs/yad/template
index 6c6445f150a..abf2e37b35d 100644
--- a/srcpkgs/yad/template
+++ b/srcpkgs/yad/template
@@ -1,6 +1,6 @@
 # Template file for 'yad'
 pkgname=yad
-version=6.0
+version=7.1
 revision=1
 build_style=gnu-configure
 configure_args="--enable-icon-browser"
@@ -11,7 +11,7 @@ maintainer="Benjamin Slade <slade@lambda-y.net>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/v1cont/yad"
 distfiles="https://github.com/v1cont/yad/releases/download/v${version}/yad-${version}.tar.xz"
-checksum=bcbf0a298a0b6c069b1f7ac6c7914af09fea9932914787faad7e7fe4eebe9051
+checksum=1078fa225111401c3ea465404dc07841cff66634b6575b0c1d548665d7bb76da
 
 pre_configure() {
 	autoreconf -ivf

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

end of thread, other threads:[~2020-09-07 11:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 14:37 [PR PATCH] yad: update to 7.0 emacsomancer
2020-09-04 17:01 ` emacsomancer
2020-09-07 11:12 ` [PR PATCH] [Updated] " emacsomancer

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