toot: update to 0.38.1.
This commit is contained in:
parent
52dea0a090
commit
049d3c9b46
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'toot'
|
||||
pkgname=toot
|
||||
version=0.37.0
|
||||
version=0.38.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-BeautifulSoup4 python3-requests python3-wcwidth
|
||||
python3-urwid"
|
||||
python3-urwid python3-tomlkit"
|
||||
checkdepends="${depends} python3-psycopg2 python3-pytest-xdist"
|
||||
short_desc="Mastodon CLI client"
|
||||
maintainer="Jon Levin <jon@jefferiestube.net>"
|
||||
|
@ -13,4 +13,4 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://toot.bezdomni.net"
|
||||
changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/ihabunek/toot/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=0a77bb5f4c4f0a0aa22d1cd292312096f6dc5164922184135a483fc41ae014e4
|
||||
checksum=686396be87746c7cdee70739deaac79f36d2e8993198255ab178b506d6f45dc1
|
||||
|
|
Loading…
Reference in New Issue