Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Bump hydroxide version
@ 2021-08-04  2:29 NateDogg1232
  2021-08-04  2:30 ` ericonr
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-04  2:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NateDogg1232/void-packages hydroxide
https://github.com/void-linux/void-packages/pull/32315

Bump hydroxide version
Bump hydroxide's version from 2.18 to 2.19

<!-- 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?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [X ] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32315.patch is attached

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

From 1a797b6fe1514c7df278ba91e049acff84557764 Mon Sep 17 00:00:00 2001
From: Nathaniel Barragan <nathanielbarragan@protonmail.com>
Date: Tue, 3 Aug 2021 19:25:58 -0700
Subject: [PATCH] Bump hydroxide version

Bump hydroxide's version from 2.18 to 2.19
---
 srcpkgs/hydroxide/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template
index ac417c59ed8e..0ad695053418 100644
--- a/srcpkgs/hydroxide/template
+++ b/srcpkgs/hydroxide/template
@@ -1,6 +1,6 @@
 # Template file for 'hydroxide'
 pkgname=hydroxide
-version=0.2.18
+version=0.2.19
 revision=1
 build_style=go
 go_import_path=github.com/emersion/hydroxide
@@ -11,7 +11,7 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT"
 homepage="https://github.com/emersion/hydroxide"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=93865423bad0e37fd231d5ee52f9b98d63b6950cfc664e2d557fc579681a400b
+checksum=197538f8432ceb23ee0c2058549fa198e0183b9ac311a638a3d632bc0c5e3ce1
 
 post_install() {
 	vlicense LICENSE

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

* Re: Bump hydroxide version
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
@ 2021-08-04  2:30 ` ericonr
  2021-08-04  2:31 ` NateDogg1232
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-08-04  2:30 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-892311474

Comment:
Commit format is `hydroxide: update to $version.`

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

* Re: Bump hydroxide version
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
  2021-08-04  2:30 ` ericonr
@ 2021-08-04  2:31 ` NateDogg1232
  2021-08-04  2:37 ` [PR PATCH] [Updated] " NateDogg1232
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-04  2:31 UTC (permalink / raw)
  To: ml

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

New comment by NateDogg1232 on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-892311812

Comment:
Gotcha. Is it possible to change the commit message?

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

* Re: [PR PATCH] [Updated] Bump hydroxide version
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
  2021-08-04  2:30 ` ericonr
  2021-08-04  2:31 ` NateDogg1232
@ 2021-08-04  2:37 ` NateDogg1232
  2021-08-04  2:38 ` NateDogg1232
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-04  2:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NateDogg1232/void-packages hydroxide
https://github.com/void-linux/void-packages/pull/32315

Bump hydroxide version
Bump hydroxide's version from 2.18 to 2.19

<!-- 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?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [X ] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32315.patch is attached

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

From 0c837e76051c3d6e777fc87e0971014ead509158 Mon Sep 17 00:00:00 2001
From: Nathaniel Barragan <nathanielbarragan@protonmail.com>
Date: Tue, 3 Aug 2021 19:25:58 -0700
Subject: [PATCH] hydroxde: update to 2.19

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

diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template
index ac417c59ed8e..0ad695053418 100644
--- a/srcpkgs/hydroxide/template
+++ b/srcpkgs/hydroxide/template
@@ -1,6 +1,6 @@
 # Template file for 'hydroxide'
 pkgname=hydroxide
-version=0.2.18
+version=0.2.19
 revision=1
 build_style=go
 go_import_path=github.com/emersion/hydroxide
@@ -11,7 +11,7 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT"
 homepage="https://github.com/emersion/hydroxide"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=93865423bad0e37fd231d5ee52f9b98d63b6950cfc664e2d557fc579681a400b
