We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b94e39 commit d243c4cCopy full SHA for d243c4c
1 file changed
downloads/install.sh
@@ -117,8 +117,7 @@ esac
117
118
# Check desired version. Default to latest if no desired version was requested
119
if [[ -z $VERSION ]]; then
120
- # 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)
121
- VERSION="v3.6.3"
+ 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)
122
fi
123
124
# Constructing download FILE and URL
0 commit comments