mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
office/etmtk: Updated for version 3.2.39.
New dependency: python-ruamel.yaml Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9fe01baa56
commit
09346c2f46
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for etmtk
|
||||
|
||||
# Copyright 2016-2021 Jostein Berntsen <jvbernts@online.no>
|
||||
# Copyright 2016-2022 Jostein Berntsen <jvbernts@online.no>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=etmtk
|
||||
VERSION=${VERSION:-3.2.37}
|
||||
VERSION=${VERSION:-3.2.39}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="etmtk"
|
||||
VERSION="3.2.37"
|
||||
VERSION="3.2.39"
|
||||
HOMEPAGE="http://people.duke.edu/~dgraham/etmtk/"
|
||||
DOWNLOAD="https://github.com/dagraham/etm-tk/releases/download/v3.2.37/etmtk-3.2.37.tar.gz"
|
||||
MD5SUM="46c776a7de9ada38555b28c52d4b330d"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/7d/99/927f845552c313b89d04a2a7a5aa6cfe922ec7c68f172d5261631a50069f/etmtk-3.2.39.tar.gz"
|
||||
MD5SUM="b52b9a851a7d8caa2f2511cb820c9f94"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python2-dateutil python2-PyYAML"
|
||||
REQUIRES="python2-dateutil python2-PyYAML python-ruamel.yaml"
|
||||
MAINTAINER="Jostein Berntsen"
|
||||
EMAIL="jvbernts@online.no"
|
||||
|
|
Loading…
Reference in a new issue