Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] procs: update to 0.10.0.
@ 2020-04-21 21:11 travankor
  2020-04-21 21:32 ` [PR PATCH] [Updated] " travankor
  2020-04-22 14:04 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: travankor @ 2020-04-21 21:11 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/21222

procs: update to 0.10.0.
None

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

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

From f4ef6b97cd62fce933bc0aca86d0152f29e54400 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 21 Apr 2020 14:10:43 -0700
Subject: [PATCH] procs: update to 0.10.0.

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

diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template
index ff28746189b..531a6ad5856 100644
--- a/srcpkgs/procs/template
+++ b/srcpkgs/procs/template
@@ -1,6 +1,6 @@
 # Template file for 'procs'
 pkgname=procs
-version=0.9.20
+version=0.10.0
 revision=1
 build_style=cargo
 short_desc="Modern replacement for ps written in Rust"
@@ -8,13 +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=509e8085a7b68c4084e9940ad418e03b4704cef518f6de55e5b3f421f4639a36
-
-case "$XBPS_TARGET_MACHINE" in
-	aarch64-musl)
-		broken="https://travis-ci.org/void-linux/void-packages/jobs/649451051"
-		;;
-esac
+checksum=04bc4baa483015af766b71b27fc7afa63b7da857968f5a39493f62668d2928ac
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] procs: update to 0.10.0.
  2020-04-21 21:11 [PR PATCH] procs: update to 0.10.0 travankor
@ 2020-04-21 21:32 ` travankor
  2020-04-22 14:04 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: travankor @ 2020-04-21 21:32 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/21222

procs: update to 0.10.0.
None

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

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

From 8d05e337190e11f6f26b9b48bd9d0aa1ff595a54 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 21 Apr 2020 14:32:42 -0700
Subject: [PATCH] procs: update to 0.10.0.

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

diff --git a/srcpkgs/procs/template b/srcpkgs/procs/template
index ff28746189b..2b4a160101e 100644
--- a/srcpkgs/procs/template
+++ b/srcpkgs/procs/template
@@ -1,6 +1,6 @@
 # Template file for 'procs'
 pkgname=procs
-version=0.9.20
+version=0.10.0
 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=509e8085a7b68c4084e9940ad418e03b4704cef518f6de55e5b3f421f4639a36
+checksum=04bc4baa483015af766b71b27fc7afa63b7da857968f5a39493f62668d2928ac
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64-musl)

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

* Re: [PR PATCH] [Merged]: procs: update to 0.10.0.
  2020-04-21 21:11 [PR PATCH] procs: update to 0.10.0 travankor
  2020-04-21 21:32 ` [PR PATCH] [Updated] " travankor
@ 2020-04-22 14:04 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-04-22 14:04 UTC (permalink / raw)
  To: ml

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

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

procs: update to 0.10.0.
https://github.com/void-linux/void-packages/pull/21222

Description:
None

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

end of thread, other threads:[~2020-04-22 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 21:11 [PR PATCH] procs: update to 0.10.0 travankor
2020-04-21 21:32 ` [PR PATCH] [Updated] " travankor
2020-04-22 14:04 ` [PR PATCH] [Merged]: " Hoshpak

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