This commit is contained in:
John Bintz 2020-07-28 06:59:12 -04:00
parent 47ccd683fd
commit f18f84f69e
9 changed files with 30 additions and 11 deletions

View File

@ -1 +1 @@
0.74.2~2020-07-17 0.74.3~2020-07-28

View File

@ -1,3 +1,7 @@
# V0.74.3-2020-07-28
* Upgrade Hugo to 0.74.3
# V0.69.0~2020-04-21 # V0.69.0~2020-04-21
* Upgrade Hugo to 0.69.0. * Upgrade Hugo to 0.69.0.

View File

@ -90,13 +90,13 @@ lib64/ld-linux-x86-64.so.2
opt/app opt/app
opt/app/.babelrc opt/app/.babelrc
opt/app/.cloudcmd.menu.js 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/1.nuxt.bundle.89a9958091c34dcc68ed.js
opt/app/.nuxt/dist/index.html opt/app/.nuxt/dist/index.html
opt/app/.nuxt/dist/manifest.04eaf3cc4c69ee5a3de6.js opt/app/.nuxt/dist/manifest.85bd29e3c71de9bcc2d9.js
opt/app/.nuxt/dist/nuxt.bundle.31e4e1622a1e541a6dc3.js opt/app/.nuxt/dist/nuxt.bundle.feb4645ff776dbf7a7e3.js
opt/app/.nuxt/dist/server-bundle.json 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/.sandstorm/launcher.sh
opt/app/README.md opt/app/README.md
opt/app/hugo-version 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/output.js
usr/lib/node_modules/npm/lib/utils/parse-json.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/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/spawn.js
usr/lib/node_modules/npm/lib/utils/umask.js usr/lib/node_modules/npm/lib/utils/umask.js
usr/lib/node_modules/npm/lib/utils/unsupported.js usr/lib/node_modules/npm/lib/utils/unsupported.js

View File

@ -19,7 +19,7 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Hugo"), appTitle = (defaultText = "Hugo"),
appVersion = 12, # Increment this for every release. appVersion = 13, # Increment this for every release.
appMarketingVersion = (defaultText = (embed "app-marketing-version")), appMarketingVersion = (defaultText = (embed "app-marketing-version")),
# Human-readable representation of appVersion. Should match the way you # Human-readable representation of appVersion. Should match the way you

View File

@ -1,3 +1,7 @@
## 0.74.3 (2020-07-28)
* Upgrade Hugo to 0.74.3
## 0.69.0 (2020-04-21) ## 0.69.0 (2020-04-21)
### Enhancements ### Enhancements

View File

@ -1,7 +1,7 @@
# Hugo Sandstorm package # Hugo Sandstorm package
This is the [Sandstorm](https://sandstorm.io) package of [Hugo](https://gohugo.io/). 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 ## Development

12
bin/test_hugo Executable file
View File

@ -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"

View File

@ -43,9 +43,7 @@ puts <<-TXT
Now do this: Now do this:
* vagrant-spk vm destroy * bin/test_hugo
* vagrant-spk vm up
* vagrant-spk dev
* Test fresh install * Test fresh install
* vagrant-spk pack ../hugo-sandstorm.spk * vagrant-spk pack ../hugo-sandstorm.spk
* Test upgrade install * Test upgrade install

View File

@ -1 +1 @@
0.74.2 0.74.3