From cb0731e50128f3c5d0388d115914c73cbf1e2c87 Mon Sep 17 00:00:00 2001 From: spectopo <175387142+spectopo@users.noreply.github.com> Date: Wed, 18 Dec 2024 05:42:34 +0800 Subject: [PATCH] New version: Hugo.Hugo.Extended version 0.139.2 (#193264) --- .../0.139.2/Hugo.Hugo.Extended.installer.yaml | 17 +++++++ .../Hugo.Hugo.Extended.locale.en-US.yaml | 47 +++++++++++++++++++ .../Hugo.Hugo.Extended.locale.zh-CN.yaml | 42 +++++++++++++++++ .../Extended/0.139.2/Hugo.Hugo.Extended.yaml | 8 ++++ 4 files changed, 114 insertions(+) create mode 100644 manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.installer.yaml create mode 100644 manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.locale.en-US.yaml create mode 100644 manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.locale.zh-CN.yaml create mode 100644 manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.yaml diff --git a/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.installer.yaml b/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.installer.yaml new file mode 100644 index 0000000000000..7f56af640c75e --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.installer.yaml @@ -0,0 +1,17 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.139.2 +InstallerType: zip +ReleaseDate: 2024-11-23 +Installers: +- Architecture: x64 + NestedInstallerType: portable + NestedInstallerFiles: + - RelativeFilePath: hugo.exe + PortableCommandAlias: hugo + InstallerUrl: https://github.com/gohugoio/hugo/releases/download/v0.139.2/hugo_extended_0.139.2_windows-amd64.zip + InstallerSha256: 1BB354D22C449EB5E5F1AD64154300246AAB07A5CE427336895AA9BDC654F7AE +ManifestType: installer +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.locale.en-US.yaml b/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.locale.en-US.yaml new file mode 100644 index 0000000000000..d4bbbc94c0a18 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.locale.en-US.yaml @@ -0,0 +1,47 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.139.2 +PackageLocale: en-US +Publisher: The Hugo Authors +PublisherUrl: https://gohugo.io/ +PublisherSupportUrl: https://discourse.gohugo.io/ +# PrivacyUrl: +Author: The Hugo Authors +PackageName: Hugo (Extended) +PackageUrl: https://gohugo.io/ +License: Apache-2.0 +LicenseUrl: https://github.com/gohugoio/hugo/blob/HEAD/LICENSE +Copyright: Copyright 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: The world’s fastest framework for building websites (with WebP encoding and Sass transpiling support) +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. + Hugo is available in two flavors: standard and extended. + With the extended flavor you can: + - Encode WebP images (decoding is also available in the standard build) + - Transpile Sass to CSS using the embedded LibSass transpiler +# Moniker: +Tags: +- blog +- blog-engine +- cms +- content-management-system +- documentation +- documentation-tool +- static-site +- static-site-generator +ReleaseNotes: |- + Note that this is the second patch release today. See v0.139.1. We had to do this release to get the Hugo Docs build running. + What's Changed + - modules: Skip empty lines in modules.txt 0ab81896d @bep #13084 +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.139.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: Documentation + DocumentUrl: https://gohugo.io/documentation +ManifestType: defaultLocale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.locale.zh-CN.yaml b/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.locale.zh-CN.yaml new file mode 100644 index 0000000000000..9c1f69823740d --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.locale.zh-CN.yaml @@ -0,0 +1,42 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.139.2 +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 2024 The Hugo Authors. +# CopyrightUrl: +ShortDescription: 世界上最快的网站搭建框架(支持 WebP 编码和 Sass 转译) +Description: |- + Hugo 是最受欢迎的开源静态网站生成器之一。凭借其惊人的速度和灵活性,Hugo 让搭建网站又变得有趣起来。 + Hugo 有两种版本:标准版和扩展版。在扩展版本中,您可以 + - 编码 WebP 图片(标准版也可以进行解码) + - 使用内嵌的 LibSass 转译器将 Sass 转译为 CSS +# Moniker: +Tags: +- 内容管理系统 +- 博客 +- 博客引擎 +- 文档 +- 文档工具 +- 文档生成工具 +- 静态网站 +- 静态网站生成器 +# ReleaseNotes: +ReleaseNotesUrl: https://github.com/gohugoio/hugo/releases/tag/v0.139.2 +# PurchaseUrl: +# InstallationNotes: +Documentations: +- DocumentLabel: 文档 + DocumentUrl: https://gohugo.io/documentation +ManifestType: locale +ManifestVersion: 1.6.0 diff --git a/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.yaml b/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.yaml new file mode 100644 index 0000000000000..89cb663ede6a7 --- /dev/null +++ b/manifests/h/Hugo/Hugo/Extended/0.139.2/Hugo.Hugo.Extended.yaml @@ -0,0 +1,8 @@ +# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-6.Win32NT +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json + +PackageIdentifier: Hugo.Hugo.Extended +PackageVersion: 0.139.2 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.6.0