This commit is contained in:
John Bintz 2022-10-04 07:13:41 -04:00
parent fce2aa0e33
commit b39c95f22b
8 changed files with 17 additions and 9 deletions

View File

@ -1 +1 @@
0.100.2~2022-06-12
0.104.2~2022-10-04

View File

@ -1,3 +1,7 @@
## 0.104.2~2022-10-04
* Upgrade Hugo to 0.104.2 extended
## 0.100.2~2022-06-12
* Upgrade Hugo to 0.100.2 extended

View File

@ -17,13 +17,13 @@ lib64
opt/app
opt/app/.babelrc
opt/app/.cloudcmd.menu.js
opt/app/.nuxt/dist/0.nuxt.bundle.44d667a364cf94b867e8.js
opt/app/.nuxt/dist/0.nuxt.bundle.bc3db06116b867754b0c.js
opt/app/.nuxt/dist/1.nuxt.bundle.89a9958091c34dcc68ed.js
opt/app/.nuxt/dist/index.html
opt/app/.nuxt/dist/manifest.f2e87df99250464251b5.js
opt/app/.nuxt/dist/nuxt.bundle.d804186916468d1724d0.js
opt/app/.nuxt/dist/manifest.34bbd08272989f0e194c.js
opt/app/.nuxt/dist/nuxt.bundle.605f5435b643949bed50.js
opt/app/.nuxt/dist/server-bundle.json
opt/app/.nuxt/dist/vendor.bundle.f2e87df99250464251b5.js
opt/app/.nuxt/dist/vendor.bundle.34bbd08272989f0e194c.js
opt/app/.sandstorm/launcher.sh
opt/app/README.md
opt/app/hugo-version

View File

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

View File

@ -43,6 +43,6 @@ apt-get install -y python-pip asciidoctor
pip install pygments
cd /tmp
wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb -O hugo.deb
wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb -O hugo.deb
dpkg -i hugo.deb
rm hugo.deb

View File

@ -1,3 +1,7 @@
## 0.104.2
* Upgrade Hugo to 0.104.2 extended
## 0.100.2
* Upgrade Hugo to 0.100.2 extended

View File

@ -11,7 +11,7 @@ unless version
exit 1
end
verify_url = "https://github.com/gohugoio/hugo/releases/download/v#{version}/hugo_extended_#{version}_Linux-64bit.deb"
verify_url = "https://github.com/gohugoio/hugo/releases/download/v#{version}/hugo_extended_#{version}_linux-amd64.deb"
response = HTTParty.get(verify_url)

View File

@ -1 +1 @@
0.100.2
0.104.2