Skip to content

Commit

Permalink
Update to v4.0.2206.2307
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jun 27, 2022
1 parent 49fc6a0 commit 65c0ba7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.0.2205.3103'
$softwareVersion = '4.0.2206.2307'

$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.0.2205.3103/XSplit_VCam_4.0.2205.3103.msi'
checksum64 = '33c4f13a7142520cad2d7dc01e69ccefff7082699a35e719dbb8391d90931287'
url64bit = 'https://cdn2.xsplit.com/download/vc/4.0.2206.2307/XSplit_VCam_4.0.2206.2307.msi'
checksum64 = '6be9baf98edd5e3535bcc1482afb2664fbfaf0823e1eabc45e478f8a83dc884e'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
6 changes: 3 additions & 3 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.0.2205.3103</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-xsplit-vcam/tree/v4.0.2205.3103</packageSourceUrl>
<version>4.0.2206.2307</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-xsplit-vcam/tree/v4.0.2206.2307</packageSourceUrl>
<owners>sublym0nal</owners>
<title>XSplit VCam</title>
<authors>SplitmediaLabs Ltd.</authors>
Expand Down Expand Up @@ -84,7 +84,7 @@ For future upgrade operations, consider opting into Chocolatey's `useRememberedA
choco feature enable -n=useRememberedArgumentsForUpgrades
```
]]></description>
<releaseNotes>https://docs.google.com/document/d/e/2PACX-1vQSvRaRIYN9tiiHbQngJ-q9zWBVpAgZQC9zM2LuRwXu1y7LDoUUVSliYybsIN-AWJcXNA9rU0BOyYq-/pub</releaseNotes>
<releaseNotes>https://docs.google.com/document/d/e/2PACX-1vQPf9PVKXgPOW6EQSn46tfXpjp9jmKfZYtc-AuG2XsJYKLynCwvEG--WBB4VV9Y_KISvYA0MhAKcxXK/pub</releaseNotes>
<dependencies>
<dependency id="chocolatey-os-dependency.extension" version="0.0.1" />
</dependencies>
Expand Down

0 comments on commit 65c0ba7

Please # to comment.