Skip to content

Commit c286001

Browse files
Merge pull request #1619 from fermyon/free-4.0
Viva la 4.0
2 parents 799a7a0 + 380ea6c commit c286001

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

downloads/fwf_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ esac
105105

106106
# Check desired version. Default to latest if no desired version was requested
107107
if [[ $VERSION = "" ]]; then
108-
# 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)
109-
VERSION="v3.6.3"
108+
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)
110109
fi
111110

112111
# Constructing download FILE and URL

downloads/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ 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)
121-
VERSION="v3.6.3"
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)
122121
fi
123122

124123
# Constructing download FILE and URL

0 commit comments

Comments
 (0)