mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/pickleshare: Updated for version 0.7.5.
This commit is contained in:
parent
3c1e86444e
commit
3c72303939
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue