diff options
author | Tonus <tonus1@free.fr> | 2023-10-06 21:56:20 +0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 15:58:30 +0700 |
commit | a343ccb173b388afa25dfd4ebc6af5bcd4cb7196 (patch) | |
tree | 4e7fbf4c9511424a1c2a469e18fdc7a9eaa45dc3 /office | |
parent | fe55d1868a4b1a76bcae876864d1d83d7a13117b (diff) |
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>
Diffstat (limited to 'office')
-rw-r--r-- | office/khal/khal.SlackBuild | 4 | ||||
-rw-r--r-- | office/khal/khal.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/khal/khal.SlackBuild b/office/khal/khal.SlackBuild index 981b93a771671..c5e3b8966a863 100644 --- a/office/khal/khal.SlackBuild +++ b/office/khal/khal.SlackBuild @@ -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} diff --git a/office/khal/khal.info b/office/khal/khal.info index 182dfd5dd90a5..36c9ee6fd6661 100644 --- a/office/khal/khal.info +++ b/office/khal/khal.info @@ -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" |