-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update to 1.24.1 #27377
base: master
Are you sure you want to change the base?
Update to 1.24.1 #27377
Conversation
Add "u" key to file browser to sort non-local files first Fix possible crash on aarch64 when connected to an ADC hub Slightly improve ADC protocol compliance Slightly improve C compiler compatibility
@1o1o1 thanks for the update! Please amend your commit message so that it follows the usual convention: "portname: short description" |
@@ -3,7 +3,7 @@ | |||
PortSystem 1.0 | |||
|
|||
name ncdc | |||
version 1.23.1 | |||
version 1.24.1 | |||
categories net chat | |||
platforms darwin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the default for quite some time now and thus the "platforms" line should be removed. "port lint" warns about that so you should have seen that when you ran the lint check locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok) I'll remove it later.
Description
Add "u" key to file browser to sort non-local files first
Fix possible crash on aarch64 when connected to an ADC hub
Slightly improve ADC protocol compliance
Slightly improve C compiler compatibility
Type(s)
Tested on
macOS x.y
Xcode x.y / Command Line Tools x.y.z
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?