Skip to content

Commit e040ff3

Browse files
author
Chocolatey
committed
1 parent 51148bc commit e040ff3

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.18710</version>
5+
<version>1.48.18730</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 = 'b97edd63f5a2a239d988ebf8a6ceb578d555a71800dd2e6eba375dd6181c4c68'
7-
$checksum64 = 'e41bcdd2fcc305d5f3af0f0656f218b3c96f6a44d4e000f16ec27755bbe44669'
6+
$checksum32 = 'e0aa4d90ac70ec9eee451bbf91538ead1ed078b6b683141189b6f33711ef67aa'
7+
$checksum64 = '52ae2e9758aefa48acd1738d380b7a6d27d6f011c3abeb4ed9c8973a88e3433a'
88
$toolsPath = (Split-Path $MyInvocation.MyCommand.Definition)
99
$bits = Get-ProcessorBits
1010
$lic_path = "$env:USERPROFILE\drivesnapshot_lic"

0 commit comments

Comments
 (0)