summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd4d2aa1357b..0d744ad726bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mastotool
- pkgdesc = a collection of tools to work with your Mastodon account
- pkgver = 0.2.2
+ pkgdesc = A collection of tools to work with your Mastodon account
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/muesli/mastotool
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = mastotool
arch = aarch64
license = MIT
makedepends = go
- source = https://github.com/muesli/mastotool/archive/v0.2.2/mastotool-0.2.2.tar.gz
- sha256sums = 0fb625d9a22cf16d348602bd1660d0e1877c047444848f798f272764be2a424c
+ source = https://github.com/muesli/mastotool/archive/v0.2.3/mastotool-0.2.3.tar.gz
+ sha256sums = cd9c8d65c6e69cf0b559c8925512c139b37970c2cd814645c21fe6d8423f7842
pkgname = mastotool
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"