From 4abadb247830d7a763c7869d8fac4f275ffc25c4 Mon Sep 17 00:00:00 2001 From: PrimeBuild-pc Date: Thu, 18 Jun 2026 13:01:33 +0200 Subject: [PATCH] Update Chocolatey package for latest ThreadPilot release --- README.md | 17 ++++++++++++++++- chocolatey/tools/VERIFICATION.txt | 17 +++++++++++++++++ chocolatey/tools/chocolateyInstall.ps1 | 6 +++--- 3 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 chocolatey/tools/VERIFICATION.txt diff --git a/README.md b/README.md index 3fdb304..58beb41 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ [![Release](https://img.shields.io/github/v/release/PrimeBuild-pc/ThreadPilot?sort=semver)](https://github.com/PrimeBuild-pc/ThreadPilot/releases) [![Downloads](https://img.shields.io/github/downloads/PrimeBuild-pc/ThreadPilot/latest/total?label=latest%20downloads&logo=github)](https://github.com/PrimeBuild-pc/ThreadPilot/releases/latest) [![winget](https://img.shields.io/winget/v/PrimeBuild.ThreadPilot?label=winget)](https://github.com/microsoft/winget-pkgs/tree/master/manifests/p/PrimeBuild/ThreadPilot) +[![Chocolatey](https://img.shields.io/chocolatey/v/threadpilot?label=chocolatey)](https://community.chocolatey.org/packages/threadpilot) [![Windows](https://img.shields.io/badge/Windows-11-blue?logo=windows)](https://www.microsoft.com/windows) [![.NET](https://img.shields.io/badge/.NET-8.0-512BD4?logo=dotnet&logoColor=white)](https://dotnet.microsoft.com/) [![License](https://img.shields.io/badge/License-AGPLv3-blue.svg)](LICENSE) @@ -64,6 +65,20 @@ winget source update winget search ThreadPilot ``` +### Install with Chocolatey + +Install ThreadPilot from Chocolatey Community: + +```powershell +choco install threadpilot +``` + +Upgrade an existing installation: + +```powershell +choco upgrade threadpilot +``` + ### Download from GitHub Releases [![Download Latest Release](https://img.shields.io/badge/Download-Latest%20Release-2ea44f?logo=github)](https://github.com/PrimeBuild-pc/ThreadPilot/releases/latest) @@ -189,4 +204,4 @@ ThreadPilot is licensed under the **GNU Affero General Public License v3.0**. Se If ThreadPilot is useful to you, consider starring the repository, opening thoughtful issues, sharing feedback, or supporting development with a small donation. - \ No newline at end of file + diff --git a/chocolatey/tools/VERIFICATION.txt b/chocolatey/tools/VERIFICATION.txt new file mode 100644 index 0000000..18589ee --- /dev/null +++ b/chocolatey/tools/VERIFICATION.txt @@ -0,0 +1,17 @@ +VERIFICATION + +Verification is intended to assist the Chocolatey moderators and community +in verifying that this package's contents are trustworthy. + +ThreadPilot release: +https://github.com/PrimeBuild-pc/ThreadPilot/releases/tag/v1.4.0 + +Installer: +https://github.com/PrimeBuild-pc/ThreadPilot/releases/download/v1.4.0/ThreadPilot_v1.4.0_Setup.exe + +Download the installer, then calculate its SHA256 checksum with PowerShell: + +Get-FileHash .\ThreadPilot_v1.4.0_Setup.exe -Algorithm SHA256 + +Expected SHA256: +3280bb39258d6bc9d16537f07f0ed1017f9d67b675c62c8b86d53c9d8a4a1ad5 diff --git a/chocolatey/tools/chocolateyInstall.ps1 b/chocolatey/tools/chocolateyInstall.ps1 index af411f7..976be71 100644 --- a/chocolatey/tools/chocolateyInstall.ps1 +++ b/chocolatey/tools/chocolateyInstall.ps1 @@ -2,9 +2,9 @@ $ErrorActionPreference = 'Stop' $packageName = 'threadpilot' $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition -# Installer URL and checksum for ThreadPilot v1.1.2 -$url64 = 'https://github.com/PrimeBuild-pc/ThreadPilot/releases/download/v1.1.2/ThreadPilot_v1.1.2_Setup.exe' -$checksum64 = '326864ead100edd134f3a41f5d4631fcb1fdf6a689101bb0c2d4b7330b9cf032' +# Installer URL and checksum for ThreadPilot v1.4.0 +$url64 = 'https://github.com/PrimeBuild-pc/ThreadPilot/releases/download/v1.4.0/ThreadPilot_v1.4.0_Setup.exe' +$checksum64 = '3280bb39258d6bc9d16537f07f0ed1017f9d67b675c62c8b86d53c9d8a4a1ad5' $packageArgs = @{ packageName = $packageName