summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-04-08 17:43:15 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-04-08 17:45:42 -0400
commitf55ac590b3a4c9316305109f43055f3cdfed7166 (patch)
tree30aaa882f63ea3ffcde8d1e6b6c1e495abd5fb5e
parent9ad5b92edf7cfee20785d220ed9db422dc8ad38c (diff)
[toot]: upgrade to v0.25.2
-rw-r--r--pcr/toot/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/toot/PKGBUILD b/pcr/toot/PKGBUILD
index d9a407ed8..c093f5388 100644
--- a/pcr/toot/PKGBUILD
+++ b/pcr/toot/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=toot
-pkgver=0.25.0
+pkgver=0.25.2
pkgrel=1
pkgdesc="CLI and TUI clients for Mastodon federated services"
arch=('any')
@@ -13,7 +13,7 @@ depends=('python>=3.8' 'python<3.9'
'python-requests' 'python-beautifulsoup4' 'python-urwid' 'python-wcwidth')
source=(https://github.com/ihabunek/toot/archive/${pkgver}.tar.gz)
-sha256sums=('dba7aecc748ff574ab2b23aee150724b61730f7547c4c65acf56af1ebd793741')
+sha256sums=('9dfba770da228b81ded867da8aaf7a0c20410563959e851f3bdd648715b6cdd3')
_release=${pkgname}-${pkgver}