Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gup-0.15.1
@ 2023-01-14 11:06 LucasTavaresA
  2023-02-13 19:07 ` [PR PATCH] [Updated] " LucasTavaresA
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-01-14 11:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages gup
https://github.com/void-linux/void-packages/pull/41634

New package: gup-0.15.1
<!-- 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**

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From bda20153df26d23f998041594ca820166468fd4c Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 14 Jan 2023 08:01:51 -0300
Subject: [PATCH] New package: gup-0.15.1

---
 srcpkgs/gup/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/gup/template

diff --git a/srcpkgs/gup/template b/srcpkgs/gup/template
new file mode 100644
index 000000000000..98f74b106822
--- /dev/null
+++ b/srcpkgs/gup/template
@@ -0,0 +1,13 @@
+# Template file for 'gup'
+pkgname=gup
+version=0.15.1
+revision=1
+build_style=go
+go_import_path=github.com/nao1215/gup
+short_desc="Update binaries installed by \"go install\" with goroutines"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/nao1215/gup"
+changelog="https://raw.githubusercontent.com/nao1215/gup/main/Changelog.md"
+distfiles="https://github.com/nao1215/gup/archive/v${version}.tar.gz"
+checksum=c953d0e7f8b466c24d1fe43c3315a7c1acc17a21ab7209960c8be19b5a676dfa

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

* Re: [PR PATCH] [Updated] New package: gup-0.15.1
  2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
@ 2023-02-13 19:07 ` LucasTavaresA
  2023-02-19 21:23 ` [PR PATCH] [Updated] New package: gup-0.16.0 LucasTavaresA
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-02-13 19:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages gup
https://github.com/void-linux/void-packages/pull/41634

New package: gup-0.15.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From 22be09a1538f0a522d2adcf2912a187c0acb2d0f Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 14 Jan 2023 08:01:51 -0300
Subject: [PATCH] New package: gup-0.16.0

---
 srcpkgs/gup/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/gup/template

diff --git a/srcpkgs/gup/template b/srcpkgs/gup/template
new file mode 100644
index 000000000000..87fd77edd3f1
--- /dev/null
+++ b/srcpkgs/gup/template
@@ -0,0 +1,13 @@
+# Template file for 'gup'
+pkgname=gup
+version=0.16.0
+revision=1
+build_style=go
+go_import_path=github.com/nao1215/gup
+short_desc="Update binaries installed by \"go install\" with goroutines"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/nao1215/gup"
+changelog="https://raw.githubusercontent.com/nao1215/gup/main/Changelog.md"
+distfiles="https://github.com/nao1215/gup/archive/v${version}.tar.gz"
+checksum=fc8bd42702478faee39ea18f99bbe2d31137e23e53badd915f8177cbe2e5006f

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

* Re: [PR PATCH] [Updated] New package: gup-0.16.0
  2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
  2023-02-13 19:07 ` [PR PATCH] [Updated] " LucasTavaresA
@ 2023-02-19 21:23 ` LucasTavaresA
  2023-02-24  0:21 ` [PR PATCH] [Updated] New package: gup-0.17.0 LucasTavaresA
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-02-19 21:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages gup
https://github.com/void-linux/void-packages/pull/41634

New package: gup-0.16.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From 5e2afb3bc0e755323e3b2b45f712fa0ebdf9f5bb Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 14 Jan 2023 08:01:51 -0300
Subject: [PATCH] New package: gup-0.17.0

---
 srcpkgs/gup/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/gup/template

diff --git a/srcpkgs/gup/template b/srcpkgs/gup/template
new file mode 100644
index 000000000000..45147d26c0f1
--- /dev/null
+++ b/srcpkgs/gup/template
@@ -0,0 +1,13 @@
+# Template file for 'gup'
+pkgname=gup
+version=0.17.0
+revision=1
+build_style=go
+go_import_path=github.com/nao1215/gup
+short_desc="Update binaries installed by \"go install\" with goroutines"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/nao1215/gup"
+changelog="https://raw.githubusercontent.com/nao1215/gup/main/Changelog.md"
+distfiles="https://github.com/nao1215/gup/archive/v${version}.tar.gz"
+checksum=3017e001cc37fbd98c847824899938b7fae895be6c9fc124b33bb9232e205cfe

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

