python/pickleshare: Updated for version 0.7.5.

This commit is contained in:
Benjamin Trigona-Harany 2018-10-04 23:48:19 -07:00 committed by Willy Sudiarto Raharjo
parent 3c1e86444e
commit 3c72303939
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pickleshare
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# 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=pickleshare
VERSION=${VERSION:-0.7.4}
VERSION=${VERSION:-0.7.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="pickleshare"
VERSION="0.7.4"
VERSION="0.7.5"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/pickleshare/pickleshare/archive/0.7.4/pickleshare-0.7.4.tar.gz"
MD5SUM="edd1fc04bc12d9748c852218d2cb86fd"
DOWNLOAD="https://github.com/pickleshare/pickleshare/archive/0.7.5/pickleshare-0.7.5.tar.gz"
MD5SUM="79387de9fd8cc26e29d5cae9fc2fab9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pathlib"