pyradio: update to 0.9.2.2.

This commit is contained in:
Eloi Torrents 2023-04-01 09:07:38 +02:00 committed by Chocimier
parent 58c3d6d00e
commit 36a80042d7
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pyradio'
pkgname=pyradio
version=0.9.2.1
revision=2
version=0.9.2.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-requests python3-dnspython python3-psutil python3-rich"
@ -11,7 +11,7 @@ license="MIT"
homepage="http://www.coderholic.com/pyradio/"
changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog"
distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz"
checksum=79a000b1e3106afc5ad09b1c71556f6b9ff6a818f09230bfd592c8b3927cc7f1
checksum=bc92c6e1364d6867244500924a00ae5a918a58c29138484872e0dd168891762b
make_check=no # pytest reports "no tests ran"
post_install() {