Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] madonctl: update to 2.3.2.
@ 2022-08-24  7:21 Anachron
  2022-08-24  7:25 ` Anachron
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Anachron @ 2022-08-24  7:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages madonctl
https://github.com/void-linux/void-packages/pull/38881

madonctl: update to 2.3.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### 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):
(None)


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

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

From 6aa5cf16964909b743190ae4550fde2804d06686 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Wed, 24 Aug 2022 09:19:31 +0200
Subject: [PATCH] madonctl: update to 2.3.2.

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

diff --git a/srcpkgs/madonctl/template b/srcpkgs/madonctl/template
index cacfa5fc1b9d..4c76871967cb 100644
--- a/srcpkgs/madonctl/template
+++ b/srcpkgs/madonctl/template
@@ -1,7 +1,7 @@
 # Template file for 'madonctl'
 pkgname=madonctl
-version=2.3.1
-revision=2
+version=2.3.2
+revision=1
 build_style=go
 go_import_path=github.com/McKael/madonctl
 hostmakedepends="git"
@@ -10,8 +10,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/McKael/madonctl"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=f97707a4f96b15a8331a0b3725a43c7717bf068bf9e6c5e885a13dd3016d5cf6
-broken="accounts.go:656:39: too many arguments in call to gClient.UpdateAccount"
+checksum=d930d3dfcfb3fb141098c7c2b0a8cef6f1f938e48e276cefb1bff0e2f093425f
 
 post_install() {
 	vlicense LICENSE

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

* Re: madonctl: update to 2.3.2.
  2022-08-24  7:21 [PR PATCH] madonctl: update to 2.3.2 Anachron
@ 2022-08-24  7:25 ` Anachron
  2022-08-24  7:50 ` [PR PATCH] [Updated] " Anachron
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Anachron @ 2022-08-24  7:25 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/38881#issuecomment-1225305126

Comment:
@travankor is this ok for you? 

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

* Re: [PR PATCH] [Updated] madonctl: update to 2.3.2.
  2022-08-24  7:21 [PR PATCH] madonctl: update to 2.3.2 Anachron
  2022-08-24  7:25 ` Anachron
@ 2022-08-24  7:50 ` Anachron
  2022-08-24 21:06 ` paper42
  2022-08-24 21:06 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: Anachron @ 2022-08-24  7:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages madonctl
https://github.com/void-linux/void-packages/pull/38881

madonctl: update to 2.3.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### 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):
(None)


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

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

From 5fe7baa8da112f2c492eb733c046d8dc6fdf3d73 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Wed, 24 Aug 2022 09:50:30 +0200
Subject: [PATCH] madonctl: update to 2.3.2.

---
 srcpkgs/madonctl/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/madonctl/template b/srcpkgs/madonctl/template
index cacfa5fc1b9d..a12c2e744e34 100644
--- a/srcpkgs/madonctl/template
+++ b/srcpkgs/madonctl/template
@@ -1,17 +1,15 @@
 # Template file for 'madonctl'
 pkgname=madonctl
-version=2.3.1
-revision=2
+version=2.3.2
+revision=1
 build_style=go
 go_import_path=github.com/McKael/madonctl
-hostmakedepends="git"
 short_desc="CLI client for the Mastodon social network API"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/McKael/madonctl"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=f97707a4f96b15a8331a0b3725a43c7717bf068bf9e6c5e885a13dd3016d5cf6
-broken="accounts.go:656:39: too many arguments in call to gClient.UpdateAccount"
+distfiles="https://github.com/McKael/madonctl/archive/refs/tags/v${version}.tar.gz"
+checksum=d930d3dfcfb3fb141098c7c2b0a8cef6f1f938e48e276cefb1bff0e2f093425f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] madonctl: update to 2.3.2.
  2022-08-24  7:21 [PR PATCH] madonctl: update to 2.3.2 Anachron
  2022-08-24  7:25 ` Anachron
  2022-08-24  7:50 ` [PR PATCH] [Updated] " Anachron
@ 2022-08-24 21:06 ` paper42
  2022-08-24 21:06 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-08-24 21:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Anachron/void-packages madonctl
https://github.com/void-linux/void-packages/pull/38881

madonctl: update to 2.3.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### 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):
(None)


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

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

From 7b8b814b6e29f0fd858f6551b367497c70d57c61 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Wed, 24 Aug 2022 09:50:30 +0200
Subject: [PATCH] madonctl: unbreak, update to 2.3.2

---
 srcpkgs/madonctl/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/madonctl/template b/srcpkgs/madonctl/template
index cacfa5fc1b9d..a12c2e744e34 100644
--- a/srcpkgs/madonctl/template
+++ b/srcpkgs/madonctl/template
@@ -1,17 +1,15 @@
 # Template file for 'madonctl'
 pkgname=madonctl
-version=2.3.1
-revision=2
+version=2.3.2
+revision=1
 build_style=go
 go_import_path=github.com/McKael/madonctl
-hostmakedepends="git"
 short_desc="CLI client for the Mastodon social network API"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/McKael/madonctl"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=f97707a4f96b15a8331a0b3725a43c7717bf068bf9e6c5e885a13dd3016d5cf6
-broken="accounts.go:656:39: too many arguments in call to gClient.UpdateAccount"
+distfiles="https://github.com/McKael/madonctl/archive/refs/tags/v${version}.tar.gz"
+checksum=d930d3dfcfb3fb141098c7c2b0a8cef6f1f938e48e276cefb1bff0e2f093425f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: madonctl: update to 2.3.2.
  2022-08-24  7:21 [PR PATCH] madonctl: update to 2.3.2 Anachron
                   ` (2 preceding siblings ...)
  2022-08-24 21:06 ` paper42
@ 2022-08-24 21:06 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-08-24 21:06 UTC (permalink / raw)
  To: ml

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

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

madonctl: update to 2.3.2.
https://github.com/void-linux/void-packages/pull/38881

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

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

#### 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):
(None)


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

end of thread, other threads:[~2022-08-24 21:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24  7:21 [PR PATCH] madonctl: update to 2.3.2 Anachron
2022-08-24  7:25 ` Anachron
2022-08-24  7:50 ` [PR PATCH] [Updated] " Anachron
2022-08-24 21:06 ` paper42
2022-08-24 21:06 ` [PR PATCH] [Merged]: " paper42

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