Files
celenity 221059475c feat: Clean-up/re-organize CI (notably, CI now uses its own dedicated separate scripts for jobs, to improve control and portability, and also quality as they are subject to our linting)
This also reduces reliance on GitLab-specific CI env vars/functionality in general, and adds logic to ensure our CI scripts are only called from CI (translation: when `IRONFOX_CI` is set to `1`), as well as ensures external CI env vars are properly set

Signed-off-by: celenity <celenity@celenity.dev>
2026-08-13 05:31:04 +00:00

66 lines
2.8 KiB
Markdown

---
Codeberg: See [here](https://codeberg.org/ironfox-oss/IronFox/compare/v{IRONFOX_PREVIOUS_VERSION}...v{IRONFOX_VERSION}) for more details.
GitLab: See [here](https://gitlab.com/ironfox-oss/IronFox/-/compare/v{IRONFOX_PREVIOUS_VERSION}...v{IRONFOX_VERSION}) for more details.
GitHub: See [here](https://github.com/ironfox-oss/IronFox/compare/v{IRONFOX_PREVIOUS_VERSION}...v{IRONFOX_VERSION}) for more details.
---
## Downloads
Downloads for this release of IronFox can be found below:
- **Universal**: [`https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/universal/ironfox-{IRONFOX_VERSION}-universal.apk`](https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/universal/ironfox-{IRONFOX_VERSION}-universal.apk)
- **ARM64**: [`https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/arm64-v8a/ironfox-{IRONFOX_VERSION}-arm64-v8a.apk`](https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/arm64-v8a/ironfox-{IRONFOX_VERSION}-arm64-v8a.apk)
- **ARM**: [`https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/armeabi-v7a/ironfox-{IRONFOX_VERSION}-armeabi-v7a.apk`](https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/armeabi-v7a/ironfox-{IRONFOX_VERSION}-armeabi-v7a.apk)
- **x86_64**: [`https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/x86_64/ironfox-{IRONFOX_VERSION}-x86_64.apk`](https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/x86_64/ironfox-{IRONFOX_VERSION}-x86_64.apk)
- **Bundle** *(ApkSet)*: [`https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/bundle/ironfox-{IRONFOX_VERSION}.apks`](https://releases.ironfoxoss.org/ironfox/releases/{IRONFOX_VERSION}/bundle/ironfox-{IRONFOX_VERSION}.apks)
---
## App Verification
To verify the integrity/authenticity of your IronFox installation, in addition to [the SHA512sums](#sha512sums) provided below, we highly recommend using [`AppVerifier`](https://github.com/soupslurpr/AppVerifier):
Package ID: `org.ironfoxoss.ironfox`
SHA256 hash of signing certificate:
```text
C5:E2:91:B5:A5:71:F9:C8:CD:9A:97:99:C2:C9:4E:02:EC:97:03:94:88:93:F2:CA:75:6D:67:B9:42:04:F9:04
```
---
## SHA512sums
`ironfox-{IRONFOX_VERSION}-arm64-v8a.apk`:
```text
{IRONFOX_ARM64_SHA512SUM}
```
`ironfox-{IRONFOX_VERSION}-armeabi-v7a.apk`:
```text
{IRONFOX_ARM_SHA512SUM}
```
`ironfox-{IRONFOX_VERSION}-x86_64.apk`:
```text
{IRONFOX_X86_64_SHA512SUM}
```
`ironfox-{IRONFOX_VERSION}-universal.apk`:
```text
{IRONFOX_UNIVERSAL_SHA512SUM}
```
`ironfox-{IRONFOX_VERSION}.apks`:
```text
{IRONFOX_BUNDLE_SHA512SUM}
```
---
_This release was automatically generated by the CI/CD pipeline ([view pipeline](https://gitlab.com/ironfox-oss/IronFox/-/jobs/{IRONFOX_CI_JOB_ID})) and is guaranteed to be generated from commit [{IRONFOX_CI_COMMIT_SHORT}](https://gitlab.com/ironfox-oss/IronFox/-/tree/{IRONFOX_CI_COMMIT})._