madonctl: unbreak, update to 2.3.2

This commit is contained in:
Anachron 2022-08-24 09:50:30 +02:00 committed by Michal Vasilek
parent ff0e0c4cd7
commit 1cc4d2c6bb
1 changed files with 4 additions and 6 deletions

View File

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