From 4dc4ccad3774df3566b4db12726c9a883ac00b06 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 7 Feb 2025 20:26:30 +0100 Subject: [PATCH] back to development Signed-off-by: Nicola Murino --- pkgs/choco/sftpgo.nuspec | 6 +++--- pkgs/choco/tools/ChocolateyInstall.ps1 | 4 ++-- pkgs/debian/changelog | 6 ++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/pkgs/choco/sftpgo.nuspec b/pkgs/choco/sftpgo.nuspec index 002d19b08..fbbc5eb22 100644 --- a/pkgs/choco/sftpgo.nuspec +++ b/pkgs/choco/sftpgo.nuspec @@ -3,13 +3,13 @@ sftpgo - 2.6.4 + 2.6.5 https://github.com/drakkan/sftpgo/tree/main/pkgs/choco asheroto SFTPGo Nicola Murino https://sftpgo.com - https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.4/static/img/logo.png + https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.5/static/img/logo.png https://github.com/drakkan/sftpgo/blob/main/LICENSE false https://github.com/drakkan/sftpgo @@ -32,7 +32,7 @@ You can find more info [here](https://docs.sftpgo.com/2.6/). * This package installs SFTPGo as Windows Service. * After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.6/initial-configuration/). - https://github.com/drakkan/sftpgo/releases/tag/v2.6.4 + https://github.com/drakkan/sftpgo/releases/tag/v2.6.5 diff --git a/pkgs/choco/tools/ChocolateyInstall.ps1 b/pkgs/choco/tools/ChocolateyInstall.ps1 index fec677db4..690737754 100644 --- a/pkgs/choco/tools/ChocolateyInstall.ps1 +++ b/pkgs/choco/tools/ChocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageName = 'sftpgo' $softwareName = 'SFTPGo' -$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.4/sftpgo_v2.6.4_windows_x86_64.exe' -$checksum = '88E43FE72AE762C36EDD49712171C0AABF22510B760A698C5A1F338C8E58CFAA' +$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.5/sftpgo_v2.6.5_windows_x86_64.exe' +$checksum = 'A2539BADC2BA0E4418341D49FFC67728DA7BECC4D5A8056E592DF6365E6EC145' $silentArgs = '/VERYSILENT' $validExitCodes = @(0) diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index 842d85981..e74b831ca 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.6.5-1ppa1) bionic; urgency=medium + + * New upstream release + + -- Nicola Murino Fri, 07 Feb 2025 19:22:24 +0100 + sftpgo (2.6.4-1ppa1) bionic; urgency=medium * New upstream release