Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oscar: update to 1.6.0 #27555

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions aqua/oscar/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ PortSystem 1.0
PortGroup qmake5 1.0

name oscar
version 1.5.3
version 1.6.0
revision 0
# please increase revision with new build_number
set build_number 0
# see https://gitlab.com/pholy/OSCAR-code/-/tags for upload_tag associated with version
set upload_tag 7267dafa46a871449bf4c5131f4a7998baf769c0
# see https://gitlab.com/CrimsonNape/OSCAR-code/-/tags for upload_tag associated with version
set upload_tag cb07f84195efc2a2141fec2df661c5e5a63f5670
categories aqua
license GPL-3
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
maintainers {mcalhoun @MarcusCalhoun-Lopez} {mark @markemer} openmaintainer


description a cross platform, opensource sleep tracking program for reviewing CPAP and Oximetry data
long_description OSCAR is ${description}, \
which are devices used in the treatment of Sleep Disorders like Obstructive Sleep Apnea.

homepage https://www.sleepfiles.com/OSCAR/
master_sites https://gitlab.com/pholy/OSCAR-code/-/archive/${upload_tag}
master_sites https://gitlab.com/CrimsonNape/OSCAR-code/-/archive/${upload_tag}

distname ${name}-${version}-r-${build_number}

checksums rmd160 7c0e8c469a9ff1c712a33986f1ada1beec4218fd \
sha256 decd7fbbcbb1ee2fa2cfc135bc312ab8804a14707ecd9e3a841cf97668f677c7 \
size 7868784
checksums rmd160 dac6a63429d101d200fdfac4303a074e44200120 \
sha256 6786540b4f73c92e7de95cf1de5c6b05fef495eefa5f32e412e0f4da022b14ec \
size 7841691

qt5.min_version 5.13

Expand All @@ -46,5 +46,5 @@ destroot {
}

livecheck.type regex
livecheck.url https://gitlab.com/pholy/OSCAR-code/-/tags
livecheck.url https://gitlab.com/CrimsonNape/OSCAR-code/-/tags
livecheck.regex { v(\d+(?:\.\d+)*)[^-]}