Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bottom: update to 0.5.1.
@ 2020-11-24 19:55 NeelChotai
  2020-11-24 19:57 ` [PR PATCH] [Updated] " NeelChotai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: NeelChotai @ 2020-11-24 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NeelChotai/void-packages bottom-update
https://github.com/void-linux/void-packages/pull/26681

bottom: update to 0.5.1.


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

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

From 5c49f64ded16b256fce47da1db35094040dd066e Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Tue, 24 Nov 2020 19:53:31 +0000
Subject: [PATCH] bottom: update to 0.5.1.

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

diff --git a/srcpkgs/bottom/template b/srcpkgs/bottom/template
index bb61eefee5e..867d6dfc60a 100644
--- a/srcpkgs/bottom/template
+++ b/srcpkgs/bottom/template
@@ -1,6 +1,6 @@
 # Template file for 'bottom'
 pkgname=bottom
-version=0.4.7
+version=0.5.1
 revision=1
 build_style=cargo
 short_desc="Yet another cross-platform graphical process/system monitor"
@@ -8,7 +8,7 @@ maintainer="Neel Chotai <neel@chot.ai>"
 license="MIT"
 homepage="https://github.com/ClementTsang/bottom"
 distfiles="https://github.com/ClementTsang/bottom/archive/${version}.tar.gz"
-checksum=6194357517080cd76b21850a6d4547eb9c95bd2019d41e2866c80d6858e7ec87
+checksum=8c2812696f32bef67f19eca43eef95a91a1718e5c7910f7c1280167a4146f390
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64) broken="https://api.travis-ci.org/v3/job/694083880/log.txt";;

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

* Re: [PR PATCH] [Updated] bottom: update to 0.5.1
  2020-11-24 19:55 [PR PATCH] bottom: update to 0.5.1 NeelChotai
@ 2020-11-24 19:57 ` NeelChotai
  2020-12-12 20:19 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: NeelChotai @ 2020-11-24 19:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NeelChotai/void-packages bottom-update
https://github.com/void-linux/void-packages/pull/26681

bottom: update to 0.5.1


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

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

From f3360daf66b5477ab2c76b9be7a6cbc455faa103 Mon Sep 17 00:00:00 2001
From: Neel Chotai <neel@chot.ai>
Date: Tue, 24 Nov 2020 19:53:31 +0000
Subject: [PATCH] bottom: update to 0.5.1

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

diff --git a/srcpkgs/bottom/template b/srcpkgs/bottom/template
index bb61eefee5e..867d6dfc60a 100644
--- a/srcpkgs/bottom/template
+++ b/srcpkgs/bottom/template
@@ -1,6 +1,6 @@
 # Template file for 'bottom'
 pkgname=bottom
-version=0.4.7
+version=0.5.1
 revision=1
 build_style=cargo
 short_desc="Yet another cross-platform graphical process/system monitor"
@@ -8,7 +8,7 @@ maintainer="Neel Chotai <neel@chot.ai>"
 license="MIT"
 homepage="https://github.com/ClementTsang/bottom"
 distfiles="https://github.com/ClementTsang/bottom/archive/${version}.tar.gz"
-checksum=6194357517080cd76b21850a6d4547eb9c95bd2019d41e2866c80d6858e7ec87
+checksum=8c2812696f32bef67f19eca43eef95a91a1718e5c7910f7c1280167a4146f390
 
 case "$XBPS_TARGET_MACHINE" in
 	aarch64) broken="https://api.travis-ci.org/v3/job/694083880/log.txt";;

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

* Re: bottom: update to 0.5.1
  2020-11-24 19:55 [PR PATCH] bottom: update to 0.5.1 NeelChotai
  2020-11-24 19:57 ` [PR PATCH] [Updated] " NeelChotai
@ 2020-12-12 20:19 ` ericonr
  2020-12-14  3:42 ` [PR PATCH] [Closed]: " ericonr
  2020-12-14 20:08 ` NeelChotai
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-12 20:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26681#issuecomment-743821516

Comment:
Could you please check if it's still broken for aarch64?

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

* Re: [PR PATCH] [Closed]: bottom: update to 0.5.1
  2020-11-24 19:55 [PR PATCH] bottom: update to 0.5.1 NeelChotai
  2020-11-24 19:57 ` [PR PATCH] [Updated] " NeelChotai
  2020-12-12 20:19 ` ericonr
@ 2020-12-14  3:42 ` ericonr
  2020-12-14 20:08 ` NeelChotai
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-14  3:42 UTC (permalink / raw)
  To: ml

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

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

bottom: update to 0.5.1
https://github.com/void-linux/void-packages/pull/26681

Description:


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

* Re: bottom: update to 0.5.1
  2020-11-24 19:55 [PR PATCH] bottom: update to 0.5.1 NeelChotai
                   ` (2 preceding siblings ...)
  2020-12-14  3:42 ` [PR PATCH] [Closed]: " ericonr
@ 2020-12-14 20:08 ` NeelChotai
  3 siblings, 0 replies; 5+ messages in thread
From: NeelChotai @ 2020-12-14 20:08 UTC (permalink / raw)
  To: ml

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

New comment by NeelChotai on void-packages repository

https://github.com/void-linux/void-packages/pull/26681#issuecomment-744680364

Comment:
@ericonr thank you for taking the time to test this in my absence.

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

end of thread, other threads:[~2020-12-14 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 19:55 [PR PATCH] bottom: update to 0.5.1 NeelChotai
2020-11-24 19:57 ` [PR PATCH] [Updated] " NeelChotai
2020-12-12 20:19 ` ericonr
2020-12-14  3:42 ` [PR PATCH] [Closed]: " ericonr
2020-12-14 20:08 ` NeelChotai

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