summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2022-12-12 16:39:19 +0100
committerdanieltetraquark2022-12-12 16:39:19 +0100
commit825ecf900e932192f1a8fc89b0cdb4197c6baca9 (patch)
treede85709377387d9c33802be868158496f5ab0330
parentb35f9d5a9ab6d0a9a64faba6f5e03ce7792002d0 (diff)
downloadaur-825ecf900e932192f1a8fc89b0cdb4197c6baca9.tar.gz
update to 0.32.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bac9103f26e3..35ac607522da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.31.0
+ pkgver = 0.32.1
pkgrel = 1
url = https://github.com/ihabunek/toot
arch = any
@@ -10,7 +10,7 @@ pkgbase = toot
depends = python-beautifulsoup4
depends = python-wcwidth
depends = python-urwid
- source = https://github.com/ihabunek/toot/archive/0.31.0.zip
- sha256sums = 31a01b1119d095ff4ee494239da5a04a8309f1d6a87ba603f59e339e7344f312
+ source = https://github.com/ihabunek/toot/archive/0.32.1.zip
+ sha256sums = e6ee3b8813b060893acdb1a049ab567de3159bbb239b47d04909ed0ebb89019d
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index b6ad8588f959..d9bcfb428bb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.31.0
+pkgver=0.32.1
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=('31a01b1119d095ff4ee494239da5a04a8309f1d6a87ba603f59e339e7344f312')
+sha256sums=('e6ee3b8813b060893acdb1a049ab567de3159bbb239b47d04909ed0ebb89019d')
build() {
cd "$pkgname-$pkgver"