summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2020-10-06 04:35:31 +0200
committerChristian Muehlhaeuser2020-10-06 04:35:31 +0200
commit3cc493e75fa2899d2d465381c15bc1034d307cbe (patch)
tree4605b7bdc180b8e8779191ec52a8875c471112d4 /PKGBUILD
parentc1ff7f988495ef4c8c1b75b7f95782e38d861ca2 (diff)
downloadaur-mastotool.tar.gz
Bump to v0.2.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68cc5c37898a..8eb29010d14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Christian Muehlhaeuser <muesli at gmail dot com>
pkgname=mastotool
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
-pkgdesc="a collection of tools to work with your Mastodon account"
+pkgdesc="A collection of tools to work with your Mastodon account"
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/muesli/mastotool"
license=('MIT')
makedepends=('go')
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('0fb625d9a22cf16d348602bd1660d0e1877c047444848f798f272764be2a424c')
+sha256sums=('cd9c8d65c6e69cf0b559c8925512c139b37970c2cd814645c21fe6d8423f7842')
prepare() {
export GOPATH="$srcdir/gopath"