-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Zip][Portable] New package: Hugo.Hugo version 0.105.0 (#88295)
* New package: Hugo.Hugo version 0.105.0 * Update Hugo.Hugo.installer.yaml
- Loading branch information
1 parent
1490893
commit eff47df
Showing
4 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS1.CRLF.7-3-0.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json | ||
|
||
PackageIdentifier: Hugo.Hugo | ||
PackageVersion: 0.105.0 | ||
InstallerType: zip | ||
ReleaseDate: 2022-10-28 | ||
Installers: | ||
- Architecture: x64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: hugo.exe | ||
PortableCommandAlias: hugo | ||
InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_0.105.0_windows-amd64.zip | ||
InstallerSha256: D82360ACD0FFB51F0BE3087703B60EBA03A9A741CABF85FC313587496BB49926 | ||
- Architecture: arm64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: hugo.exe | ||
PortableCommandAlias: hugo | ||
InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.105.0/hugo_0.105.0_windows-arm64.zip | ||
InstallerSha256: 80C9E6F2F8EDFA7443B9EF1FB478B29425EB666AD961EA1C7957FE2C24E64FC6 | ||
ManifestType: installer | ||
ManifestVersion: 1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS1.CRLF.7-3-0.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json | ||
|
||
PackageIdentifier: Hugo.Hugo | ||
PackageVersion: 0.105.0 | ||
PackageLocale: en-US | ||
Publisher: The Hugo Authors | ||
PublisherUrl: https://gohugo.io/ | ||
PublisherSupportUrl: https://discourse.gohugo.io/ | ||
# PrivacyUrl: | ||
Author: The Hugo Authors | ||
PackageName: Hugo | ||
PackageUrl: https://gohugo.io/ | ||
License: Apache-2.0 | ||
LicenseUrl: https://gohugo.io/about/license/ | ||
Copyright: Copyright 2022 The Hugo Authors. | ||
# CopyrightUrl: | ||
ShortDescription: The world’s fastest framework for building websites | ||
Description: Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again. | ||
# Moniker: | ||
Tags: | ||
- blog | ||
- blog-engine | ||
- cms | ||
- content-management-system | ||
- documentation | ||
- documentation-tool | ||
- static-site | ||
- static-site-generator | ||
# Agreements: | ||
ReleaseNotes: |- | ||
Bug fixes | ||
- Avoid nilpointer when shortcode page content output nil e5d2a8f @davidejones #10391 | ||
- Revise the fix for shortcode vs output format nilpointer 631d768 @bep #10391 | ||
Improvements | ||
- livereload: Use text/javascript here, too 00ff161 @bep | ||
- media: Rename application/javascript, application/typescript to text/javascript etc. 588710a @bep | ||
- Skip flakey server tests on GitHub Action on Windows 20ef6dc @bep | ||
- github: Avoid duplicate test runs d1cd1db @bep | ||
- tpl/encoding: Add noHTMLEscape option to jsonify 09e1011 @bep | ||
- Don't use self-closing generator tag 01ebb6e @djibe | ||
- github: Use SHA versions 1fd3320 @bep | ||
- Resolve dependency-path not found error in workflow 0fb2b3d @jongwooo | ||
- Use setup-go action to cache dependencies db05232 @jongwooo | ||
Dependency Updates | ||
- build(deps): bump golang.org/x/tools from 0.1.12 to 0.2.0 f505854 @dependabot[bot] | ||
- build(deps): bump github.com/getkin/kin-openapi from 0.106.0 to 0.107.0 2aedccc @dependabot[bot] | ||
- build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0 c109314 @dependabot[bot] | ||
- build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.1 4732c47 @dependabot[bot] | ||
- build(deps): bump github.com/getkin/kin-openapi from 0.103.0 to 0.106.0 62780ec @dependabot[bot] | ||
- build(deps): bump github.com/tdewolff/minify/v2 from 2.12.1 to 2.12.4 351d6b0 @dependabot[bot] | ||
- build(deps): bump github.com/yuin/goldmark from 1.4.15 to 1.5.2 ed930db @dependabot[bot] | ||
- build(deps): bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 05df964 @dependabot[bot] | ||
- build(deps): bump github.com/magefile/mage from 1.13.0 to 1.14.0 9860e0e @dependabot[bot] | ||
- build(deps): bump github.com/evanw/esbuild from 0.15.9 to 0.15.12 2ef60db @dependabot[bot] | ||
Documentation | ||
- Update Go and Alpine version in Dockerfile 6275aad @wind0r | ||
Build Setup | ||
- build: Update to Go 1.19.2 a066e98 @bep | ||
ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.105.0 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
Documentations: | ||
- DocumentLabel: Documentation | ||
DocumentUrl: https://gohugo.io/documentation/ | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS1.CRLF.7-3-0.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.4.0.schema.json | ||
|
||
PackageIdentifier: Hugo.Hugo | ||
PackageVersion: 0.105.0 | ||
PackageLocale: zh-CN | ||
Publisher: The Hugo Authors | ||
PublisherUrl: https://gohugo.io/ | ||
PublisherSupportUrl: https://discourse.gohugo.io/ | ||
# PrivacyUrl: | ||
Author: The Hugo Authors | ||
PackageName: Hugo | ||
PackageUrl: https://gohugo.io/ | ||
License: Apache-2.0 | ||
LicenseUrl: https://gohugo.io/about/license/ | ||
Copyright: Copyright 2022 The Hugo Authors. | ||
# CopyrightUrl: | ||
ShortDescription: 世界上最快的网站搭建框架 | ||
Description: Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 | ||
# Moniker: | ||
Tags: | ||
- 内容管理系统 | ||
- 博客 | ||
- 博客引擎 | ||
- 文档 | ||
- 文档工具 | ||
- 文档生成工具 | ||
- 静态网站 | ||
- 静态网站生成器 | ||
# Agreements: | ||
# ReleaseNotes: | ||
ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.105.0 | ||
# PurchaseUrl: | ||
# InstallationNotes: | ||
Documentations: | ||
- DocumentLabel: 文档 | ||
DocumentUrl: https://gohugo.io/documentation/ | ||
ManifestType: locale | ||
ManifestVersion: 1.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with YamlCreate.ps1 v2.2.1 $debug=NVS1.CRLF.7-3-0.Win32NT | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json | ||
|
||
PackageIdentifier: Hugo.Hugo | ||
PackageVersion: 0.105.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.4.0 |