diff --git a/pkgs/choco/sftpgo.nuspec b/pkgs/choco/sftpgo.nuspec index 2577a7f4..a8d69447 100644 --- a/pkgs/choco/sftpgo.nuspec +++ b/pkgs/choco/sftpgo.nuspec @@ -3,13 +3,13 @@ sftpgo - 2.6.2 + 2.6.3 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.2/static/img/logo.png + https://sftpgo.com + https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.3/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.2 + https://github.com/drakkan/sftpgo/releases/tag/v2.6.3 diff --git a/pkgs/choco/tools/ChocolateyInstall.ps1 b/pkgs/choco/tools/ChocolateyInstall.ps1 index cca2d7fe..06e72b81 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.2/sftpgo_v2.6.2_windows_x86_64.exe' -$checksum = '40905AED44A7189C5DF6164631DB07BCBB53FAB7A63503A6BE7AD1328D9986D5' +$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.3/sftpgo_v2.6.3_windows_x86_64.exe' +$checksum = '276B0332C4FFF312D0A97FEC99457FC5C7282C8C884A974328302A26E86F273D' $silentArgs = '/VERYSILENT' $validExitCodes = @(0) @@ -44,11 +44,9 @@ Write-Output "`t$EnvDirPath" Write-Output "If the SFTPGo service does not start, make sure that TCP ports 2022 and 8080 are" Write-Output "not used by other services or change the SFTPGo configuration to suit your needs." Write-Output "" -Write-Output "General information (README) location:" -Write-Output "`thttps://github.com/drakkan/sftpgo" +Write-Output "General information:" +Write-Output "`thttps://sftpgo.com" Write-Output "Documentation location:" Write-Output "`thttps://docs.sftpgo.com/" -Write-Output "Commercial support:" -Write-Output "`thttps://sftpgo.com/" Write-Output "" Write-Output "---------------------------" \ No newline at end of file diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index 2db7f773..9cd2e6c2 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.6.3-1ppa1) bionic; urgency=medium + + * New upstream release + + -- Nicola Murino Fri, 15 Nov 2024 18:35:41 +0100 + sftpgo (2.6.2-1ppa1) bionic; urgency=medium * New upstream release diff --git a/pkgs/debian/patches/config.diff b/pkgs/debian/patches/config.diff index a0ab174e..9336f870 100644 --- a/pkgs/debian/patches/config.diff +++ b/pkgs/debian/patches/config.diff @@ -2,7 +2,7 @@ Index: sftpgo/sftpgo.json =================================================================== --- sftpgo.orig/sftpgo.json +++ sftpgo/sftpgo.json -@@ -67,7 +67,7 @@ +@@ -70,7 +70,7 @@ "domains": [], "email": "", "key_type": "4096", @@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json "ca_endpoint": "https://acme-v02.api.letsencrypt.org/directory", "renew_days": 30, "http01_challenge": { -@@ -198,7 +198,7 @@ +@@ -201,7 +201,7 @@ }, "data_provider": { "driver": "sqlite", @@ -20,7 +20,7 @@ Index: sftpgo/sftpgo.json "host": "", "port": 0, "username": "", -@@ -214,7 +214,7 @@ +@@ -217,7 +217,7 @@ "track_quota": 2, "delayed_quota_update": 0, "pool_size": 0, @@ -29,7 +29,7 @@ Index: sftpgo/sftpgo.json "actions": { "execute_on": [], "execute_for": [], -@@ -256,7 +256,7 @@ +@@ -259,7 +259,7 @@ "port": 0, "proto": "http" },