Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] procs: update to 0.13.1
@ 2022-10-05  1:42 cinerea0
  2022-10-05 21:46 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2022-10-05  1:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages procs
https://github.com/void-linux/void-packages/pull/39729

procs: update to 0.13.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From a3b9ab56e7c966a62125e387e132bb4c7e07c5f5 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 4 Oct 2022 21:40:58 -0400
Subject: [PATCH] procs: update to 0.13.1

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

diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template
index 12f0739be825..9ff16d875d8a 100644
--- a/srcpkgs/procs/template
+++ b/srcpkgs/procs/template
@@ -1,6 +1,6 @@
 # Template file for 'procs'
 pkgname=procs
-version=0.13.0
+version=0.13.1
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -10,7 +10,7 @@ license="MIT"
 homepage="https://github.com/dalance/procs"
 changelog="https://raw.githubusercontent.com/dalance/procs/master/CHANGELOG.md"
 distfiles="https://github.com/dalance/procs/archive/refs/tags/v${version}.tar.gz"
-checksum=77642878d503f876db05d99a620c8c91834354a074bf71ab65474aa433f75fc5
+checksum=29a5058f8389986e5b17117d3ee4f78a2bf9c8886e07b16a49a94e5fc59a6850
 
 post_build() {
 	PROCS="target/${RUST_TARGET}/release/procs"

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

* Re: [PR REVIEW] procs: update to 0.13.1
  2022-10-05  1:42 [PR PATCH] procs: update to 0.13.1 cinerea0
@ 2022-10-05 21:46 ` classabbyamp
  2022-10-07  1:21 ` [PR PATCH] [Updated] " cinerea0
  2022-10-07  8:42 ` [PR PATCH] [Merged]: procs: update to 0.13.2 leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-10-05 21:46 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39729#discussion_r988381310

Comment:
1.13.2 available

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

* Re: [PR PATCH] [Updated] procs: update to 0.13.1
  2022-10-05  1:42 [PR PATCH] procs: update to 0.13.1 cinerea0
  2022-10-05 21:46 ` [PR REVIEW] " classabbyamp
@ 2022-10-07  1:21 ` cinerea0
  2022-10-07  8:42 ` [PR PATCH] [Merged]: procs: update to 0.13.2 leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2022-10-07  1:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages procs
https://github.com/void-linux/void-packages/pull/39729

procs: update to 0.13.1
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 41b9e82ac7cf12f9968e8a1cb6356e37298b9c01 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 6 Oct 2022 21:21:35 -0400
Subject: [PATCH] procs: update to 0.13.2

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

diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template
index 12f0739be825..676aec73050b 100644
--- a/srcpkgs/procs/template
+++ b/srcpkgs/procs/template
@@ -1,6 +1,6 @@
 # Template file for 'procs'
 pkgname=procs
-version=0.13.0
+version=0.13.2
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -10,7 +10,7 @@ license="MIT"
 homepage="https://github.com/dalance/procs"
 changelog="https://raw.githubusercontent.com/dalance/procs/master/CHANGELOG.md"
 distfiles="https://github.com/dalance/procs/archive/refs/tags/v${version}.tar.gz"
-checksum=77642878d503f876db05d99a620c8c91834354a074bf71ab65474aa433f75fc5
+checksum=521b25cbb3fac8b6f3cfd33c4d58f269e7d6637a89f6b932f144a8bed7914ec0
 
 post_build() {
 	PROCS="target/${RUST_TARGET}/release/procs"

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

* Re: [PR PATCH] [Merged]: procs: update to 0.13.2
  2022-10-05  1:42 [PR PATCH] procs: update to 0.13.1 cinerea0
  2022-10-05 21:46 ` [PR REVIEW] " classabbyamp
  2022-10-07  1:21 ` [PR PATCH] [Updated] " cinerea0
@ 2022-10-07  8:42 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-10-07  8:42 UTC (permalink / raw)
  To: ml

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

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

procs: update to 0.13.2
https://github.com/void-linux/void-packages/pull/39729

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


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

end of thread, other threads:[~2022-10-07  8:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-05  1:42 [PR PATCH] procs: update to 0.13.1 cinerea0
2022-10-05 21:46 ` [PR REVIEW] " classabbyamp
2022-10-07  1:21 ` [PR PATCH] [Updated] " cinerea0
2022-10-07  8:42 ` [PR PATCH] [Merged]: procs: update to 0.13.2 leahneukirchen

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