diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2017-06-10 15:42:01 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-15 18:36:24 +0700 |
commit | 27cc781ae40f2797ee48cfeb19c439876885096c (patch) | |
tree | 72e71c5786f46b33752b8dba7e9ffabaf3643e43 /python/pypy3/pypy3.SlackBuild | |
parent | 828573d04ece9a955232d19adc04f31ce50a8531 (diff) |
python/pypy3: Updated for version 5.8_beta.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/pypy3/pypy3.SlackBuild')
-rw-r--r-- | python/pypy3/pypy3.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pypy3/pypy3.SlackBuild b/python/pypy3/pypy3.SlackBuild index 5a1e8b3d6b504..0059591cfc4cb 100644 --- a/python/pypy3/pypy3.SlackBuild +++ b/python/pypy3/pypy3.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pypy3 -VERSION=${VERSION:-5.7.1_beta} +VERSION=${VERSION:-5.8_beta} SRCNAM=pypy3.5 SRCVER=$(echo $VERSION | tr '_' '-') BUILD=${BUILD:-1} |