From c29d6712176139cb4d3e77161685934177385c13 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 10 Jul 2023 13:46:15 +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 392422fd..0fe77b96 100644 --- a/sabnzbd/sabnzbd.nuspec +++ b/sabnzbd/sabnzbd.nuspec @@ -3,7 +3,7 @@ sabnzbd - 4.0.3-RC1 + 4.0.3 SABnzbd The SABnzbd-team dtgm,Thilas diff --git a/sabnzbd/tools/chocolateyInstall.ps1 b/sabnzbd/tools/chocolateyInstall.ps1 index ab27a345..609938ed 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.0.3RC1/SABnzbd-4.0.3RC1-win-setup.exe' + url = 'https://github.com/sabnzbd/sabnzbd/releases/download/4.0.3/SABnzbd-4.0.3-win-setup.exe' silentArgs = '/S' - checksum = 'f5693126b5a40e5c1bb3064e925935c3e77c390030f03b3fa1b239214b7fa71a' + checksum = 'c8b064c8da7782625ae8c95f2ff23a150a9303a510a501bbb877070f37cb6a68' checksumType = 'sha256' validExitCodes = @(0) }