summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordanieltetraquark2022-11-29 14:42:49 +0100
committerdanieltetraquark2022-11-29 14:42:49 +0100
commitbd11fcf52611014ddeae7c3f703c300ec2c4d453 (patch)
tree3f16fc1a86d2141ccd4173ef846f93113ab57a28 /PKGBUILD
parentcad4b990db0e3d8a6b7608a72a55ed8b54abd94f (diff)
downloadaur-bd11fcf52611014ddeae7c3f703c300ec2c4d453.tar.gz
update to 0.30.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de93a90a6d90..12a8275f372a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.29.0
+pkgver=0.30.0
pkgrel=1
pkgdesc="a Mastodon CLI client"
makedepends=('python-setuptools')
@@ -9,7 +9,7 @@ license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"
source=(https://github.com/ihabunek/${_name}/archive/${pkgver}.zip)
-sha256sums=('7aec26e51b89f76e4d89bc6a692877b993e8f7e954802c9d334752ed6d8815d8')
+sha256sums=('eb061cceacd80d48188c3e65b077b491eb9558dbc646a5257644d3e585c9942d')
build() {
cd "$pkgname-$pkgver"