+checksum=197538f8432ceb23ee0c2058549fa198e0183b9ac311a638a3d632bc0c5e3ce1
 
 post_install() {
 	vlicense LICENSE

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

* Re: Bump hydroxide version
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (2 preceding siblings ...)
  2021-08-04  2:37 ` [PR PATCH] [Updated] " NateDogg1232
@ 2021-08-04  2:38 ` NateDogg1232
  2021-08-04  8:03 ` paper42
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-04  2:38 UTC (permalink / raw)
  To: ml

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

New comment by NateDogg1232 on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-892314479

Comment:
There we go, that should work!

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

* Re: Bump hydroxide version
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (3 preceding siblings ...)
  2021-08-04  2:38 ` NateDogg1232
@ 2021-08-04  8:03 ` paper42
  2021-08-06  7:48 ` [PR PATCH] [Updated] " NateDogg1232
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2021-08-04  8:03 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-892453370

Comment:
> There we go, that should work!

hydroxde -> hydrox**i**de 

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

* Re: [PR PATCH] [Updated] Bump hydroxide version
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (4 preceding siblings ...)
  2021-08-04  8:03 ` paper42
@ 2021-08-06  7:48 ` NateDogg1232
  2021-08-06  7:49 ` NateDogg1232
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-06  7:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NateDogg1232/void-packages hydroxide
https://github.com/void-linux/void-packages/pull/32315

Bump hydroxide version
Bump hydroxide's version from 2.18 to 2.19

<!-- 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?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [X ] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32315.patch is attached

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

From 61dabecfe56971dccf959fa3c8b3b5645597b8e0 Mon Sep 17 00:00:00 2001
From: Nathaniel Barragan <nathanielbarragan@protonmail.com>
Date: Tue, 3 Aug 2021 19:25:58 -0700
Subject: [PATCH] hydroxide: update to 2.19

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

diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template
index ac417c59ed8e..0ad695053418 100644
--- a/srcpkgs/hydroxide/template
+++ b/srcpkgs/hydroxide/template
@@ -1,6 +1,6 @@
 # Template file for 'hydroxide'
 pkgname=hydroxide
-version=0.2.18
+version=0.2.19
 revision=1
 build_style=go
 go_import_path=github.com/emersion/hydroxide
@@ -11,7 +11,7 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT"
 homepage="https://github.com/emersion/hydroxide"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=93865423bad0e37fd231d5ee52f9b98d63b6950cfc664e2d557fc579681a400b
+checksum=197538f8432ceb23ee0c2058549fa198e0183b9ac311a638a3d632bc0c5e3ce1
 
 post_install() {
 	vlicense LICENSE

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

* Re: Bump hydroxide version
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (5 preceding siblings ...)
  2021-08-06  7:48 ` [PR PATCH] [Updated] " NateDogg1232
@ 2021-08-06  7:49 ` NateDogg1232
  2021-08-06 16:23 ` hydroxide: update to 2.19 paper42
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-06  7:49 UTC (permalink / raw)
  To: ml

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

New comment by NateDogg1232 on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-894073909

Comment:
Man I can't believe I made such a simple mistake. Here we go. *Now* it should be good

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

* Re: hydroxide: update to 2.19
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (6 preceding siblings ...)
  2021-08-06  7:49 ` NateDogg1232
@ 2021-08-06 16:23 ` paper42
  2021-08-06 16:25 ` paper42
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2021-08-06 16:23 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-894372241

Comment:
@NateDogg1232 the version is 0.2.19, not 2.19 and they released 0.2.20 a week ago, could you update it in this PR?

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

* Re: hydroxide: update to 2.19
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (7 preceding siblings ...)
  2021-08-06 16:23 ` hydroxide: update to 2.19 paper42
@ 2021-08-06 16:25 ` paper42
  2021-08-06 19:31 ` [PR PATCH] [Updated] " NateDogg1232
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: paper42 @ 2021-08-06 16:25 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-894372241

Comment:
@NateDogg1232 the version is 0.2.19, not 2.19 and they released 0.2.20 a week ago, could you update it in this PR?

There is a handy script to make sure you don't make mistakes like this - xbump from xtools:
```
> xbump hydroxide
[hydroxide 655ff94c3a] hydroxide: update to 0.2.19.
 1 file changed, 2 insertions(+), 2 deletions(-)
>
```

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

* Re: [PR PATCH] [Updated] hydroxide: update to 2.19
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (8 preceding siblings ...)
  2021-08-06 16:25 ` paper42
@ 2021-08-06 19:31 ` NateDogg1232
  2021-08-06 19:33 ` NateDogg1232
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-06 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NateDogg1232/void-packages hydroxide
https://github.com/void-linux/void-packages/pull/32315

hydroxide: update to 2.19
Bump hydroxide's version from 2.18 to 2.19

<!-- 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?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [X ] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32315.patch is attached

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

From 61dabecfe56971dccf959fa3c8b3b5645597b8e0 Mon Sep 17 00:00:00 2001
From: Nathaniel Barragan <nathanielbarragan@protonmail.com>
Date: Tue, 3 Aug 2021 19:25:58 -0700
Subject: [PATCH 1/2] hydroxide: update to 2.19

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

diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template
index ac417c59ed8e..0ad695053418 100644
--- a/srcpkgs/hydroxide/template
+++ b/srcpkgs/hydroxide/template
@@ -1,6 +1,6 @@
 # Template file for 'hydroxide'
 pkgname=hydroxide
-version=0.2.18
+version=0.2.19
 revision=1
 build_style=go
 go_import_path=github.com/emersion/hydroxide
@@ -11,7 +11,7 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT"
 homepage="https://github.com/emersion/hydroxide"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=93865423bad0e37fd231d5ee52f9b98d63b6950cfc664e2d557fc579681a400b
+checksum=197538f8432ceb23ee0c2058549fa198e0183b9ac311a638a3d632bc0c5e3ce1
 
 post_install() {
 	vlicense LICENSE

From d26a0d6c9a232c5c7310efd447b6249655847daf Mon Sep 17 00:00:00 2001
From: Nathaniel Barragan <nathanielbarragan@protonmail.com>
Date: Fri, 6 Aug 2021 12:30:41 -0700
Subject: [PATCH 2/2] hydroxide: update to 0.2.20.

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

diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template
index 0ad695053418..5d2eee5705ec 100644
--- a/srcpkgs/hydroxide/template
+++ b/srcpkgs/hydroxide/template
@@ -1,6 +1,6 @@
 # Template file for 'hydroxide'
 pkgname=hydroxide
-version=0.2.19
+version=0.2.20
 revision=1
 build_style=go
 go_import_path=github.com/emersion/hydroxide
@@ -11,7 +11,7 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT"
 homepage="https://github.com/emersion/hydroxide"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=197538f8432ceb23ee0c2058549fa198e0183b9ac311a638a3d632bc0c5e3ce1
+checksum=b454b1d46f90221d12d64b0785307fe1ac14dcaa8e3da299aa787bb008330275
 
 post_install() {
 	vlicense LICENSE

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

* Re: hydroxide: update to 2.19
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (9 preceding siblings ...)
  2021-08-06 19:31 ` [PR PATCH] [Updated] " NateDogg1232
@ 2021-08-06 19:33 ` NateDogg1232
  2021-08-06 19:54 ` hydroxide: update to 0.2.20 ericonr
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-06 19:33 UTC (permalink / raw)
  To: ml

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

New comment by NateDogg1232 on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-894476133

Comment:
Here we go! I think this is finally it. Sorry about all the mistakes. I didn't know about xbump, so I was doing it all myself. Thanks for letting me know, it should be all ready to go.
Also did not realize the update, I had helped with the 0.2.19 update, and didn't realize they updated further.

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

* Re: hydroxide: update to 0.2.20
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (10 preceding siblings ...)
  2021-08-06 19:33 ` NateDogg1232
@ 2021-08-06 19:54 ` ericonr
  2021-08-07  6:40 ` [PR PATCH] [Updated] " NateDogg1232
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-08-06 19:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-894485981

Comment:
Please squash the commits together. There should be a single one for the udpate to 0.2.20.

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

* Re: [PR PATCH] [Updated] hydroxide: update to 0.2.20
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (11 preceding siblings ...)
  2021-08-06 19:54 ` hydroxide: update to 0.2.20 ericonr
@ 2021-08-07  6:40 ` NateDogg1232
  2021-08-07  6:41 ` NateDogg1232
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-07  6:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/NateDogg1232/void-packages hydroxide
https://github.com/void-linux/void-packages/pull/32315

hydroxide: update to 0.2.20
Bump hydroxide's version from 2.18 to 2.19

<!-- 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?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [X ] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] 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/32315.patch is attached

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

