Skip to content

Commit 3881ac8

Browse files
author
Chocolatey
committed
1 parent 1e14a76 commit 3881ac8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

EMDB/emdb.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>EMDB</id>
5-
<version>3.49</version>
5+
<version>3.50</version>
66
<title>EMDB - Eric's Movie Database</title>
77
<authors>Wicked &amp; Wild Inc.</authors>
88
<owners>sippi</owners>

EMDB/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
$packageName = 'emdb'
44
$fileType = 'EXE'
55
$url32 = 'http://www.emdb.eu/bin/emdb.zip'
6-
$checksum32 = 'd16c8085a5bf75528359c442134f837e7571d839911bb78deb066958062bca45'
6+
$checksum32 = 'acfcd874d34166352e7fa34d20691d1664a663c4bb1378429d55aaa970bca78a'
77
$toolsPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
88
$silentArgs = '/VERYSILENT /COMPONENTS="main,mpciconlib,mpcresources"'
99

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.18663</version>
5+
<version>1.47.18679</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 = 'e332e490c932e68ba152c6d6136fe95e135aab6eacef6719f9385c51df09b7f5'
7-
$checksum64 = '1a737613fe65974d3f7632277181d6f9d480e28813493d42a6ed8e3417b56f2a'
6+
$checksum32 = '403f7f50fab1f16d4fc0381add17ae6f02a73f1d7ff17f4867b71920d5a249a8'
7+
$checksum64 = '60c121920e079dfdabd21b6ef24ef7c991c4cab0ffd2b01da6f6a11a4efe9d1e'
88
$toolsPath = (Split-Path $MyInvocation.MyCommand.Definition)
99
$bits = Get-ProcessorBits
1010
$lic_path = "$env:USERPROFILE\drivesnapshot_lic"

0 commit comments

Comments
 (0)