mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/redo: Updated for version 0.42d.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eaee7ea346
commit
b51acdb58d
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=redo
|
||||
VERSION=${VERSION:-0.42c}
|
||||
VERSION=${VERSION:-0.42d}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="redo"
|
||||
VERSION="0.42c"
|
||||
VERSION="0.42d"
|
||||
HOMEPAGE="https://redo.readthedocs.io"
|
||||
DOWNLOAD="https://github.com/apenwarr/redo/archive/redo-0.42c.tar.gz"
|
||||
MD5SUM="8f46244d6e2760c089c8efac521f639a"
|
||||
DOWNLOAD="https://github.com/apenwarr/redo/archive/redo-0.42d/redo-0.42d.tar.gz"
|
||||
MD5SUM="ccea62f43c6911955517cae03781ac8f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Markdown BeautifulSoup"
|
||||
REQUIRES="BeautifulSoup4"
|
||||
MAINTAINER="Jeff Parent"
|
||||
EMAIL="jeff+SBo@sh0.xyz"
|
||||
|
|
Loading…
Reference in a new issue