-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: aquaproj.aqua 2.17.4 (#127174)
* New version: aquaproj.aqua 2.17.4: add version * New version: aquaproj.aqua 2.17.4: add installer * New version: aquaproj.aqua 2.17.4: add locale --------- Co-authored-by: goreleaserbot <[email protected]>
- Loading branch information
1 parent
a8a9a49
commit 7b39ab4
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
manifests/a/aquaproj/aqua/2.17.4/aquaproj.aqua.installer.yaml
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,26 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json | ||
PackageIdentifier: aquaproj.aqua | ||
PackageVersion: 2.17.4 | ||
InstallerLocale: en-US | ||
InstallerType: zip | ||
ReleaseDate: "2023-11-17" | ||
Installers: | ||
- Architecture: arm64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: aqua.exe | ||
PortableCommandAlias: aqua | ||
InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.17.4/aqua_windows_arm64.zip | ||
InstallerSha256: 3360bfce49dae9b4a60c5f50632c726d0ec1928bad92e35c0f78b25bdb882d03 | ||
UpgradeBehavior: uninstallPrevious | ||
- Architecture: x64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: aqua.exe | ||
PortableCommandAlias: aqua | ||
InstallerUrl: https://github.com/aquaproj/aqua/releases/download/v2.17.4/aqua_windows_amd64.zip | ||
InstallerSha256: ec263a1c090c0f639c99239bfc9d1aa947551a567a5bc70652f228dd8eb57ad4 | ||
UpgradeBehavior: uninstallPrevious | ||
ManifestType: installer | ||
ManifestVersion: 1.5.0 |
20 changes: 20 additions & 0 deletions
20
manifests/a/aquaproj/aqua/2.17.4/aquaproj.aqua.locale.en-US.yaml
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,20 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json | ||
PackageIdentifier: aquaproj.aqua | ||
PackageVersion: 2.17.4 | ||
PackageLocale: en-US | ||
Publisher: aquaproj | ||
PublisherSupportUrl: https://github.com/aquaproj/aqua/discussions | ||
PackageName: aqua | ||
PackageUrl: https://github.com/aquaproj/aqua | ||
License: mit | ||
LicenseUrl: https://github.com/aquaproj/aqua/blob/main/LICENSE | ||
ShortDescription: Declarative CLI Version manager written in Go | ||
Description: | | ||
Declarative CLI Version manager written in Go. | ||
Support Lazy Install, Registry, and continuous update by Renovate. | ||
CLI version is switched seamlessly | ||
Moniker: aqua | ||
ReleaseNotesUrl: https://github.com/aquaproj/aqua/releases/tag/v2.17.4 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.5.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,7 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json | ||
PackageIdentifier: aquaproj.aqua | ||
PackageVersion: 2.17.4 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.5.0 |