diff --git a/pkgs/choco/sftpgo.nuspec b/pkgs/choco/sftpgo.nuspec index c7749a25..e7469375 100644 --- a/pkgs/choco/sftpgo.nuspec +++ b/pkgs/choco/sftpgo.nuspec @@ -3,13 +3,13 @@ sftpgo - 2.6.1 + 2.6.2 https://github.com/drakkan/sftpgo/tree/main/pkgs/choco asheroto SFTPGo Nicola Murino https://github.com/drakkan/sftpgo - https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.1/static/img/logo.png + https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.2/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://sftpgo.github.io/2.6/). * This package installs SFTPGo as Windows Service. * After the first installation please take a look at the [Getting Started Guide](https://sftpgo.github.io/2.6/initial-configuration/). - https://github.com/drakkan/sftpgo/releases/tag/v2.6.1 + https://github.com/drakkan/sftpgo/releases/tag/v2.6.2 diff --git a/pkgs/choco/tools/ChocolateyInstall.ps1 b/pkgs/choco/tools/ChocolateyInstall.ps1 index 57779a64..8632834d 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.1/sftpgo_v2.6.1_windows_x86_64.exe' -$checksum = 'DACF5370782953591DC67D4B172381A30FE4C064325B5C2A785BB815BBE31EC8' +$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.2/sftpgo_v2.6.2_windows_x86_64.exe' +$checksum = '40905AED44A7189C5DF6164631DB07BCBB53FAB7A63503A6BE7AD1328D9986D5' $silentArgs = '/VERYSILENT' $validExitCodes = @(0) diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index 8b33db92..2db7f773 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.6.2-1ppa1) bionic; urgency=medium + + * New upstream release + + -- Nicola Murino Fri, 21 Jun 2024 19:47:58 +0200 + sftpgo (2.6.1-1ppa1) bionic; urgency=medium * New upstream release