Skip to content

Commit fa039a0

Browse files
author
Chocolatey
committed
1 parent b974cd7 commit fa039a0

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

0 commit comments

Comments
 (0)