mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/libearth: Updated for version 0.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
52f261fa6f
commit
d4ab5bf88f
2 changed files with 4 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libearth
|
||||
VERSION=${VERSION:-0.1.2}
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
PRGNAM="libearth"
|
||||
VERSION="0.1.2"
|
||||
VERSION="0.2.0"
|
||||
HOMEPAGE="http://libearth.earthreader.org/"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/libearth/libearth-0.1.2.tar.gz"
|
||||
MD5SUM="52749b8905c60e544d3c8a33dc6fefe8"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/l/libearth/libearth-0.2.0.tar.gz"
|
||||
MD5SUM="9ab0bf0b94671091a4e6f3d0ab042ccf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="futures"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
||||
|
|
Loading…
Reference in a new issue