summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordanieltetraquark2021-08-28 21:34:28 +0200
committerdanieltetraquark2021-08-28 21:34:28 +0200
commitc54c512e19370d5f68ca9d78696a72e45af388b9 (patch)
tree8f2e0996c16c60fd09f57ef3c0c304166f31df9e /PKGBUILD
parent68aee2d3d73f3751bd7a6605148dbbf89899122b (diff)
downloadaur-c54c512e19370d5f68ca9d78696a72e45af388b9.tar.gz
update to 0.28.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cb8322f5c7c..d0ad6811a009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.27.0
+pkgver=0.28.0
pkgrel=1
pkgdesc="a Mastodon CLI client"
depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth' 'python-urwid')
@@ -8,7 +8,7 @@ license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"
source=(https://github.com/ihabunek/${_name}/archive/${pkgver}.zip)
-sha256sums=('4476881d811247fd7099039971b6c907c5d91c9493b07881245f8a2120fd3722')
+sha256sums=('7f9168885924a0143c2b300617a0191ed99b1e4b249581a97e1f5126a2ed500d')
build() {
cd "$pkgname-$pkgver"