summaryrefslogtreecommitdiffstats
path: root/development/bpython/bpython.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2022-06-27 22:22:36 +0200
committer Willy Sudiarto Raharjo2022-07-02 04:55:46 +0200
commit5804d0f7e99be44ed3a74f4d8acd1030946bfccc (patch)
tree6cc745e4e5581fa7f0882163a4f84ac49e45d4d6 /development/bpython/bpython.SlackBuild
parent11094ff060904be338aba844d4c2547ed1482086 (diff)
downloadslackbuilds-5804d0f7e99be44ed3a74f4d8acd1030946bfccc.tar.gz
development/bpython: Updated for version 0.22.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bpython/bpython.SlackBuild')
-rw-r--r--development/bpython/bpython.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild
index f6dab520d6..afaaad9007 100644
--- a/development/bpython/bpython.SlackBuild
+++ b/development/bpython/bpython.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for bpython
-# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# Written by vvoody <vvoodywang@gmail.com>
# All rights reserved.
#
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bpython
-VERSION=${VERSION:-0.21}
+VERSION=${VERSION:-0.22.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}