Skip to content

Commit df9fc7f

Browse files
author
Chocolatey
committed
1 parent fa039a0 commit df9fc7f

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.18458</version>
5+
<version>1.47.18466</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 = 'a1fe672a8fb54929838945951afa72f9a38d15729c39062b59ab2cee60aa5e95'
7-
$checksum64 = '0b21a1c2d5b7d3e5c9a4ca6b9705a9cc37e19b49a36e63b4a840c1ca6fb98edf'
6+
$checksum32 = '2b4882b1f84dc04737dcffe4df63c04230ef96938f991d54fb907ff1dfcba527'
7+
$checksum64 = 'c77e7c968bfb86f0e1f6305461d17c93f7c0dec51c07dae720f0f55dd3bc5aa9'
88
$toolsPath = (Split-Path $MyInvocation.MyCommand.Definition)
99
$bits = Get-ProcessorBits
1010
$lic_path = "$env:USERPROFILE\drivesnapshot_lic"

0 commit comments

Comments
 (0)