From 0deb2f141765a48cb6b3b6705446eb5377ee5ab8 Mon Sep 17 00:00:00 2001
From: Nathaniel Barragan <nathanielbarragan@protonmail.com>
Date: Tue, 3 Aug 2021 19:25:58 -0700
Subject: [PATCH] hydroxide: update to 0.2.20.

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

diff --git a/srcpkgs/hydroxide/template b/srcpkgs/hydroxide/template
index ac417c59ed8e..5d2eee5705ec 100644
--- a/srcpkgs/hydroxide/template
+++ b/srcpkgs/hydroxide/template
@@ -1,6 +1,6 @@
 # Template file for 'hydroxide'
 pkgname=hydroxide
-version=0.2.18
+version=0.2.20
 revision=1
 build_style=go
 go_import_path=github.com/emersion/hydroxide
@@ -11,7 +11,7 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
 license="MIT"
 homepage="https://github.com/emersion/hydroxide"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=93865423bad0e37fd231d5ee52f9b98d63b6950cfc664e2d557fc579681a400b
+checksum=b454b1d46f90221d12d64b0785307fe1ac14dcaa8e3da299aa787bb008330275
 
 post_install() {
 	vlicense LICENSE

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

* Re: hydroxide: update to 0.2.20
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (12 preceding siblings ...)
  2021-08-07  6:40 ` [PR PATCH] [Updated] " NateDogg1232
@ 2021-08-07  6:41 ` NateDogg1232
  2021-08-07 19:06 ` [PR PATCH] [Merged]: " ericonr
  2021-08-07 19:06 ` ericonr
  15 siblings, 0 replies; 17+ messages in thread
From: NateDogg1232 @ 2021-08-07  6:41 UTC (permalink / raw)
  To: ml

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

New comment by NateDogg1232 on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-894614263

Comment:
Finally! This should be perfect

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

* Re: [PR PATCH] [Merged]: hydroxide: update to 0.2.20
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (13 preceding siblings ...)
  2021-08-07  6:41 ` NateDogg1232
@ 2021-08-07 19:06 ` ericonr
  2021-08-07 19:06 ` ericonr
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-08-07 19:06 UTC (permalink / raw)
  To: ml

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

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

hydroxide: update to 0.2.20
https://github.com/void-linux/void-packages/pull/32315

Description:
Bump hydroxide's version from 2.18 to 2.19

<!-- 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?
- [X ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [X ] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: hydroxide: update to 0.2.20
  2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
                   ` (14 preceding siblings ...)
  2021-08-07 19:06 ` [PR PATCH] [Merged]: " ericonr
@ 2021-08-07 19:06 ` ericonr
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2021-08-07 19:06 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32315#issuecomment-894694790

Comment:
Great, thanks.

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

end of thread, other threads:[~2021-08-07 19:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04  2:29 [PR PATCH] Bump hydroxide version NateDogg1232
2021-08-04  2:30 ` ericonr
2021-08-04  2:31 ` NateDogg1232
2021-08-04  2:37 ` [PR PATCH] [Updated] " NateDogg1232
2021-08-04  2:38 ` NateDogg1232
2021-08-04  8:03 ` paper42
2021-08-06  7:48 ` [PR PATCH] [Updated] " NateDogg1232
2021-08-06  7:49 ` NateDogg1232
2021-08-06 16:23 ` hydroxide: update to 2.19 paper42
2021-08-06 16:25 ` paper42
2021-08-06 19:31 ` [PR PATCH] [Updated] " NateDogg1232
2021-08-06 19:33 ` NateDogg1232
2021-08-06 19:54 ` hydroxide: update to 0.2.20 ericonr
2021-08-07  6:40 ` [PR PATCH] [Updated] " NateDogg1232
2021-08-07  6:41 ` NateDogg1232
2021-08-07 19:06 ` [PR PATCH] [Merged]: " ericonr
2021-08-07 19:06 ` 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).