Skip to content

Commit

Permalink
Bumping versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Feb 24, 2021
1 parent 1dbfc97 commit 3a0c02a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target
tmp
tmp
.vscode
2 changes: 1 addition & 1 deletion src/fetcher/common/320-schunit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
set -u

VERSION=${SCHUNIT_VERSION:-"0.2.1"}
VERSION=${SCHUNIT_VERSION:-"0.3.0"}

# Download
download schunit-cli-${VERSION}-dist.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.80.0"}
VERSION=${HUGO_VERSION:-"0.81.0"}

# Download
download hugo_${VERSION}_Linux-64bit.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.80.0"}
VERSION=${HUGO_VERSION:-"0.81.0"}

# MacOS
mkdir -p $DIST/lib/hugo
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.80.0"}
VERSION=${HUGO_VERSION:-"0.81.0"}

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

0 comments on commit 3a0c02a

Please sign in to comment.