From 4c50ef8f0454012df0fb0b3900df1cdb97b5ec9c Mon Sep 17 00:00:00 2001 From: Jonathan Porta Date: Fri, 24 Feb 2017 10:38:18 -0700 Subject: [PATCH] Bump to latest version of Unity Also, added a comment to make it a little more clear where to get these values for future version bumps. --- Scripts/install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Scripts/install.sh b/Scripts/install.sh index f872c74..eef2c71 100755 --- a/Scripts/install.sh +++ b/Scripts/install.sh @@ -1,8 +1,10 @@ #! /bin/sh +# Release details as of 2/24/17: http://download.unity3d.com/download_unity/3829d7f588f3/unity-5.5.2f1-osx.ini +# Thanks to vergenzt for find this info. Writeup here: https://github.com/JonathanPorta/ci-build/pull/3#issue-132893904 BASE_URL=http://netstorage.unity3d.com/unity -HASH=649f48bbbf0f -VERSION=5.4.1f1 +HASH=3829d7f588f3 +VERSION=5.5.2f1 download() { file=$1 @@ -27,4 +29,3 @@ install "MacEditorInstaller/Unity-$VERSION.pkg" install "MacEditorTargetInstaller/UnitySetup-Windows-Support-for-Editor-$VERSION.pkg" install "MacEditorTargetInstaller/UnitySetup-Mac-Support-for-Editor-$VERSION.pkg" install "MacEditorTargetInstaller/UnitySetup-Linux-Support-for-Editor-$VERSION.pkg" -