0.74.3
This commit is contained in:
parent
47ccd683fd
commit
f18f84f69e
|
@ -1 +1 @@
|
|||
0.74.2~2020-07-17
|
||||
0.74.3~2020-07-28
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 0.74.3 (2020-07-28)
|
||||
|
||||
* Upgrade Hugo to 0.74.3
|
||||
|
||||
## 0.69.0 (2020-04-21)
|
||||
|
||||
### Enhancements
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.74.2
|
||||
0.74.3
|
||||
|
|
Loading…
Reference in New Issue