Skip to content

Commit f710cc3

Browse files
authored
Merge pull request #2 from daerSeebaer/2.5.30
2.5.30
2 parents 38cc3a6 + b9ef073 commit f710cc3

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.nupkg

pkgfiles/tools/chocolateyinstall.ps1

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
$packageName = 'urbackup-server'
44
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
5-
$fileLocation = ''
65

76
#Based on Nsis
87
$packageArgs = @{
@@ -11,8 +10,8 @@ $packageArgs = @{
1110
fileType = 'exe'
1211
silentArgs = "/S"
1312
validExitCodes= @(0)
14-
url = 'https://hndl.urbackup.org/Server/2.4.12/UrBackup%20Server%202.4.12.exe'
15-
checksum = 'C0D5F3AE1D78286AD2B7F7D237D937EE2268F6A92C904BA2D70F5EF7C2EF958C'
13+
url = 'https://hndl.urbackup.org/Server/2.5.30/UrBackup%20Server%202.5.30.exe'
14+
checksum = 'E2EDBA1CBCC458333FCBFF979B6C78EF5746FCBD5E86A207FAB4E8E93464702F'
1615
checksumType = 'sha256'
1716
url64bit = ""
1817
checksum64 = ''

pkgfiles/urbackup-server.nuspec

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4+
<!-- == PACKAGE SPECIFIC SECTION == -->
45
<id>urbackup-server</id>
5-
<version>2.4.12</version>
6+
<version>2.5.30</version>
7+
<packageSourceUrl>https://github.com/daerSeebaer/choco-urbackup-server/</packageSourceUrl>
8+
<owners>Sebastian Dallinger</owners>
9+
<!-- == SOFTWARE SPECIFIC SECTION == -->
610
<title>UrBackup-Server (Install)</title>
711
<authors>Martin Raiber</authors>
8-
<owners>Martin Raiber</owners>
9-
<projectUrl>http://www.urbackup.org/</projectUrl>
10-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<projectUrl>https://www.urbackup.org/</projectUrl>
13+
<licenseUrl>https://www.gnu.org/licenses/agpl-3.0</licenseUrl>
14+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
15+
<docsUrl>https://www.urbackup.org/documentation.html</docsUrl>
16+
<tags>urbackup-client admin backup</tags>
17+
<summary>UrBackup is an easy to setup Open Source client/server backup system.</summary>
1118
<description>UrBackup is an easy to setup Open Source client/server backup system, that through a combination of image and file backups accomplishes both data safety and a fast restoration time.
1219

1320
File and image backups are made while the system is running without interrupting current processes.
@@ -16,9 +23,9 @@ UrBackup also continuously watches folders you want backed up in order to quickl
1623

1724
Your files can be restored through the web interface, via the client or the Windows Explorer while the backups of drive volumes can be restored with a bootable CD or USB-Stick (bare metal restore).
1825

19-
A web interface makes setting up your own backup server really easy. For a quick impression please look at the screenshots here.
26+
A web interface makes setting up your own backup server really easy. For a quick impression please look at the [screenshots here](https://www.urbackup.org/impressions.html).
2027

21-
Currently there are over 8300 running UrBackup server instances (with auto-update enabled) with some instances having hundreds of active clients.</description>
22-
<tags>urbackup-server admin backup</tags>
28+
Currently there are over 21,000 running UrBackup server instances (with auto-update enabled) with some instances having hundreds of active clients.</description>
29+
<releaseNotes>https://www.urbackup.org/server_changelog.html</releaseNotes>
2330
</metadata>
2431
</package>

0 commit comments

Comments
 (0)