libraries/Kivy: Updated for version 1.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
531fc0074f
commit
00f95c8247
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Kivy
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=Kivy
|
||||
SRCNAM=${PRGNAM,,}
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
VERSION=${VERSION:-1.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Kivy"
|
||||
VERSION="1.8.0"
|
||||
VERSION="1.9.0"
|
||||
HOMEPAGE="http://kivy.org"
|
||||
DOWNLOAD="https://github.com/kivy/kivy/archive/1.8.0.tar.gz"
|
||||
MD5SUM="32e5807a602246ff0aa32673d2c4477d"
|
||||
DOWNLOAD="https://github.com/kivy/kivy/archive/1.9.0.tar.gz"
|
||||
MD5SUM="b1a9da71e0e9c60c391e1fa9f6d8752c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Cython"
|
||||
|
|
Loading…
Reference in New Issue