From 3a0c02af213b9838d8d5982c97d23f78d0968b09 Mon Sep 17 00:00:00 2001 From: Erlend Klakegg Bergheim Date: Wed, 24 Feb 2021 07:48:43 +0100 Subject: [PATCH] Bumping versions. --- .gitignore | 3 ++- src/fetcher/common/320-schunit.sh | 2 +- src/fetcher/linux-amd64/600-hugo.sh | 2 +- src/fetcher/macos-amd64/600-hugo.sh | 2 +- src/fetcher/win-amd64/600-hugo.sh | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index fd9ed0f..21723ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target -tmp \ No newline at end of file +tmp +.vscode \ No newline at end of file diff --git a/src/fetcher/common/320-schunit.sh b/src/fetcher/common/320-schunit.sh index 5915a48..c0dc2a0 100644 --- a/src/fetcher/common/320-schunit.sh +++ b/src/fetcher/common/320-schunit.sh @@ -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 \ diff --git a/src/fetcher/linux-amd64/600-hugo.sh b/src/fetcher/linux-amd64/600-hugo.sh index 82e6f57..da520f2 100644 --- a/src/fetcher/linux-amd64/600-hugo.sh +++ b/src/fetcher/linux-amd64/600-hugo.sh @@ -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 \ diff --git a/src/fetcher/macos-amd64/600-hugo.sh b/src/fetcher/macos-amd64/600-hugo.sh index 0d0973f..ef6531f 100644 --- a/src/fetcher/macos-amd64/600-hugo.sh +++ b/src/fetcher/macos-amd64/600-hugo.sh @@ -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 diff --git a/src/fetcher/win-amd64/600-hugo.sh b/src/fetcher/win-amd64/600-hugo.sh index 0ce997f..0972045 100644 --- a/src/fetcher/win-amd64/600-hugo.sh +++ b/src/fetcher/win-amd64/600-hugo.sh @@ -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