diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-12-13 22:27:01 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:30 +0700 |
commit | bbc3f11ca29c0c526d9d99796125d361f45a0b1a (patch) | |
tree | 11dcc6628b24700de18a3173cc78b514deeacacb /python/testpath | |
parent | bbad4d2f2325d322e65edb217b5fd444494949f4 (diff) | |
download | slackbuilds-bbc3f11ca29c0c526d9d99796125d361f45a0b1a.tar.gz |
python/testpath: Updated for version 0.4.4.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Diffstat (limited to 'python/testpath')
-rw-r--r-- | python/testpath/testpath.SlackBuild | 2 | ||||
-rw-r--r-- | python/testpath/testpath.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/testpath/testpath.SlackBuild b/python/testpath/testpath.SlackBuild index 4eb82acc84..3a8e585db1 100644 --- a/python/testpath/testpath.SlackBuild +++ b/python/testpath/testpath.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=testpath -VERSION=${VERSION:-0.4.2} +VERSION=${VERSION:-0.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/testpath/testpath.info b/python/testpath/testpath.info index a6cd5dbe9c..b037a7c944 100644 --- a/python/testpath/testpath.info +++ b/python/testpath/testpath.info @@ -1,8 +1,8 @@ PRGNAM="testpath" -VERSION="0.4.2" +VERSION="0.4.4" HOMEPAGE="https://github.com/jupyter/testpath" -DOWNLOAD="https://github.com/jupyter/testpath/archive/0.4.2/testpath-0.4.2.tar.gz" -MD5SUM="2f0971fb3f497275f5763c137c3380af" +DOWNLOAD="https://github.com/jupyter/testpath/archive/0.4.4/testpath-0.4.4.tar.gz" +MD5SUM="4d7795541fccebd2be9818aead36caf1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |