Skip to content

Commit

Permalink
Update to 4.1.2211.2501
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Dec 12, 2022
1 parent 08adf83 commit eece3d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Confirm-Win10
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. $toolsDir\helpers.ps1

$softwareVersion = '4.1.2210.2601'
$softwareVersion = '4.1.2211.2501'

$installedVersion = Get-CurrentVersion
if ([Version] $softwareVersion -lt [Version] $installedVersion)
Expand All @@ -18,8 +18,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'XSplit VCam'
fileType = 'MSI'
url64bit = 'https://cdn2.xsplit.com/download/vc/4.1.2210.2601/XSplit_VCam_4.1.2210.2601.msi'
checksum64 = '879d586ef1d91ced65b6cf0a0c2f381ed6b609ebefc570293114c7fd86dbdd3c'
url64bit = 'https://cdn2.xsplit.com/download/vc/4.1.2211.2501/XSplit_VCam_4.1.2211.2501.msi'
checksum64 = '790f50bd9b620e59ee381994905074b6a98fc0bee3c92e918e233d63c8190f9a'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions xsplit-vcam.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>xsplit-vcam</id>
<version>4.1.2210.2601</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-xsplit-vcam/tree/v4.1.2210.2601</packageSourceUrl>
<version>4.1.2211.2501</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-xsplit-vcam/tree/v4.1.2211.2501</packageSourceUrl>
<owners>sublym0nal</owners>
<title>XSplit VCam</title>
<authors>SplitmediaLabs Ltd.</authors>
Expand Down

0 comments on commit eece3d2

Please sign in to comment.