From a4dcb65f83ed6ea76325f5af6c3ad1f363c1fbbe Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 30 Mar 2020 17:59:16 +0200 Subject: [PATCH] Update python-3.7.6 to python-3.7.7 Create bee file with mv python-3.7.6.build.sh python-3.7.7.build.sh and update version. --- python-3.7.6-0.build.sh => python-3.7.7-0.build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename python-3.7.6-0.build.sh => python-3.7.7-0.build.sh (99%) diff --git a/python-3.7.6-0.build.sh b/python-3.7.7-0.build.sh similarity index 99% rename from python-3.7.6-0.build.sh rename to python-3.7.7-0.build.sh index 935c69f..52b1691 100755 --- a/python-3.7.6-0.build.sh +++ b/python-3.7.7-0.build.sh @@ -1,7 +1,7 @@ #! /bin/bash PKG=python -VERSION=3.7.6 +VERSION=3.7.7 BUILD=0 PYTHONVER=${VERSION%.*}