summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2023-06-29 02:44:02 +0200
committerdanieltetraquark2023-06-29 02:44:02 +0200
commitd918daa917dbd7a14ae323c4eab41397bbc1279b (patch)
tree15e448fd1ff0b2bdbc6cacf275213b8445cc8df4
parent1faec3ca55090afaace3cf157268815124c4f327 (diff)
downloadaur-d918daa917dbd7a14ae323c4eab41397bbc1279b.tar.gz
update to 0.37.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2567a99b1a81..d262345ecaef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.36.0
+ pkgver = 0.37.0
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.36.0.zip
- sha256sums = f7e22393180ded59b6e68ec4adaa77059923df5d4b02c3c8c8aa2b91f0fa8741
+ source = https://github.com/ihabunek/toot/archive/0.37.0.zip
+ sha256sums = 39bda4c9d736341045d3bc88aae77a3b1aff244dc3e096dccc44adcd1cd35341
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index b56bfcfcd5cb..42572ffb5834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.36.0
+pkgver=0.37.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=('f7e22393180ded59b6e68ec4adaa77059923df5d4b02c3c8c8aa2b91f0fa8741')
+sha256sums=('39bda4c9d736341045d3bc88aae77a3b1aff244dc3e096dccc44adcd1cd35341')
build() {
cd "$pkgname-$pkgver"