Skip to content

Commit

Permalink
Update Oscar
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed May 17, 2024
1 parent 996fd89 commit 8eab294
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
14 changes: 11 additions & 3 deletions oscar-cpap-analysis/oscar-cpap-analysis.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,30 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>oscar-cpap-analysis</id>
<version>1.5.0</version>
<version>1.5.3</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/oscar-cpap-analysis</packageSourceUrl>
<owners>flcdrg</owners>
<title>OSCAR, the Open Source CPAP Analysis Reporter</title>
<authors>Mark Watkins, The OSCAR Team</authors>
<projectUrl>http://www.apneaboard.com/wiki/index.php?title=OSCAR_Help#Basic_OSCAR_organisation</projectUrl>
<iconUrl>https://rawcdn.githack.com/flcdrg/au-packages/3804dc7c4dba7e095ea45a81176202c63d666356/oscar-cpap-analysis/icons/oscar.png</iconUrl>
<copyright>(C) 2011-2018 Mark Watkins, 2019-2020 by The OSCAR Team</copyright>
<copyright>(C) 2011-2018 Mark Watkins, 2019-2024 by The OSCAR Team</copyright>
<licenseUrl>https://gitlab.com/pholy/OSCAR-code/-/raw/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://gitlab.com/pholy/OSCAR-code</projectSourceUrl>
<docsUrl>http://www.apneaboard.com/wiki/index.php/OSCAR_Help</docsUrl>
<bugTrackerUrl>https://gitlab.com/pholy/OSCAR-code/-/issues</bugTrackerUrl>
<tags>cpap</tags>
<summary>This software has been designed to assist you in reviewing the data produced by your CPAP devices and related equipment.</summary>
<description>OSCAR is software compatible with Windows, Mac and Linux operating systems, developed for reviewing and exploring data produced by supported CPAP, bilevel, ventilators and related machines used in the treatment of sleep apnea. Oscar requires that data is collected on a SD card which MUST be inserted into the PAP machine during use to record detailed data.</description>
<description>OSCAR is an acronym that stands for, "Open Source CPAP Analysis Reporter". OSCAR provides for the viewing of the high-resolution sleep data that is generated by the CPAP and stored on the SD card. OSCAR converts this data to graph form allowing the user to view this data down to a breath by breath level. OSCAR is free to use and is compiled in formats that will operate on Mac, Linux, and Windows. It is this information that enables you to provide data for discussion with your doctor and/or to view and optimize your personal therapy.

OSCAR is also used by many physicians and therapists who consult with patients, and by medical researchers comparing patient/machine responses across multiple platforms. OSCAR provides visual and statistical data details and enables comparisons across machine types and manufacturers, that are not available from proprietary manufacturer software and data products. Professionals who rely on OSCAR to provide research and to serve patient needs will lose this valuable resource if data becomes inaccessible, or only available through the manufacturer's data products.

#### Package updates

This package is not currently automatically updated. If you notice a new release of the software, use the 'Contain Maintainer' link, or leave a comment below.

</description>
<releaseNotes>http://www.apneaboard.com/wiki/index.php/OSCAR_Release_Notes</releaseNotes>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions oscar-cpap-analysis/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ $packageArgs = @{
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'

validExitCodes= @(0) #please insert other valid exit codes here
url = "https://www.apneaboard.com/OSCAR/OSCAR-1.5.0-Win32.exe"
checksum = 'AE298A414E99E36F99991F661AE0E192454B3D03A8D1C71D2C733E11B2C4C8F1'
url = "https://www.apneaboard.com/OSCAR/1.5.3/OSCAR-1.5.3-Win32.exe"
checksum = '3BB7540B2E0062AD406B4A05CAC22D203121E733C5404A40C61F58B8C3FDE0A8'
checksumType = 'sha256'
url64bit = "https://www.apneaboard.com/OSCAR/OSCAR-1.5.0-Win64.exe"
checksum64 = '72AC52F4F063948BB957FB7921E8A1A3C5BD11F8EECF9CC33B8D7384A927F7EB'
url64bit = "https://www.apneaboard.com/OSCAR/1.5.3/OSCAR-1.5.3-Win64.exe"
checksum64 = '5FB2FC71AB20D1EB539509E1F57C76C9A8D9266CB9EDEE51930A076CF2874EC6'
checksumType64= 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit 8eab294

Please sign in to comment.