Skip to content

Commit

Permalink
Update to 4.1.2304.2701
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed May 3, 2023
1 parent fa9206c commit c6f4930
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

[version] $softwareVersion = '4.1.2303.2101'
[version] $softwareVersion = '4.1.2304.2701'
$installedVersion = Get-CurrentVersion
if ($softwareVersion -lt $installedVersion) {
Write-Output "Current installed version (v$installedVersion) must be uninstalled first..."
Expand All @@ -16,8 +16,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'XSplit VCam'
fileType = 'MSI'
url64bit = 'https://cdn2.xsplit.com/download/vc/4.1.2303.2101/XSplit_VCam_4.1.2303.2101.msi'
checksum64 = 'bc6ba66b2cd396a7232c6bd8afc5c672611669a97a1abff8f66b47ff3e48d773'
url64bit = 'https://cdn2.xsplit.com/download/vc/4.1.2304.2701/XSplit_VCam_4.1.2304.2701.msi'
checksum64 = 'a1f6bb00c8df7ccd3a5a296f5a297efdb1ce37d25d1a6f2d719339d04e7e0269'
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.1.2303.2101</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-xsplit-vcam/tree/v4.1.2303.2101</packageSourceUrl>
<version>4.1.2304.2701</version>
<packageSourceUrl>https://github.com/brogers5/chocolatey-package-xsplit-vcam/tree/v4.1.2304.2701</packageSourceUrl>
<owners>sublym0nal</owners>
<title>XSplit VCam</title>
<authors>SplitmediaLabs Ltd.</authors>
Expand Down Expand Up @@ -87,7 +87,7 @@ For future upgrade operations, consider opting into Chocolatey's `useRememberedA
choco feature enable --name="'useRememberedArgumentsForUpgrades'"
```
]]></description>
<releaseNotes>https://docs.google.com/document/d/e/2PACX-1vQbvfYeK7pHsVVOUpm4hYF_Abnla9ksijTW9T3qOPgijqphp0l75Wzvt2QfY_QgASVHCalzndmC8qk-/pub</releaseNotes>
<releaseNotes>https://docs.google.com/document/d/e/2PACX-1vSKPcb76MxiZ6_-8SO4jTqyIc6pBL0sn1YyrfoeJ0oE5IuBl9pk-X9l9VQvzDpBvtg4BUM9Mmu0PJAh/pub</releaseNotes>
<dependencies>
<dependency id="chocolatey-os-dependency.extension" version="0.0.1" />
</dependencies>
Expand Down

0 comments on commit c6f4930

Please # to comment.