diff options
-rw-r--r-- | pcr/toot/PKGBUILD | 4 |
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} |