Skip to content

Commit

Permalink
AU-dotnet: 1 updated
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flcdrg committed Oct 26, 2024
1 parent e2d3c99 commit 5f4369e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion obs-ndi/obs-ndi.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>obs-ndi</id>
<version>4.14.1</version>
<version>6.0.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/obs-ndi</packageSourceUrl>
<owners>flcdrg</owners>
<title>NewTek NDI integration for OBS Studio</title>
Expand Down
4 changes: 2 additions & 2 deletions obs-ndi/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$ndiChecksum = '93BAED79F27203C61A090093BD4A1BAFBB606C6A8E768D9DEA650AD23B7BDF71'

# DO NOT CHANGE THESE MANUALLY, USE update.ps1
$url = 'https://github.com/DistroAV/DistroAV/releases/download/4.14.1/obs-ndi-4.14.1-windows-x64-Installer.exe'
$checksum = 'df272bd6efc3dca9e87998a6506ed55bc650aafbf9b61ac67b71d97a54d559ab'
$url = 'https://github.com/DistroAV/DistroAV/releases/download/6.0.0/distroav-6.0.0-windows-x64-Installer.exe'
$checksum = '9a57af278fbffc348ade7659289ab9cb0a62c7233863bf5a29f6d2949df5f0f1'

# First, install NDI Runtime
$packageArgs = @{
Expand Down

0 comments on commit 5f4369e

Please sign in to comment.