Skip to content

Commit 4dc4cca

Browse files
committed
back to development
Signed-off-by: Nicola Murino <[email protected]>
1 parent 32b7fa2 commit 4dc4cca

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

pkgs/choco/sftpgo.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>sftpgo</id>
6-
<version>2.6.4</version>
6+
<version>2.6.5</version>
77
<packageSourceUrl>https://github.com/drakkan/sftpgo/tree/main/pkgs/choco</packageSourceUrl>
88
<owners>asheroto</owners>
99
<title>SFTPGo</title>
1010
<authors>Nicola Murino</authors>
1111
<projectUrl>https://sftpgo.com</projectUrl>
12-
<iconUrl>https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.4/static/img/logo.png</iconUrl>
12+
<iconUrl>https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.5/static/img/logo.png</iconUrl>
1313
<licenseUrl>https://github.com/drakkan/sftpgo/blob/main/LICENSE</licenseUrl>
1414
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1515
<projectSourceUrl>https://github.com/drakkan/sftpgo</projectSourceUrl>
@@ -32,7 +32,7 @@ You can find more info [here](https://docs.sftpgo.com/2.6/).
3232

3333
* This package installs SFTPGo as Windows Service.
3434
* After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.6/initial-configuration/).</description>
35-
<releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.6.4</releaseNotes>
35+
<releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.6.5</releaseNotes>
3636
</metadata>
3737
<files>
3838
<file src="**" exclude="**\*.md;**\icon.png;**\icon.jpg;**\icon.svg" />

pkgs/choco/tools/ChocolateyInstall.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$ErrorActionPreference = 'Stop'
22
$packageName = 'sftpgo'
33
$softwareName = 'SFTPGo'
4-
$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.4/sftpgo_v2.6.4_windows_x86_64.exe'
5-
$checksum = '88E43FE72AE762C36EDD49712171C0AABF22510B760A698C5A1F338C8E58CFAA'
4+
$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.5/sftpgo_v2.6.5_windows_x86_64.exe'
5+
$checksum = 'A2539BADC2BA0E4418341D49FFC67728DA7BECC4D5A8056E592DF6365E6EC145'
66
$silentArgs = '/VERYSILENT'
77
$validExitCodes = @(0)
88

pkgs/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sftpgo (2.6.5-1ppa1) bionic; urgency=medium
2+
3+
* New upstream release
4+
5+
-- Nicola Murino <[email protected]> Fri, 07 Feb 2025 19:22:24 +0100
6+
17
sftpgo (2.6.4-1ppa1) bionic; urgency=medium
28

39
* New upstream release

0 commit comments

Comments
 (0)