* Re: [PR PATCH] [Updated] New package: gup-0.17.0
  2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
  2023-02-13 19:07 ` [PR PATCH] [Updated] " LucasTavaresA
  2023-02-19 21:23 ` [PR PATCH] [Updated] New package: gup-0.16.0 LucasTavaresA
@ 2023-02-24  0:21 ` LucasTavaresA
  2023-02-27 10:03 ` [PR PATCH] [Updated] New package: gup-0.17.1 LucasTavaresA
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-02-24  0:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages gup
https://github.com/void-linux/void-packages/pull/41634

New package: gup-0.17.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From 25eeca287187e7aadfc77a77ff769546a77974ea Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 14 Jan 2023 08:01:51 -0300
Subject: [PATCH] New package: gup-0.17.1

---
 srcpkgs/gup/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/gup/template

diff --git a/srcpkgs/gup/template b/srcpkgs/gup/template
new file mode 100644
index 000000000000..b13d4bc3d84d
--- /dev/null
+++ b/srcpkgs/gup/template
@@ -0,0 +1,13 @@
+# Template file for 'gup'
+pkgname=gup
+version=0.17.1
+revision=1
+build_style=go
+go_import_path=github.com/nao1215/gup
+short_desc="Update binaries installed by \"go install\" with goroutines"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/nao1215/gup"
+changelog="https://raw.githubusercontent.com/nao1215/gup/main/Changelog.md"
+distfiles="https://github.com/nao1215/gup/archive/v${version}.tar.gz"
+checksum=261347715f8a41c4f5077d051aa8500034f9878f2f09b9a6573c61ff6c85929c

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

* Re: [PR PATCH] [Updated] New package: gup-0.17.1
  2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
                   ` (2 preceding siblings ...)
  2023-02-24  0:21 ` [PR PATCH] [Updated] New package: gup-0.17.0 LucasTavaresA
@ 2023-02-27 10:03 ` LucasTavaresA
  2023-03-11 10:45 ` [PR PATCH] [Updated] New package: gup-0.18.0 LucasTavaresA
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-02-27 10:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages gup
https://github.com/void-linux/void-packages/pull/41634

New package: gup-0.17.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From d993b86c83ad350637dbfdb9dd1407984e16017a Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 14 Jan 2023 08:01:51 -0300
Subject: [PATCH] New package: gup-0.18.0

---
 srcpkgs/gup/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/gup/template

diff --git a/srcpkgs/gup/template b/srcpkgs/gup/template
new file mode 100644
index 000000000000..7fabe4068881
--- /dev/null
+++ b/srcpkgs/gup/template
@@ -0,0 +1,13 @@
+# Template file for 'gup'
+pkgname=gup
+version=0.18.0
+revision=1
+build_style=go
+go_import_path=github.com/nao1215/gup
+short_desc="Update binaries installed by \"go install\" with goroutines"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/nao1215/gup"
+changelog="https://raw.githubusercontent.com/nao1215/gup/main/Changelog.md"
+distfiles="https://github.com/nao1215/gup/archive/v${version}.tar.gz"
+checksum=f7d5ed4b06cd8177ab64c0b9cb47ea2d989fc778c48a4b07c49eb0e321ae90d7

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

* Re: [PR PATCH] [Updated] New package: gup-0.18.0
  2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
                   ` (3 preceding siblings ...)
  2023-02-27 10:03 ` [PR PATCH] [Updated] New package: gup-0.17.1 LucasTavaresA
@ 2023-03-11 10:45 ` LucasTavaresA
  2023-04-07  1:02 ` [PR PATCH] [Updated] New package: gup-0.19.0 LucasTavaresA
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-03-11 10:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages gup
https://github.com/void-linux/void-packages/pull/41634

