Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bottom: update to 0.9.0
@ 2023-05-11 21:07 RAR27
  2023-05-17  4:54 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: RAR27 @ 2023-05-11 21:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages bottom
https://github.com/void-linux/void-packages/pull/43846

bottom: update to 0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 06e9a2aab914f23bfd7e6711a44f9a8aabedfc8d Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Thu, 11 May 2023 17:06:01 -0400
Subject: [PATCH] bottom: update to 0.9.0

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

diff --git a/srcpkgs/bottom/template b/srcpkgs/bottom/template
index 5f613bf1ae8e..03a21ab60276 100644
--- a/srcpkgs/bottom/template
+++ b/srcpkgs/bottom/template
@@ -1,6 +1,6 @@
 # Template file for 'bottom'
 pkgname=bottom
-version=0.8.0
+version=0.9.0
 revision=1
 build_style=cargo
 short_desc="Yet another cross-platform graphical process/system monitor"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/ClementTsang/bottom"
 changelog="https://raw.githubusercontent.com/ClementTsang/bottom/master/CHANGELOG.md"
 distfiles="https://github.com/ClementTsang/bottom/archive/${version}.tar.gz"
-checksum=0fe6a826d18570ab33b2af3b26ce28c61e3aa830abb2b622f2c3b81da802437a
+checksum=0b5ba825905748a6146307517cf5e148bbc7ce13070a8448cc2d38ee68c1a42c
 
 pre_build() {
 	export BTM_GENERATE=true

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

* Re: [PR REVIEW] bottom: update to 0.9.0
  2023-05-11 21:07 [PR PATCH] bottom: update to 0.9.0 RAR27
@ 2023-05-17  4:54 ` classabbyamp
  2023-05-17 17:08 ` [PR PATCH] [Updated] " RAR27
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-05-17  4:54 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/43846#discussion_r1195936047

Comment:
0.9.1 available

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

* Re: [PR PATCH] [Updated] bottom: update to 0.9.0
  2023-05-11 21:07 [PR PATCH] bottom: update to 0.9.0 RAR27
  2023-05-17  4:54 ` [PR REVIEW] " classabbyamp
@ 2023-05-17 17:08 ` RAR27
  2023-05-17 17:09 ` [PR REVIEW] bottom: update to 0.9.1 RAR27
  2023-05-17 21:04 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: RAR27 @ 2023-05-17 17:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages bottom
https://github.com/void-linux/void-packages/pull/43846

bottom: update to 0.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6aa75b3bebd8323b147ab6ee70f2f1ff83dad68b Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Thu, 11 May 2023 17:06:01 -0400
Subject: [PATCH] bottom: update to 0.9.1

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

diff --git a/srcpkgs/bottom/template b/srcpkgs/bottom/template
index 5f613bf1ae8e..d706fd7dffb4 100644
--- a/srcpkgs/bottom/template
+++ b/srcpkgs/bottom/template
@@ -1,6 +1,6 @@
 # Template file for 'bottom'
 pkgname=bottom
-version=0.8.0
+version=0.9.1
 revision=1
 build_style=cargo
 short_desc="Yet another cross-platform graphical process/system monitor"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/ClementTsang/bottom"
 changelog="https://raw.githubusercontent.com/ClementTsang/bottom/master/CHANGELOG.md"
 distfiles="https://github.com/ClementTsang/bottom/archive/${version}.tar.gz"
-checksum=0fe6a826d18570ab33b2af3b26ce28c61e3aa830abb2b622f2c3b81da802437a
+checksum=15136784ba4783c994bbfc1fe978ccf47360b2f2aa14ce37f8d5f93871ec9d57
 
 pre_build() {
 	export BTM_GENERATE=true

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

* Re: [PR REVIEW] bottom: update to 0.9.1
  2023-05-11 21:07 [PR PATCH] bottom: update to 0.9.0 RAR27
  2023-05-17  4:54 ` [PR REVIEW] " classabbyamp
  2023-05-17 17:08 ` [PR PATCH] [Updated] " RAR27
@ 2023-05-17 17:09 ` RAR27
  2023-05-17 21:04 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: RAR27 @ 2023-05-17 17:09 UTC (permalink / raw)
  To: ml

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

New review comment by RAR27 on void-packages repository

https://github.com/void-linux/void-packages/pull/43846#discussion_r1196828584

Comment:
Thanks for letting me know, updated!

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

* Re: [PR PATCH] [Merged]: bottom: update to 0.9.1
  2023-05-11 21:07 [PR PATCH] bottom: update to 0.9.0 RAR27
                   ` (2 preceding siblings ...)
  2023-05-17 17:09 ` [PR REVIEW] bottom: update to 0.9.1 RAR27
@ 2023-05-17 21:04 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-05-17 21:04 UTC (permalink / raw)
  To: ml

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

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

bottom: update to 0.9.1
https://github.com/void-linux/void-packages/pull/43846

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-05-17 21:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-11 21:07 [PR PATCH] bottom: update to 0.9.0 RAR27
2023-05-17  4:54 ` [PR REVIEW] " classabbyamp
2023-05-17 17:08 ` [PR PATCH] [Updated] " RAR27
2023-05-17 17:09 ` [PR REVIEW] bottom: update to 0.9.1 RAR27
2023-05-17 21:04 ` [PR PATCH] [Merged]: " 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).