diff --git a/downloads/fwf_install.sh b/downloads/fwf_install.sh index 3db12256a..f21b7c260 100644 --- a/downloads/fwf_install.sh +++ b/downloads/fwf_install.sh @@ -105,7 +105,8 @@ esac # Check desired version. Default to latest if no desired version was requested if [[ $VERSION = "" ]]; then - VERSION=$(curl -so- https://github.com/spinframework/spin/releases | grep 'href="/spinframework/spin/releases/tag/v[0-9]*.[0-9]*.[0-9]*\"' | sed -E 's/.*\/spinframework\/spin\/releases\/tag\/(v[0-9\.]+)".*/\1/g' | head -1) + # VERSION=$(curl -so- https://github.com/spinframework/spin/releases | grep 'href="/spinframework/spin/releases/tag/v[0-9]*.[0-9]*.[0-9]*\"' | sed -E 's/.*\/spinframework\/spin\/releases\/tag\/(v[0-9\.]+)".*/\1/g' | head -1) + VERSION="v3.6.3" fi # Constructing download FILE and URL diff --git a/downloads/install.sh b/downloads/install.sh index 468907c50..120030d75 100755 --- a/downloads/install.sh +++ b/downloads/install.sh @@ -117,7 +117,8 @@ esac # Check desired version. Default to latest if no desired version was requested if [[ -z $VERSION ]]; then - VERSION=$(curl -so- https://github.com/spinframework/spin/releases | grep 'href="/spinframework/spin/releases/tag/v[0-9]*.[0-9]*.[0-9]*\"' | sed -E 's/.*\/spinframework\/spin\/releases\/tag\/(v[0-9\.]+)".*/\1/g' | head -1) + # VERSION=$(curl -so- https://github.com/spinframework/spin/releases | grep 'href="/spinframework/spin/releases/tag/v[0-9]*.[0-9]*.[0-9]*\"' | sed -E 's/.*\/spinframework\/spin\/releases\/tag\/(v[0-9\.]+)".*/\1/g' | head -1) + VERSION="v3.6.3" fi # Constructing download FILE and URL