New package: gup-0.18.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From 26665cb6cd329fa9fd99d699403f319fc157ffd0 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 14 Jan 2023 08:01:51 -0300
Subject: [PATCH] New package: gup-0.19.0

---
 srcpkgs/gup/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/gup/template

diff --git a/srcpkgs/gup/template b/srcpkgs/gup/template
new file mode 100644
index 000000000000..69f6ccfec9d0
--- /dev/null
+++ b/srcpkgs/gup/template
@@ -0,0 +1,13 @@
+# Template file for 'gup'
+pkgname=gup
+version=0.19.0
+revision=1
+build_style=go
+go_import_path=github.com/nao1215/gup
+short_desc="Update binaries installed by \"go install\" with goroutines"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/nao1215/gup"
+changelog="https://raw.githubusercontent.com/nao1215/gup/main/Changelog.md"
+distfiles="https://github.com/nao1215/gup/archive/v${version}.tar.gz"
+checksum=11e89b0400b52672e1c411af4dec68cd5aa4a995c5434226fd7a13e5c50d4269

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

* Re: [PR PATCH] [Updated] New package: gup-0.19.0
  2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
                   ` (4 preceding siblings ...)
  2023-03-11 10:45 ` [PR PATCH] [Updated] New package: gup-0.18.0 LucasTavaresA
@ 2023-04-07  1:02 ` LucasTavaresA
  2023-05-03 19:19 ` [PR PATCH] [Updated] New package: gup-0.20.1 LucasTavaresA
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-04-07  1:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages gup
https://github.com/void-linux/void-packages/pull/41634

New package: gup-0.19.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From 0108e9b99801efc7c35ae17e2e95647e7a9754f9 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 14 Jan 2023 08:01:51 -0300
Subject: [PATCH] New package: gup-0.20.1

---
 srcpkgs/gup/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/gup/template

diff --git a/srcpkgs/gup/template b/srcpkgs/gup/template
new file mode 100644
index 000000000000..bee6f97300c3
--- /dev/null
+++ b/srcpkgs/gup/template
@@ -0,0 +1,13 @@
+# Template file for 'gup'
+pkgname=gup
+version=0.20.1
+revision=1
+build_style=go
+go_import_path=github.com/nao1215/gup
+short_desc="Update binaries installed by \"go install\" with goroutines"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/nao1215/gup"
+changelog="https://raw.githubusercontent.com/nao1215/gup/main/Changelog.md"
+distfiles="https://github.com/nao1215/gup/archive/v${version}.tar.gz"
+checksum=5f3faf23dd3041600bacaf0ce7b186319b22530adc5bcce5616850112a85b26a

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

* Re: [PR PATCH] [Updated] New package: gup-0.20.1
  2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
                   ` (5 preceding siblings ...)
  2023-04-07  1:02 ` [PR PATCH] [Updated] New package: gup-0.19.0 LucasTavaresA
