From 85e4838fc188c1e47ce6451f6e607c6fd84d5b58 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 21 Aug 2024 13:46:00 +0000 Subject: [PATCH] AU: 1 updated - sabnzbd [skip ci] --- sabnzbd/sabnzbd.nuspec | 2 +- sabnzbd/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sabnzbd/sabnzbd.nuspec b/sabnzbd/sabnzbd.nuspec index 1433399..79037f9 100644 --- a/sabnzbd/sabnzbd.nuspec +++ b/sabnzbd/sabnzbd.nuspec @@ -3,7 +3,7 @@ sabnzbd - 4.3.3-RC2 + 4.3.3 SABnzbd The SABnzbd-team dtgm,Thilas diff --git a/sabnzbd/tools/chocolateyInstall.ps1 b/sabnzbd/tools/chocolateyInstall.ps1 index 40f001a..31b27bd 100644 --- a/sabnzbd/tools/chocolateyInstall.ps1 +++ b/sabnzbd/tools/chocolateyInstall.ps1 @@ -7,9 +7,9 @@ $packageArgs = @{ packageName = 'sabnzbd' softwareName = 'SABnzbd*' fileType = 'exe' - url = 'https://github.com/sabnzbd/sabnzbd/releases/download/4.3.3RC2/SABnzbd-4.3.3RC2-win-setup.exe' + url = 'https://github.com/sabnzbd/sabnzbd/releases/download/4.3.3/SABnzbd-4.3.3-win-setup.exe' silentArgs = '/S' - checksum = '403b9e9b3d5fa7e817ba2cab4e51743e3199b6fe27bfa6d319cd33d70d05e463' + checksum = '018aedb8f5e11bc72cac27e1ad967cebdc2824c57d78becc00c4b67af9fdd104' checksumType = 'sha256' validExitCodes = @(0) }