Skip to content

Tags: AppImageCommunity/zsync2

Tags

continuous

Toggle continuous's commit message
Use native ARM runners

2.0.0-alpha-1-20241016

Toggle 2.0.0-alpha-1-20241016's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #78 from pkwong4321/patch-1

Fix zsync URL typo

2.0.0-alpha-1-20230304

Toggle 2.0.0-alpha-1-20230304's commit message
Fix libcurl version check

2.0.0-alpha-1-20230303

Toggle 2.0.0-alpha-1-20230303's commit message
Fix CPR variable name

After trying to use CPR 1.10.0 first, which uses a new variable name, we had to move back to 1.8.3, which works well with the system libcurl on Ubuntu bionic.

2.0.0-alpha-1-20220602

Toggle 2.0.0-alpha-1-20220602's commit message
Remove unnecessary include

Breaks build.

2.0.0-alpha-1-20220517

Toggle 2.0.0-alpha-1-20220517's commit message
Add support for SSL_CERT_FILE environment variable

This environment variable is supported by the CLI curl tool, too. It allows using a custom CA bundle with the tool.

Reasons to use this environment variable include the use of self-signed or otherwise untrusted certificates on the server or setting a CA bundle path when using the tool on a distro whose path differs from the one used on the build system.

2.0.0-alpha-1-20220505

Toggle 2.0.0-alpha-1-20220505's commit message
Properly exclude tests when BUILD_TESTING is OFF

2.0.0-alpha-1-20220123

Toggle 2.0.0-alpha-1-20220123's commit message
Update cpr

2.0.0-alpha-1-20220121

Toggle 2.0.0-alpha-1-20220121's commit message
Allow using system-wide installed args library

2.0.0-alpha-1-20220117

Toggle 2.0.0-alpha-1-20220117's commit message
Fix x86_64 build