Skip to content

Commit 30b0181

Browse files
author
Chocolatey
committed
1 parent abdc018 commit 30b0181

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

0 commit comments

Comments
 (0)