Skip to content

Commit

Permalink
Update to 4.2.2407.1901
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Sep 3, 2024
1 parent 210b161 commit 69aa3b1
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

[version] $softwareVersion = '4.2.2402.0903'
[version] $softwareVersion = '4.2.2407.1901'
$installedVersion = Get-CurrentVersion

if ($installedVersion -and $installedVersion -eq $softwareVersion -and !$env:ChocolateyForce) {
Expand All @@ -22,8 +22,8 @@ else {
packageName = $env:ChocolateyPackageName
softwareName = 'XSplit VCam'
fileType = 'MSI'
url64bit = 'https://cdn2.xsplit.com/download/vc/4.2.2402.0903/XSplit_VCam_4.2.2402.0903.msi'
checksum64 = 'f9c4e001a786f1f7d9afb903b86edc66bc657c08844ec2afced3c5a9b8acb2e7'
url64bit = 'https://cdn2.xsplit.com/download/vc/4.2.2407.1901/XSplit_VCam_4.2.2407.1901.msi'
checksum64 = '24c8ab9e0899dca6e04b6d17967193ae80076d7658232c946a812eb335ddd618'
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.2.2402.903</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-xsplit-vcam/tree/v4.2.2402.903</packageSourceUrl>
<version>4.2.2407.1901</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-xsplit-vcam/tree/v4.2.2407.1901</packageSourceUrl>
<owners>sublym0nal</owners>
<title>XSplit VCam</title>
<authors>SplitmediaLabs Ltd.</authors>
Expand Down

0 comments on commit 69aa3b1

Please sign in to comment.