Skip to content

Commit

Permalink
Bumping versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed May 2, 2021
1 parent 3a0c02a commit b6f0356
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/fetcher/common/200-jruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u


VERSION=${JRUBY_VERSION:-"9.2.14.0"}
VERSION=${JRUBY_VERSION:-"9.2.17.0"}

# Download
download jruby-dist-${VERSION}-bin.zip \
Expand Down
2 changes: 1 addition & 1 deletion src/fetcher/linux-amd64/100-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u


VERSION=${JAVA_VERSION:-"8u282-b08"}
VERSION=${JAVA_VERSION:-"8u292-b10"}

# Download
download adoptopenjdk-x64-linux-jre-${VERSION}.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion src/fetcher/linux-amd64/600-hugo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u


VERSION=${HUGO_VERSION:-"0.81.0"}
VERSION=${HUGO_VERSION:-"0.83.1"}

# Download
download hugo_${VERSION}_Linux-64bit.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion src/fetcher/macos-amd64/100-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u


VERSION=${JAVA_VERSION:-"8u282-b08"}
VERSION=${JAVA_VERSION:-"8u292-b10"}

# Download
download adoptopenjdk-x64-mac-jre-${VERSION}.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion src/fetcher/macos-amd64/600-hugo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u


VERSION=${HUGO_VERSION:-"0.81.0"}
VERSION=${HUGO_VERSION:-"0.83.1"}

# MacOS
mkdir -p $DIST/lib/hugo
Expand Down
2 changes: 1 addition & 1 deletion src/fetcher/win-amd64/100-java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u


VERSION=${JAVA_VERSION:-"8u282-b08"}
VERSION=${JAVA_VERSION:-"8u292-b10"}

# Download
download adoptopenjdk-x64-windows-jre-${VERSION}.zip \
Expand Down
2 changes: 1 addition & 1 deletion src/fetcher/win-amd64/600-hugo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -u


VERSION=${HUGO_VERSION:-"0.81.0"}
VERSION=${HUGO_VERSION:-"0.83.1"}

# Win64
mkdir -p $DIST/lib/hugo
Expand Down

0 comments on commit b6f0356

Please sign in to comment.