Skip to content

Commit ab69dce

Browse files
author
Chocolatey
committed
1 parent 382a460 commit ab69dce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivesnapshot/drivesnapshot.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>drivesnapshot</id>
5-
<version>1.47.18496</version>
5+
<version>1.47.18512</version>
66
<title>Drive Snapshot</title>
77
<authors>Tom Ehlert Software</authors>
88
<owners>sippi</owners>

drivesnapshot/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$packageName = 'drivesnapshot'
44
$url32 = 'http://www.drivesnapshot.de/download/snapshot.exe'
55
$url64 = 'http://www.drivesnapshot.de/download/snapshot64.exe'
6-
$checksum32 = '77759239956ca93081a3a84662228e1fda9fcedcf7ac5323a29a5554d0944b9d'
7-
$checksum64 = '0995f8409f86330ec43b5c8a4ae66ccf11b888649c3564e28861c517008b69ec'
6+
$checksum32 = '9c2269e9ebb7fb55a2a9649dd73f6a1cd851d79d5eee9e2936564385b1c9bc1c'
7+
$checksum64 = '8258b7c1bf3fea6e07b5f8d526a2e04f49cf00f72098566941a5e8ad76d38ed2'
88
$toolsPath = (Split-Path $MyInvocation.MyCommand.Definition)
99
$bits = Get-ProcessorBits
1010
$lic_path = "$env:USERPROFILE\drivesnapshot_lic"

0 commit comments

Comments
 (0)