mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/imageloader: Updated for version 0.0.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e023189ab8
commit
1c83b139dc
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for imageloader
|
||||
|
||||
# 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
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=imageloader
|
||||
VERSION=${VERSION:-0.0.4}
|
||||
VERSION=${VERSION:-0.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="imageloader"
|
||||
VERSION="0.0.4"
|
||||
VERSION="0.0.5"
|
||||
HOMEPAGE="https://github.com/saitoha/python-imageloader"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/i/imageloader/imageloader-0.0.4.tar.gz"
|
||||
MD5SUM="e677a30a4d40f5fe5aceb27c02e5e283"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/i/imageloader/imageloader-0.0.5.tar.gz"
|
||||
MD5SUM="f857d5571ae9a559363b83f7055f0a5d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue