Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] watchexec: update to 1.24.0
@ 2023-12-09 21:51 cinerea0
  2023-12-11 17:58 ` [PR PATCH] [Updated] " cinerea0
  2023-12-18 16:51 ` [PR PATCH] [Merged]: watchexec: update to 1.24.1 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-12-09 21:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages watchexec
https://github.com/void-linux/void-packages/pull/47667

watchexec: update to 1.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From da2fda48427dea434b46f5afa5318ff73c71a03f Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 9 Dec 2023 16:50:25 -0500
Subject: [PATCH] watchexec: update to 1.24.0

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

diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template
index 1ac295a086978..36ddcb2ec786a 100644
--- a/srcpkgs/watchexec/template
+++ b/srcpkgs/watchexec/template
@@ -1,6 +1,6 @@
 # Template file for 'watchexec'
 pkgname=watchexec
-version=1.23.0
+version=1.24.0
 revision=1
 build_style=cargo
 make_install_args="--path crates/cli"
@@ -10,7 +10,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/watchexec/watchexec"
 distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
-checksum=2a321962669979feef44ea7a6220819d5c916ca939eba41b033ea346a44caa90
+checksum=ab010c66656bc123068c824f3b0c5350835a68e6721e3ad7173f6068412ce87d
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	XBPS_CROSS_RUSTFLAGS+=" -latomic"

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

* Re: [PR PATCH] [Updated] watchexec: update to 1.24.0
  2023-12-09 21:51 [PR PATCH] watchexec: update to 1.24.0 cinerea0
@ 2023-12-11 17:58 ` cinerea0
  2023-12-18 16:51 ` [PR PATCH] [Merged]: watchexec: update to 1.24.1 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-12-11 17:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages watchexec
https://github.com/void-linux/void-packages/pull/47667

watchexec: update to 1.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 7caf1db981273bbd638b26458b5d9ba465b92a12 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 11 Dec 2023 12:58:06 -0500
Subject: [PATCH] watchexec: update to 1.24.1

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

diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template
index 1ac295a086978..cfd48f7c47f84 100644
--- a/srcpkgs/watchexec/template
+++ b/srcpkgs/watchexec/template
@@ -1,6 +1,6 @@
 # Template file for 'watchexec'
 pkgname=watchexec
-version=1.23.0
+version=1.24.1
 revision=1
 build_style=cargo
 make_install_args="--path crates/cli"
@@ -10,7 +10,7 @@ maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/watchexec/watchexec"
 distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
-checksum=2a321962669979feef44ea7a6220819d5c916ca939eba41b033ea346a44caa90
+checksum=9afc736fd4c0f895c89b7d6b1bbbb831fdb255400f785dcd3a414f62a5db6bd5
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	XBPS_CROSS_RUSTFLAGS+=" -latomic"

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

* Re: [PR PATCH] [Merged]: watchexec: update to 1.24.1
  2023-12-09 21:51 [PR PATCH] watchexec: update to 1.24.0 cinerea0
  2023-12-11 17:58 ` [PR PATCH] [Updated] " cinerea0
@ 2023-12-18 16:51 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-12-18 16:51 UTC (permalink / raw)
  To: ml

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

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

watchexec: update to 1.24.1
https://github.com/void-linux/void-packages/pull/47667

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


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

end of thread, other threads:[~2023-12-18 16:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-09 21:51 [PR PATCH] watchexec: update to 1.24.0 cinerea0
2023-12-11 17:58 ` [PR PATCH] [Updated] " cinerea0
2023-12-18 16:51 ` [PR PATCH] [Merged]: watchexec: update to 1.24.1 classabbyamp

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