system/TermRecord: Updated for version 1.2.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
d88568ea35
commit
c1ce0bfdaf
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for TermRecord
|
||||
|
||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=TermRecord
|
||||
VERSION=${VERSION:-1.2.4}
|
||||
VERSION=${VERSION:-1.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="TermRecord"
|
||||
VERSION="1.2.4"
|
||||
VERSION="1.2.5"
|
||||
HOMEPAGE="https://github.com/theonewolf/TermRecord"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/T/TermRecord/TermRecord-1.2.4.tar.gz"
|
||||
MD5SUM="bb416b214c6c7d8dc63ae42c6b1e8460"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/54/72/59139ff485c52ea829fb8e3c846c04c01ef513ad2b3f07d0594a4b6e9bad/TermRecord-1.2.5.tar.gz"
|
||||
MD5SUM="3fbda3cfbde39f06033954c3d561894f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Jinja2"
|
||||
|
|
Loading…
Reference in New Issue