From 80bf1e9150c6f8c1807657089698224bf4d66c9c Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 30 Apr 2019 16:27:12 +0200 Subject: [PATCH] python-3.7.3-0: Update version and build number --- python-3.7.3-0.build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-3.7.3-0.build.sh b/python-3.7.3-0.build.sh index f739e04..d6e463e 100755 --- a/python-3.7.3-0.build.sh +++ b/python-3.7.3-0.build.sh @@ -1,8 +1,8 @@ #! /bin/bash PKG=python -VERSION=3.7.1 -BUILD=2 +VERSION=3.7.3 +BUILD=0 PREFIX=/pkg/$PKG-$VERSION-$BUILD if [ -n "$TESTING" ]; then PREFIX=/dev/shm/$PKG-$VERSION-$BUILD ; fi