From f18f84f69e3bafb99b63c42e709033bb7586f34b Mon Sep 17 00:00:00 2001 From: John Bintz <27256+johnbintz@users.noreply.github.com> Date: Tue, 28 Jul 2020 06:59:12 -0400 Subject: [PATCH] 0.74.3 --- .sandstorm/app-marketing-version | 2 +- .sandstorm/changelog.md | 4 ++++ .sandstorm/sandstorm-files.list | 9 +++++---- .sandstorm/sandstorm-pkgdef.capnp | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 +- bin/test_hugo | 12 ++++++++++++ bin/upgrade_hugo | 4 +--- hugo-version | 2 +- 9 files changed, 30 insertions(+), 11 deletions(-) create mode 100755 bin/test_hugo diff --git a/.sandstorm/app-marketing-version b/.sandstorm/app-marketing-version index 72dba85..5aa0d0c 100644 --- a/.sandstorm/app-marketing-version +++ b/.sandstorm/app-marketing-version @@ -1 +1 @@ -0.74.2~2020-07-17 +0.74.3~2020-07-28 diff --git a/.sandstorm/changelog.md b/.sandstorm/changelog.md index 0e35ac0..ad88318 100644 --- a/.sandstorm/changelog.md +++ b/.sandstorm/changelog.md @@ -1,3 +1,7 @@ +# V0.74.3-2020-07-28 + +* Upgrade Hugo to 0.74.3 + # V0.69.0~2020-04-21 * Upgrade Hugo to 0.69.0. diff --git a/.sandstorm/sandstorm-files.list b/.sandstorm/sandstorm-files.list index 2925993..6f61cd3 100644 --- a/.sandstorm/sandstorm-files.list +++ b/.sandstorm/sandstorm-files.list @@ -90,13 +90,13 @@ lib64/ld-linux-x86-64.so.2 opt/app opt/app/.babelrc opt/app/.cloudcmd.menu.js -opt/app/.nuxt/dist/0.nuxt.bundle.ba525f7db485e1e5684e.js +opt/app/.nuxt/dist/0.nuxt.bundle.eae3a1c365d9d609bffc.js opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js opt/app/.nuxt/dist/index.html -opt/app/.nuxt/dist/manifest.04eaf3cc4c69ee5a3de6.js -opt/app/.nuxt/dist/nuxt.bundle.31e4e1622a1e541a6dc3.js +opt/app/.nuxt/dist/manifest.85bd29e3c71de9bcc2d9.js +opt/app/.nuxt/dist/nuxt.bundle.feb4645ff776dbf7a7e3.js opt/app/.nuxt/dist/server-bundle.json -opt/app/.nuxt/dist/vendor.bundle.04eaf3cc4c69ee5a3de6.js +opt/app/.nuxt/dist/vendor.bundle.85bd29e3c71de9bcc2d9.js opt/app/.sandstorm/launcher.sh opt/app/README.md opt/app/hugo-version @@ -4018,6 +4018,7 @@ usr/lib/node_modules/npm/lib/utils/no-progress-while-running.js usr/lib/node_modules/npm/lib/utils/output.js usr/lib/node_modules/npm/lib/utils/parse-json.js usr/lib/node_modules/npm/lib/utils/perf.js +usr/lib/node_modules/npm/lib/utils/replace-info.js usr/lib/node_modules/npm/lib/utils/spawn.js usr/lib/node_modules/npm/lib/utils/umask.js usr/lib/node_modules/npm/lib/utils/unsupported.js diff --git a/.sandstorm/sandstorm-pkgdef.capnp b/.sandstorm/sandstorm-pkgdef.capnp index 034fc38..bc71a1d 100644 --- a/.sandstorm/sandstorm-pkgdef.capnp +++ b/.sandstorm/sandstorm-pkgdef.capnp @@ -19,7 +19,7 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Hugo"), - appVersion = 12, # Increment this for every release. + appVersion = 13, # Increment this for every release. appMarketingVersion = (defaultText = (embed "app-marketing-version")), # Human-readable representation of appVersion. Should match the way you diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e98eb..c0a60a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.74.3 (2020-07-28) + +* Upgrade Hugo to 0.74.3 + ## 0.69.0 (2020-04-21) ### Enhancements diff --git a/README.md b/README.md index 062d388..7380dee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Hugo Sandstorm package This is the [Sandstorm](https://sandstorm.io) package of [Hugo](https://gohugo.io/). -The version of Hugo in this build is 0.69.0. +The version of Hugo in this build is listed in `hugo-version`. ## Development diff --git a/bin/test_hugo b/bin/test_hugo new file mode 100755 index 0000000..92fd769 --- /dev/null +++ b/bin/test_hugo @@ -0,0 +1,12 @@ +#!/bin/bash + +cd .sandstorm +vagrant destroy -f +cd .. +vagrant-spk vm up +xdg-open http://local.sandstorm.io:6080/ +vagrant-spk dev + +echo "If everything went well:" +echo +echo "vagrant-spk pack ../hugo-sandstorm.spk" diff --git a/bin/upgrade_hugo b/bin/upgrade_hugo index 709da85..5254819 100755 --- a/bin/upgrade_hugo +++ b/bin/upgrade_hugo @@ -43,9 +43,7 @@ puts <<-TXT Now do this: -* vagrant-spk vm destroy -* vagrant-spk vm up -* vagrant-spk dev +* bin/test_hugo * Test fresh install * vagrant-spk pack ../hugo-sandstorm.spk * Test upgrade install diff --git a/hugo-version b/hugo-version index 140ecfc..a30a164 100644 --- a/hugo-version +++ b/hugo-version @@ -1 +1 @@ -0.74.2 +0.74.3