toot: update to 0.44.1.
This commit is contained in:
parent
8464e2770d
commit
6511ea50c6
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'toot'
|
# Template file for 'toot'
|
||||||
pkgname=toot
|
pkgname=toot
|
||||||
version=0.43.0
|
version=0.44.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
_depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth
|
_depends="python3-click python3-requests python3-BeautifulSoup4 python3-wcwidth
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://toot.bezdomni.net"
|
homepage="https://toot.bezdomni.net"
|
||||||
changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/ihabunek/toot/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/t/toot/toot-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/toot/toot-${version}.tar.gz"
|
||||||
checksum=6aa84c4b8df6e2214a3e735142bf5bd57b3b10aa08e35579425c5dbe3bc25ae7
|
checksum=2887ba4c81c0a28448b260804ba6ac1f16178c188cd3a04621912acf764c9bd7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
for shell in bash zsh fish; do
|
for shell in bash zsh fish; do
|
||||||
|
|
Loading…
Reference in New Issue