Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] todoist: update to 0.19.0.
@ 2023-04-14 19:10 arete
  2023-04-30  7:36 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: arete @ 2023-04-14 19:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages todoist
https://github.com/void-linux/void-packages/pull/43448

todoist: update to 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**|**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/43448.patch is attached

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

From 04ba65bd583cf862a8d2df592b63f7de72dadda0 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Fri, 14 Apr 2023 21:09:14 +0200
Subject: [PATCH] todoist: update to 0.19.0.

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

diff --git a/srcpkgs/todoist/template b/srcpkgs/todoist/template
index 51f8a3beab72..4b4e62213343 100644
--- a/srcpkgs/todoist/template
+++ b/srcpkgs/todoist/template
@@ -1,7 +1,7 @@
 # Template file for 'todoist'
 pkgname=todoist
-version=0.18.0
-revision=2
+version=0.19.0
+revision=1
 build_style=go
 go_import_path="github.com/sachaos/todoist"
 short_desc="Todoist CLI Client"
@@ -9,7 +9,7 @@ maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://github.com/sachaos/todoist"
 distfiles="https://github.com/sachaos/todoist/archive/refs/tags/v${version}.tar.gz"
-checksum=2cc89bdf44d5a9bda6f748069cf8841e10e3b0c14dd4ddb17d5b1f7a7bc7d759
+checksum=acf91e168abe7d251a68ae87b1943a1f83ef3b7fd89e4f56bd82cb3db51b6ade
 
 post_install() {
 	vdoc README.md

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

* Re: [PR REVIEW] todoist: update to 0.19.0.
  2023-04-14 19:10 [PR PATCH] todoist: update to 0.19.0 arete
@ 2023-04-30  7:36 ` classabbyamp
  2023-05-01  9:12 ` [PR PATCH] [Updated] " arete
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-04-30  7:36 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43448#discussion_r1181181148

Comment:
0.20.0 available

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

* Re: [PR PATCH] [Updated] todoist: update to 0.19.0.
  2023-04-14 19:10 [PR PATCH] todoist: update to 0.19.0 arete
  2023-04-30  7:36 ` [PR REVIEW] " classabbyamp
@ 2023-05-01  9:12 ` arete
  2023-05-01  9:20 ` [PR REVIEW] todoist: update to 0.20.0 arete
  2023-05-01 13:42 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: arete @ 2023-05-01  9:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages todoist
https://github.com/void-linux/void-packages/pull/43448

todoist: update to 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**|**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/43448.patch is attached

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

From ff347fc6d4e8eb1f281dd6b9db117a682ed6daf9 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Mon, 1 May 2023 11:11:00 +0200
Subject: [PATCH] todoist: update to 0.20.0.

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

diff --git a/srcpkgs/todoist/template b/srcpkgs/todoist/template
index 51f8a3beab72..72c1e50ed1c5 100644
--- a/srcpkgs/todoist/template
+++ b/srcpkgs/todoist/template
@@ -1,7 +1,7 @@
 # Template file for 'todoist'
 pkgname=todoist
-version=0.18.0
-revision=2
+version=0.20.0
+revision=1
 build_style=go
 go_import_path="github.com/sachaos/todoist"
 short_desc="Todoist CLI Client"
@@ -9,7 +9,7 @@ maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://github.com/sachaos/todoist"
 distfiles="https://github.com/sachaos/todoist/archive/refs/tags/v${version}.tar.gz"
-checksum=2cc89bdf44d5a9bda6f748069cf8841e10e3b0c14dd4ddb17d5b1f7a7bc7d759
+checksum=cd496259a37f1b9868eddcc3d3f83b63b82eb94b7ab4830ad3f490fed51a5918
 
 post_install() {
 	vdoc README.md

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

* Re: [PR REVIEW] todoist: update to 0.20.0.
  2023-04-14 19:10 [PR PATCH] todoist: update to 0.19.0 arete
  2023-04-30  7:36 ` [PR REVIEW] " classabbyamp
  2023-05-01  9:12 ` [PR PATCH] [Updated] " arete
@ 2023-05-01  9:20 ` arete
  2023-05-01 13:42 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: arete @ 2023-05-01  9:20 UTC (permalink / raw)
  To: ml

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

New review comment by arete on void-packages repository

https://github.com/void-linux/void-packages/pull/43448#discussion_r1181479403

Comment:
Update

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

* Re: [PR PATCH] [Merged]: todoist: update to 0.20.0.
  2023-04-14 19:10 [PR PATCH] todoist: update to 0.19.0 arete
                   ` (2 preceding siblings ...)
  2023-05-01  9:20 ` [PR REVIEW] todoist: update to 0.20.0 arete
@ 2023-05-01 13:42 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-05-01 13:42 UTC (permalink / raw)
  To: ml

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

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

todoist: update to 0.20.0.
https://github.com/void-linux/void-packages/pull/43448

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**|**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-01 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 19:10 [PR PATCH] todoist: update to 0.19.0 arete
2023-04-30  7:36 ` [PR REVIEW] " classabbyamp
2023-05-01  9:12 ` [PR PATCH] [Updated] " arete
2023-05-01  9:20 ` [PR REVIEW] todoist: update to 0.20.0 arete
2023-05-01 13:42 ` [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).