Skip to content

Commit

Permalink
New version: Task.Task version 3.35.1 (#142146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exorcism0666 authored Mar 5, 2024
1 parent 56d783c commit 95d32d4
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
25 changes: 25 additions & 0 deletions manifests/t/Task/Task/3.35.1/Task.Task.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Created with komac v2.1.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Task.Task
PackageVersion: 3.35.1
InstallerLocale: en-US
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: task.exe
PortableCommandAlias: task
UpgradeBehavior: uninstallPrevious
ReleaseDate: 2024-03-04
Installers:
- Architecture: x86
InstallerUrl: https://github.com/go-task/task/releases/download/v3.35.1/task_windows_386.zip
InstallerSha256: 2BA54DA4FAC26B807538B319FDE7AE86B46AA07F36E73C833BB757A571CEA988
- Architecture: x64
InstallerUrl: https://github.com/go-task/task/releases/download/v3.35.1/task_windows_amd64.zip
InstallerSha256: A18D440E7F2A1F2840899F5C46638CE20F00018DAA2143D90C6C75A51AACB774
- Architecture: arm64
InstallerUrl: https://github.com/go-task/task/releases/download/v3.35.1/task_windows_arm64.zip
InstallerSha256: 90E375546BAD591CC8B2E71D348043B67441500512296582CB7786FA17E3737F
ManifestType: installer
ManifestVersion: 1.6.0
35 changes: 35 additions & 0 deletions manifests/t/Task/Task/3.35.1/Task.Task.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Created with komac v2.1.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Task.Task
PackageVersion: 3.35.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
LicenseUrl: https://github.com/go-task/task/blob/HEAD/LICENSE
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
ReleaseNotes: |-
- Fixed a bug where the TASKFILE_DIR variable was sometimes incorrect (#1522, #1523 by @pd93).
- Added a new TASKFILE special variable that holds the root Taskfile path (#1523 by @pd93).
- Fixed various issues related to running a Taskfile from a subdirectory (#1529, #1530 by @pd93).
ReleaseNotesUrl: https://github.com/go-task/task/releases/tag/v3.35.1
ManifestType: defaultLocale
ManifestVersion: 1.6.0
8 changes: 8 additions & 0 deletions manifests/t/Task/Task/3.35.1/Task.Task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with komac v2.1.1
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Task.Task
PackageVersion: 3.35.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit 95d32d4

Please sign in to comment.