From 2b77709a04d47f99041adf8e8253763acfed0f6a Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 21 May 2023 09:23:24 +0200 Subject: [PATCH] back to development Signed-off-by: Nicola Murino --- internal/version/version.go | 2 +- openapi/openapi.yaml | 2 +- pkgs/choco/sftpgo.nuspec | 8 ++++---- pkgs/choco/tools/ChocolateyInstall.ps1 | 8 ++++---- pkgs/debian/changelog | 6 ++++++ 5 files changed, 16 insertions(+), 10 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index 076dc940..b2d47a42 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -17,7 +17,7 @@ package version import "strings" -const version = "2.5.1" +const version = "2.5.1-dev" var ( commit = "" diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 04bee2f4..571fdd87 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -29,7 +29,7 @@ info: SFTPGo supports groups to simplify the administration of multiple accounts by letting you assign settings once to a group, instead of multiple times to each individual user. The SFTPGo WebClient allows end users to change their credentials, browse and manage their files in the browser and setup two-factor authentication which works with Authy, Google Authenticator and other compatible apps. From the WebClient each authorized user can also create HTTP/S links to externally share files and folders securely, by setting limits to the number of downloads/uploads, protecting the share with a password, limiting access by source IP address, setting an automatic expiration date. - version: 2.5.1 + version: 2.5.1-dev contact: name: API support url: 'https://github.com/drakkan/sftpgo' diff --git a/pkgs/choco/sftpgo.nuspec b/pkgs/choco/sftpgo.nuspec index ad0d3046..97e7f56b 100644 --- a/pkgs/choco/sftpgo.nuspec +++ b/pkgs/choco/sftpgo.nuspec @@ -3,17 +3,17 @@ sftpgo - 2.5.0 + 2.5.1 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.5.0/static/img/logo.png + https://cdn.statically.io/gh/drakkan/sftpgo/v2.5.1/static/img/logo.png https://github.com/drakkan/sftpgo/blob/main/LICENSE false https://github.com/drakkan/sftpgo - https://github.com/drakkan/sftpgo/tree/v2.5.0/docs + https://github.com/drakkan/sftpgo/tree/v2.5.1/docs https://github.com/drakkan/sftpgo/issues sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication Fully featured and highly configurable SFTP server with optional HTTP/S,FTP/S and WebDAV support. @@ -32,7 +32,7 @@ You can find more info [here](https://github.com/drakkan/sftpgo). * This package installs SFTPGo as Windows Service. * After the first installation please take a look at the [Getting Started Guide](https://github.com/drakkan/sftpgo/blob/main/docs/howto/getting-started.md). - https://github.com/drakkan/sftpgo/releases/tag/v2.5.0 + https://github.com/drakkan/sftpgo/releases/tag/v2.5.1 diff --git a/pkgs/choco/tools/ChocolateyInstall.ps1 b/pkgs/choco/tools/ChocolateyInstall.ps1 index 4eaff211..ce30fc6c 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.5.0/sftpgo_v2.5.0_windows_x86_64.exe' -$checksum = '1A9449A03B7BE55F6228471DD8E5D1425A87A3DF93F8241D7B5CA4739B0BC05A' +$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.5.1/sftpgo_v2.5.1_windows_x86_64.exe' +$checksum = 'B8A7756B0E24AAB6BE95E8CAB1F135673FBFE447A850F18D441B7E3F6D3CCA0A' $silentArgs = '/VERYSILENT' $validExitCodes = @(0) @@ -47,8 +47,8 @@ Write-Output "" Write-Output "General information (README) location:" Write-Output "`thttps://github.com/drakkan/sftpgo" Write-Output "Getting started guide location:" -Write-Output "`thttps://github.com/drakkan/sftpgo/blob/v2.5.0/docs/howto/getting-started.md" +Write-Output "`thttps://github.com/drakkan/sftpgo/blob/v2.5.1/docs/howto/getting-started.md" Write-Output "Detailed information (docs folder) location:" -Write-Output "`thttps://github.com/drakkan/sftpgo/tree/v2.5.0/docs" +Write-Output "`thttps://github.com/drakkan/sftpgo/tree/v2.5.1/docs" Write-Output "" Write-Output "---------------------------" \ No newline at end of file diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index b875811d..36312b30 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.5.1-1ppa1) bionic; urgency=medium + + * New upstream release + + -- Nicola Murino Sat, 20 May 2023 19:45:01 +0200 + sftpgo (2.5.0-1ppa1) bionic; urgency=medium * New upstream release