office/khal: Updated for version 0.11.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tonus 2023-10-06 21:56:20 +08:00 committed by Willy Sudiarto Raharjo
parent fe55d1868a
commit a343ccb173
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -31,8 +31,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=khal
VERSION=${VERSION:-0.11.1}
BUILD=${BUILD:-3}
VERSION=${VERSION:-0.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="khal"
VERSION="0.11.1"
VERSION="0.11.2"
HOMEPAGE="https://github.com/pimutils/khal/"
DOWNLOAD="https://files.pythonhosted.org/packages/15/4f/c547cff823256abbbc4810b1c19bbe0813e1e58cca6f05eb51478920ef36/khal-0.11.1.tar.gz"
MD5SUM="1cdb0bc01cf529fbc884532f709d82d6"
DOWNLOAD="https://files.pythonhosted.org/packages/68/ac/e94853c63676a536b3cdd758442a5df678bbe42eed06e46673fc5ba97d72/khal-0.11.2.tar.gz"
MD5SUM="5022402c0954fd16a49812942341f162"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-dateutil icalendar python3-atomicwrites configobj tzlocal click click-log"