Skip to content

Commit 8aa1d33

Browse files
Merge pull request #210 from spinframework/pin-latest-until-4.0
Pin to v3.6.3 until 4.0 is announced
2 parents 0b5fdb6 + 03b98b5 commit 8aa1d33

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

downloads/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ esac
117117

118118
# Check desired version. Default to latest if no desired version was requested
119119
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)
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"
121122
fi
122123

123124
# Constructing download FILE and URL

0 commit comments

Comments
 (0)