forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f509675
commit bea5945
Showing
3 changed files
with
70 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,34 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json | ||
PackageIdentifier: Task.Task | ||
PackageVersion: 3.34.1 | ||
InstallerLocale: en-US | ||
InstallerType: zip | ||
ReleaseDate: "2024-01-27" | ||
Installers: | ||
- Architecture: x86 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: task.exe | ||
PortableCommandAlias: task | ||
InstallerUrl: https://github.com/go-task/task/releases/download/v3.34.1/task_windows_386.zip | ||
InstallerSha256: 9def628140794c8c11b2359992f5639738b1535394884786eb51233a68e426e4 | ||
UpgradeBehavior: uninstallPrevious | ||
- Architecture: arm64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: task.exe | ||
PortableCommandAlias: task | ||
InstallerUrl: https://github.com/go-task/task/releases/download/v3.34.1/task_windows_arm64.zip | ||
InstallerSha256: 9d7b0c4061247ab46bb8925b93394b9964cfba94b6644e8b5b74be0e6aac29ce | ||
UpgradeBehavior: uninstallPrevious | ||
- Architecture: x64 | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: task.exe | ||
PortableCommandAlias: task | ||
InstallerUrl: https://github.com/go-task/task/releases/download/v3.34.1/task_windows_amd64.zip | ||
InstallerSha256: dfadf1a2bae1085422fe322dccfdb40b4658743ec833b212f56293bba86aa194 | ||
UpgradeBehavior: uninstallPrevious | ||
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,29 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json | ||
PackageIdentifier: Task.Task | ||
PackageVersion: 3.34.1 | ||
PackageLocale: en-US | ||
Publisher: Task | ||
PublisherUrl: https://taskfile.dev/ | ||
PublisherSupportUrl: https://github.com/go-task/task/issues | ||
PackageName: Task | ||
PackageUrl: https://taskfile.dev/ | ||
License: MIT | ||
ShortDescription: A task runner / simpler Make alternative written in Go | ||
Description: Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make. | ||
Moniker: Task | ||
Tags: | ||
- build | ||
- build-tool | ||
- devops | ||
- go | ||
- make | ||
- makefile | ||
- runner | ||
- task | ||
- task-runner | ||
- taskfile | ||
- tool | ||
ReleaseNotesUrl: https://github.com/go-task/task/releases/tag/v3.34.1 | ||
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,7 @@ | ||
# This file was generated by GoReleaser. DO NOT EDIT. | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json | ||
PackageIdentifier: Task.Task | ||
PackageVersion: 3.34.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.4.0 |