Upgrade to Hugo 0.19.
This commit is contained in:
parent
3d58f8aa08
commit
d0a2b95789
|
@ -1,3 +1,3 @@
|
|||
# 0.18.1-sandstorm0
|
||||
# V0.19-sandstorm0
|
||||
|
||||
* Initial release.
|
||||
|
|
|
@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
|
||||
appVersion = 0, # Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = "0.18.1-sandstorm0"),
|
||||
appMarketingVersion = (defaultText = "0.19-sandstorm0"),
|
||||
# Human-readable representation of appVersion. Should match the way you
|
||||
# identify versions of your app in documentation and marketing.
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ apt-get install -y python-pip asciidoctor
|
|||
pip install pygments
|
||||
|
||||
cd /tmp
|
||||
wget https://github.com/spf13/hugo/releases/download/v0.18.1/hugo_0.18.1-64bit.deb -O hugo.deb
|
||||
wget https://github.com/spf13/hugo/releases/download/v0.19/hugo_0.19-64bit.deb -O hugo.deb
|
||||
dpkg -i hugo.deb
|
||||
rm hugo.deb
|
||||
wget "https://caddyserver.com/download/build?os=linux&arch=amd64&features=filemanager%2Chugo" -O /tmp/caddy.tar.gz
|
||||
|
|
Loading…
Reference in New Issue