You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update shared library script to fetch latest version dynamically (based on FlorianREGAZ#138)
Refactored `update_shared_library.py` to dynamically fetch the latest release matching major version 1.x from bogdanfinn/tls-client.
Key improvements:
- Removed hardcoded version in favor of dynamic resolution
- Fetches latest release with major version "1.x" using GitHub API
- Uses regex to strip version numbers from asset filenames
- Added a mapping for consistent local renaming of binaries
- Improved maintainability and reliability across OS platforms
This implementation is inspired by and adapted from FlorianREGAZ#138, which improves dependency management by avoiding manual version updates.
Original PR: FlorianREGAZ#138
0 commit comments