Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gotop: update to 4.1.0.
@ 2021-01-26 15:53 UsernameRandomlyGenerated
  2021-01-28  4:36 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: UsernameRandomlyGenerated @ 2021-01-26 15:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages gotop
https://github.com/void-linux/void-packages/pull/28242

gotop: update to 4.1.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/28242.patch is attached

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

From 425f60690fe5ae5ba94a07971142a56d1fc353c3 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Tue, 26 Jan 2021 16:53:04 +0100
Subject: [PATCH] gotop: update to 4.1.0.

---
 srcpkgs/gotop/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gotop/template b/srcpkgs/gotop/template
index 6cfa17573a3..9a7b2547df8 100644
--- a/srcpkgs/gotop/template
+++ b/srcpkgs/gotop/template
@@ -1,16 +1,16 @@
 # Template file for 'gotop'
 pkgname=gotop
-version=4.0.1
+version=4.1.0
 revision=1
 build_style=go
 go_import_path=github.com/xxxserxxx/gotop/cmd/gotop
 hostmakedepends="git"
 short_desc="Terminal based graphical activity monitor"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
-license="BSD-3-Clause"
+license="MIT"
 homepage="https://github.com/xxxserxxx/gotop"
 distfiles="https://github.com/xxxserxxx/gotop/archive/v${version}.tar.gz"
-checksum=38a34543ed828ed8cedd93049d9634c2e578390543d4068c19f0d0c20aaf7ba0
+checksum=e61375feb183cc2c73764aaac92e164ea77f073206f7dbbfd4997c0efd38bfc0
 
 post_install() {
 	vlicense LICENSE

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

* Re: gotop: update to 4.1.0.
  2021-01-26 15:53 [PR PATCH] gotop: update to 4.1.0 UsernameRandomlyGenerated
@ 2021-01-28  4:36 ` ericonr
  2021-01-28 18:04 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-01-28  4:36 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28242#issuecomment-768793552

Comment:
Should include ldflags from https://github.com/xxxserxxx/gotop#building to show the version.

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

* Re: [PR PATCH] [Updated] gotop: update to 4.1.0.
  2021-01-26 15:53 [PR PATCH] gotop: update to 4.1.0 UsernameRandomlyGenerated
  2021-01-28  4:36 ` ericonr
@ 2021-01-28 18:04 ` UsernameRandomlyGenerated
  2021-01-28 18:05 ` UsernameRandomlyGenerated
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: UsernameRandomlyGenerated @ 2021-01-28 18:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages gotop
https://github.com/void-linux/void-packages/pull/28242

gotop: update to 4.1.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/28242.patch is attached

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

From 9fdbd31e1071b887e8e9a728eb04564a3bbee9a7 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Tue, 26 Jan 2021 16:53:04 +0100
Subject: [PATCH] gotop: update to 4.1.0.

---
 srcpkgs/gotop/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gotop/template b/srcpkgs/gotop/template
index 6cfa17573a3..5c17367a9f9 100644
--- a/srcpkgs/gotop/template
+++ b/srcpkgs/gotop/template
@@ -1,16 +1,17 @@
 # Template file for 'gotop'
 pkgname=gotop
-version=4.0.1
+version=4.1.0
 revision=1
 build_style=go
+go_ldflags="-X main.Version=v${version}"
 go_import_path=github.com/xxxserxxx/gotop/cmd/gotop
 hostmakedepends="git"
 short_desc="Terminal based graphical activity monitor"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
-license="BSD-3-Clause"
+license="MIT"
 homepage="https://github.com/xxxserxxx/gotop"
 distfiles="https://github.com/xxxserxxx/gotop/archive/v${version}.tar.gz"
-checksum=38a34543ed828ed8cedd93049d9634c2e578390543d4068c19f0d0c20aaf7ba0
+checksum=e61375feb183cc2c73764aaac92e164ea77f073206f7dbbfd4997c0efd38bfc0
 
 post_install() {
 	vlicense LICENSE

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

* Re: gotop: update to 4.1.0.
  2021-01-26 15:53 [PR PATCH] gotop: update to 4.1.0 UsernameRandomlyGenerated
  2021-01-28  4:36 ` ericonr
  2021-01-28 18:04 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
@ 2021-01-28 18:05 ` UsernameRandomlyGenerated
  2021-01-28 18:35 ` ericonr
  2021-02-04  6:36 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: UsernameRandomlyGenerated @ 2021-01-28 18:05 UTC (permalink / raw)
  To: ml

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

New comment by UsernameRandomlyGenerated on void-packages repository

https://github.com/void-linux/void-packages/pull/28242#issuecomment-769271845

Comment:
> Should include ldflags from https://github.com/xxxserxxx/gotop#building to show the version.

Done.

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

* Re: gotop: update to 4.1.0.
  2021-01-26 15:53 [PR PATCH] gotop: update to 4.1.0 UsernameRandomlyGenerated
                   ` (2 preceding siblings ...)
  2021-01-28 18:05 ` UsernameRandomlyGenerated
@ 2021-01-28 18:35 ` ericonr
  2021-02-04  6:36 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-01-28 18:35 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28242#issuecomment-769289895

Comment:
```
$ gotop --version
3.3.2
```

well, this certainly isn't right. We are probably missing `/v4` in the module name. This is an instace of #27690

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

* Re: [PR PATCH] [Closed]: gotop: update to 4.1.0.
  2021-01-26 15:53 [PR PATCH] gotop: update to 4.1.0 UsernameRandomlyGenerated
                   ` (3 preceding siblings ...)
  2021-01-28 18:35 ` ericonr
@ 2021-02-04  6:36 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-02-04  6:36 UTC (permalink / raw)
  To: ml

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

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

gotop: update to 4.1.0.
https://github.com/void-linux/void-packages/pull/28242

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 6+ messages in thread

end of thread, other threads:[~2021-02-04  6:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 15:53 [PR PATCH] gotop: update to 4.1.0 UsernameRandomlyGenerated
2021-01-28  4:36 ` ericonr
2021-01-28 18:04 ` [PR PATCH] [Updated] " UsernameRandomlyGenerated
2021-01-28 18:05 ` UsernameRandomlyGenerated
2021-01-28 18:35 ` ericonr
2021-02-04  6:36 ` [PR PATCH] [Closed]: " ericonr

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