From ebf5ea5dcf5e83a940f432957ee17f8409eb569e Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Wed, 16 Oct 2024 08:28:04 +0000 Subject: [PATCH] AU: 1 updated - realsense-sdk2 [skip ci] https://gist.github.com/tunisiano187/7032dea203873812b435f152ee3794bf/cf9b1eb1bcc7ca7addc0ceab2bbd8b8a5988785f --- automatic/realsense-sdk2/realsense-sdk2.nuspec | 2 +- automatic/realsense-sdk2/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/realsense-sdk2/realsense-sdk2.nuspec b/automatic/realsense-sdk2/realsense-sdk2.nuspec index a1d6b36b2..d6969159e 100644 --- a/automatic/realsense-sdk2/realsense-sdk2.nuspec +++ b/automatic/realsense-sdk2/realsense-sdk2.nuspec @@ -2,7 +2,7 @@ realsense-sdk2 - 2.56.1 + 2.56.2 IntelĀ® RealSenseā„¢ SDK 2.0 Sergey Dorodnicov,Mark Horn,Reagan Lopez,Itay Carpis tunisiano diff --git a/automatic/realsense-sdk2/tools/chocolateyInstall.ps1 b/automatic/realsense-sdk2/tools/chocolateyInstall.ps1 index 71215635c..16f192f8c 100644 --- a/automatic/realsense-sdk2/tools/chocolateyInstall.ps1 +++ b/automatic/realsense-sdk2/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $pp = Get-PackageParameters $packageName = $env:ChocolateyPackageName -$url = 'https://github.com/IntelRealSense/librealsense/releases/download/v2.56.1/Intel.RealSense.SDK-WIN10-2.56.1.7154-beta.exe' -$checksum = 'a7477971142aa325e821337271d89402212e3fa69a44d75b98c57234e7d08529' +$url = 'https://github.com/IntelRealSense/librealsense/releases/download/v2.56.2/Intel.RealSense.SDK-WIN10-2.56.2.7411-beta.exe' +$checksum = 'b35442798289bfbd8558a10bd1b7c864ada4af8b03a52399d0e4e29ad47be196' $checksumType = 'sha256' $packageArgs = @{