Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] procs: update to 0.10.9.
@ 2020-11-25  3:22 travankor
  2020-11-29 23:05 ` [PR PATCH] [Updated] " travankor
  2020-12-07 18:52 ` [PR PATCH] [Merged]: procs: update to 0.10.10 leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: travankor @ 2020-11-25  3:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages procs
https://github.com/void-linux/void-packages/pull/26687

procs: update to 0.10.9.
None

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

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

From 0fac5495a7e67cec0beae2b445d6b68440dd6095 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 24 Nov 2020 20:21:28 -0700
Subject: [PATCH] procs: update to 0.10.9.

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

diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template
index 40d6a90907c..f7da6a9a7b2 100644
--- a/srcpkgs/procs/template
+++ b/srcpkgs/procs/template
@@ -1,6 +1,6 @@
 # Template file for 'procs'
 pkgname=procs
-version=0.10.7
+version=0.10.9
 revision=1
 build_style=cargo
 short_desc="Modern replacement for ps written in Rust"
@@ -8,7 +8,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/dalance/procs"
 distfiles="https://github.com/dalance/procs/archive/v${version}.tar.gz"
-checksum=bf0da9d47be2cf5ee005328bfe173ad2a577772340dc6dc53aded42c0d335c56
+checksum=ced04189e2fd9b6a5133b3bceaeaa5fc1850f7a3c44e46ff2d94e0fc5bc01623
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] procs: update to 0.10.9.
  2020-11-25  3:22 [PR PATCH] procs: update to 0.10.9 travankor
@ 2020-11-29 23:05 ` travankor
  2020-12-07 18:52 ` [PR PATCH] [Merged]: procs: update to 0.10.10 leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: travankor @ 2020-11-29 23:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages procs
https://github.com/void-linux/void-packages/pull/26687

procs: update to 0.10.9.
None

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

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

From 747c11c9dcfb1fd660669f39245a7780ec2e6b7c Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 24 Nov 2020 20:21:28 -0700
Subject: [PATCH] procs: update to 0.10.10.

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

diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template
index 40d6a90907c..ec213049c73 100644
--- a/srcpkgs/procs/template
+++ b/srcpkgs/procs/template
@@ -1,6 +1,6 @@
 # Template file for 'procs'
 pkgname=procs
-version=0.10.7
+version=0.10.10
 revision=1
 build_style=cargo
 short_desc="Modern replacement for ps written in Rust"
@@ -8,7 +8,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/dalance/procs"
 distfiles="https://github.com/dalance/procs/archive/v${version}.tar.gz"
-checksum=bf0da9d47be2cf5ee005328bfe173ad2a577772340dc6dc53aded42c0d335c56
+checksum=dbef5afc118f54e794b539b86fc3a53ac4a94ec566ad78cddfe0580940388421
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: procs: update to 0.10.10.
  2020-11-25  3:22 [PR PATCH] procs: update to 0.10.9 travankor
  2020-11-29 23:05 ` [PR PATCH] [Updated] " travankor
@ 2020-12-07 18:52 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2020-12-07 18:52 UTC (permalink / raw)
  To: ml

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

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

procs: update to 0.10.10.
https://github.com/void-linux/void-packages/pull/26687

Description:
None

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25  3:22 [PR PATCH] procs: update to 0.10.9 travankor
2020-11-29 23:05 ` [PR PATCH] [Updated] " travankor
2020-12-07 18:52 ` [PR PATCH] [Merged]: procs: update to 0.10.10 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).