@ 2023-05-03 19:19 ` LucasTavaresA
  2023-05-03 19:26 ` LucasTavaresA
  2023-06-19  3:31 ` [PR PATCH] [Closed]: New package: gup-0.21.0 LucasTavaresA
  8 siblings, 0 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-05-03 19:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages gup
https://github.com/void-linux/void-packages/pull/41634

New package: gup-0.20.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From 754cb71736e199af3147a0d13711ffdda90133cb Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 14 Jan 2023 08:01:51 -0300
Subject: [PATCH] New package: gup-0.21.0

---
 srcpkgs/gup/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/gup/template

diff --git a/srcpkgs/gup/template b/srcpkgs/gup/template
new file mode 100644
index 000000000000..1b9044d95b7a
--- /dev/null
+++ b/srcpkgs/gup/template
@@ -0,0 +1,13 @@
+# Template file for 'gup'
+pkgname=gup
+version=0.21.0
+revision=1
+build_style=go
+go_import_path=github.com/nao1215/gup
+short_desc="Update binaries installed by \"go install\" with goroutines"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/nao1215/gup"
+changelog="https://raw.githubusercontent.com/nao1215/gup/main/Changelog.md"
+distfiles="https://github.com/nao1215/gup/archive/v${version}.tar.gz"
+checksum=4b769255157cd15636cf42641e77072da56cb0cda26be097a5e4f4c0898720ce

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

* Re: [PR PATCH] [Updated] New package: gup-0.20.1
  2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
                   ` (6 preceding siblings ...)
  2023-05-03 19:19 ` [PR PATCH] [Updated] New package: gup-0.20.1 LucasTavaresA
@ 2023-05-03 19:26 ` LucasTavaresA
  2023-06-19  3:31 ` [PR PATCH] [Closed]: New package: gup-0.21.0 LucasTavaresA
  8 siblings, 0 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-05-03 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/LucasTavaresA/void-packages gup
https://github.com/void-linux/void-packages/pull/41634

New package: gup-0.20.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

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

From c511c1cb20eaa4617299bca18b14fdedff919948 Mon Sep 17 00:00:00 2001
From: LucasTavaresA <tavares.lassuncao@gmail.com>
Date: Sat, 14 Jan 2023 08:01:51 -0300
Subject: [PATCH] New package: gup-0.21.0

---
 srcpkgs/gup/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/gup/template

diff --git a/srcpkgs/gup/template b/srcpkgs/gup/template
new file mode 100644
index 000000000000..1b9044d95b7a
--- /dev/null
+++ b/srcpkgs/gup/template
@@ -0,0 +1,13 @@
+# Template file for 'gup'
+pkgname=gup
+version=0.21.0
+revision=1
+build_style=go
+go_import_path=github.com/nao1215/gup
+short_desc="Update binaries installed by \"go install\" with goroutines"
+maintainer="LucasTavaresA <tavares.lassuncao@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/nao1215/gup"
+changelog="https://raw.githubusercontent.com/nao1215/gup/main/Changelog.md"
+distfiles="https://github.com/nao1215/gup/archive/v${version}.tar.gz"
+checksum=4b769255157cd15636cf42641e77072da56cb0cda26be097a5e4f4c0898720ce

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

* Re: [PR PATCH] [Closed]: New package: gup-0.21.0
  2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
                   ` (7 preceding siblings ...)
  2023-05-03 19:26 ` LucasTavaresA
@ 2023-06-19  3:31 ` LucasTavaresA
  8 siblings, 0 replies; 10+ messages in thread
From: LucasTavaresA @ 2023-06-19  3:31 UTC (permalink / raw)
  To: ml

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

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

New package: gup-0.21.0
https://github.com/void-linux/void-packages/pull/41634

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

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

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

<!-- 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, x86_64 glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl **cross**


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

end of thread, other threads:[~2023-06-19  3:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-14 11:06 [PR PATCH] New package: gup-0.15.1 LucasTavaresA
2023-02-13 19:07 ` [PR PATCH] [Updated] " LucasTavaresA
2023-02-19 21:23 ` [PR PATCH] [Updated] New package: gup-0.16.0 LucasTavaresA
2023-02-24  0:21 ` [PR PATCH] [Updated] New package: gup-0.17.0 LucasTavaresA
2023-02-27 10:03 ` [PR PATCH] [Updated] New package: gup-0.17.1 LucasTavaresA
2023-03-11 10:45 ` [PR PATCH] [Updated] New package: gup-0.18.0 LucasTavaresA
2023-04-07  1:02 ` [PR PATCH] [Updated] New package: gup-0.19.0 LucasTavaresA
2023-05-03 19:19 ` [PR PATCH] [Updated] New package: gup-0.20.1 LucasTavaresA
2023-05-03 19:26 ` LucasTavaresA
2023-06-19  3:31 ` [PR PATCH] [Closed]: New package: gup-0.21.0 LucasTavaresA

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