From 2a1374d3765077f7171866e4458e441ed1fb3a96 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Mon, 24 Feb 2025 21:23:28 +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 fbbc5eb2..afb12d14 100644 --- a/pkgs/choco/sftpgo.nuspec +++ b/pkgs/choco/sftpgo.nuspec @@ -3,13 +3,13 @@ sftpgo - 2.6.5 + 2.6.6 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.5/static/img/logo.png + https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.6/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.5 + https://github.com/drakkan/sftpgo/releases/tag/v2.6.6 diff --git a/pkgs/choco/tools/ChocolateyInstall.ps1 b/pkgs/choco/tools/ChocolateyInstall.ps1 index 69073775..9b431510 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.5/sftpgo_v2.6.5_windows_x86_64.exe' -$checksum = 'A2539BADC2BA0E4418341D49FFC67728DA7BECC4D5A8056E592DF6365E6EC145' +$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.6/sftpgo_v2.6.6_windows_x86_64.exe' +$checksum = '42FD81261F8472E67DA18206EF96050329D156B745AC5F9FF1CA31DD3EE9114C' $silentArgs = '/VERYSILENT' $validExitCodes = @(0) diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index e74b831c..6eae35ba 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.6.6-1ppa1) bionic; urgency=medium + + * New upstream release + + -- Nicola Murino Mon, 24 Feb 2025 20:19:49 +0100 + sftpgo (2.6.5-1ppa1) bionic; urgency=medium * New upstream release