toot: update to 0.24.0.
This commit is contained in:
parent
157886146f
commit
bf434c7882
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'toot'
|
# Template file for 'toot'
|
||||||
pkgname=toot
|
pkgname=toot
|
||||||
version=0.22.0
|
version=0.24.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="toot"
|
pycompile_module="toot"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth"
|
depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth
|
||||||
|
python3-urwid"
|
||||||
short_desc="Mastodon CLI client"
|
short_desc="Mastodon CLI client"
|
||||||
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/ihabunek/toot"
|
homepage="https://github.com/ihabunek/toot"
|
||||||
distfiles="https://github.com/ihabunek/toot/archive/${version}.tar.gz"
|
distfiles="https://github.com/ihabunek/toot/archive/${version}.tar.gz"
|
||||||
checksum=1d1a7596689ed21562cf4fd8514d76d5f19e98e02bd3ada10c44ad0cf0edd3c5
|
checksum=645db4d1284cde8d29de1e6852efcb84284e66b55a1847c71b7f32a6ebe658ee
|
||||||
|
|
Loading…
Reference in New Issue