Skip to content

Commit

Permalink
AU: 1 updated - realsense-sdk2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjscosta committed Mar 28, 2019
1 parent 6501a34 commit 1cddebe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions realsense-sdk2/realsense-sdk2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>2.19.1</version>
<version>2.19.2</version>
<packageSourceUrl>https://github.com/mjscosta/au-packages/tree/master/realsense-sdk2</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Mario Costa</owners>
Expand Down Expand Up @@ -71,7 +71,7 @@ For example: `--params '"/NoIcons /Components:tools,dev"'`
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.]]></description>
<releaseNotes>https://github.com/IntelRealSense/librealsense/releases/tag/v2.19.1</releaseNotes>
<releaseNotes>https://github.com/IntelRealSense/librealsense/releases/tag/v2.19.2</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions realsense-sdk2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $packageArgs = @{
PackageName = 'realsense.sdk'
FileType = 'exe'
SoftwareName = 'Intel® RealSense™ SDK 2.0'
url = 'https://github.com/IntelRealSense/librealsense/releases/download/v2.19.1/Intel.RealSense.SDK.exe'
checksum = 'e41a4add8e04ea25bc61cb85ed8d3356c3158dfbf3fe745f4aa6ecc3845341e1'
url = 'https://github.com/IntelRealSense/librealsense/releases/download/v2.19.2/Intel.RealSense.SDK.exe'
checksum = 'ea0942988163e94d01439e31079acd01fb4f96d06280c3facc23749590388070'
checksumType = "sha256"
silentArgs = "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", "/NOCANCEL", "/SP-",
"/LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).Install.log`"",
Expand Down

0 comments on commit 1cddebe

Please sign in to comment.