From a62b036d637362012bd038376cbd3bfadd2a406c Mon Sep 17 00:00:00 2001 From: Jeremy Mordkoff Date: Fri, 23 Dec 2016 16:16:49 -0500 Subject: [PATCH] new platform release that fixes build issues with release repo and python3 lxml - no runtime code changes Signed-off-by: Jeremy Mordkoff --- BUILD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.sh b/BUILD.sh index 996e7af1..345a855f 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -114,10 +114,10 @@ fi if [[ $PLATFORM == ub16 ]]; then PLATFORM_REPOSITORY=${1:-OSM} - PLATFORM_VERSION=${2:-4.3.1.0.50309} + PLATFORM_VERSION=${2:-4.3.1.0.53704} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.3.1.0.50310} + PLATFORM_VERSION=${2:-4.3.1.0.53705} else echo "Internal error: unknown platform $PLATFORM" exit 1 -- 2.25.1