Browse Source
python/curtsies: Updated for version 0.4.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Dimitris Zlatanidis
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
python/curtsies/curtsies.SlackBuild
-
python/curtsies/curtsies.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for curtsies |
|
|
|
|
|
|
|
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=curtsies |
|
|
|
VERSION=${VERSION:-0.3.10} |
|
|
|
VERSION=${VERSION:-0.4.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="curtsies" |
|
|
|
VERSION="0.3.10" |
|
|
|
VERSION="0.4.1" |
|
|
|
HOMEPAGE="https://github.com/thomasballinger/curtsies" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/b0/26/49fcac52193a33f024c36bc5a7f6d43fa3cecfecac307170a277b477aeba/curtsies-0.3.10.tar.gz" |
|
|
|
MD5SUM="e067b1e700b76bca45415645a85ba27c" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/4e/43/838c06297741002403835436bba88c38d0a42ed9ce3e39a61de73e4cb4d0/curtsies-0.4.1.tar.gz" |
|
|
|
MD5SUM="9074bb9944ef084c194a187b475fdd59" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="blessings cwcwidth" |
|
|
|