Commit 4dc4cca 1 parent 32b7fa2 commit 4dc4cca Copy full SHA for 4dc4cca
File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >sftpgo</id >
6
- <version >2.6.4 </version >
6
+ <version >2.6.5 </version >
7
7
<packageSourceUrl >https://github.com/drakkan/sftpgo/tree/main/pkgs/choco</packageSourceUrl >
8
8
<owners >asheroto</owners >
9
9
<title >SFTPGo</title >
10
10
<authors >Nicola Murino</authors >
11
11
<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 >
13
13
<licenseUrl >https://github.com/drakkan/sftpgo/blob/main/LICENSE</licenseUrl >
14
14
<requireLicenseAcceptance >false</requireLicenseAcceptance >
15
15
<projectSourceUrl >https://github.com/drakkan/sftpgo</projectSourceUrl >
@@ -32,7 +32,7 @@ You can find more info [here](https://docs.sftpgo.com/2.6/).
32
32
33
33
* This package installs SFTPGo as Windows Service.
34
34
* 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 >
36
36
</metadata >
37
37
<files >
38
38
<file src =" **" exclude =" **\*.md;**\icon.png;**\icon.jpg;**\icon.svg" />
Original file line number Diff line number Diff line change 1
1
$ErrorActionPreference = ' Stop'
2
2
$packageName = ' sftpgo'
3
3
$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 '
6
6
$silentArgs = ' /VERYSILENT'
7
7
$validExitCodes = @ (0 )
8
8
Original file line number Diff line number Diff line change
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
+
1
7
sftpgo (2.6.4-1ppa1) bionic; urgency=medium
2
8
3
9
* New upstream release
You can’t perform that action at this time.
0 commit comments