diff options
-rw-r--r-- | network/toot/toot.SlackBuild | 4 | ||||
-rw-r--r-- | network/toot/toot.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/toot/toot.SlackBuild b/network/toot/toot.SlackBuild index e1e0e8701f..9d054974c0 100644 --- a/network/toot/toot.SlackBuild +++ b/network/toot/toot.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for toot -# Copyright 2022-2023, Kevin Bryant <sultmhoor+SB@gmail.com>, Michigan, US +# Copyright 2022-2024, Kevin Bryant <sultmhoor+SB@gmail.com>, Michigan, US # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=toot -VERSION=${VERSION:-0.38.2} +VERSION=${VERSION:-0.41.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/toot/toot.info b/network/toot/toot.info index 80a709b3ad..3f62da853f 100644 --- a/network/toot/toot.info +++ b/network/toot/toot.info @@ -1,10 +1,10 @@ PRGNAM="toot" -VERSION="0.38.2" +VERSION="0.41.1" HOMEPAGE="https://github.com/ihabunek/toot" -DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.38.2/toot-0.38.2.tar.gz" -MD5SUM="33f45beb5295fa0bcf989ce0b9a543ef" +DOWNLOAD="https://github.com/ihabunek/toot/releases/download/0.41.1/toot-0.41.1.tar.gz" +MD5SUM="a6dfd7c8e5bb78571049be71d4eb5445" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="BeautifulSoup4 python3-wcwidth python-urwid" +REQUIRES="BeautifulSoup4 python3-wcwidth python-urwid python3-tomlkit" MAINTAINER="Kevin Bryant" EMAIL="sultmhoor+SB@gmail.com" |