mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #444] [MERGED] fix: update radare2 download source to GitHub releases #401
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#401
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kavishdevar/librepods/pull/444
Author: @MaizeShark
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/3/2026
Merged by: @kavishdevar
Base:
main← Head:radare2-fix📝 Commits (1)
61df13ffix(radare2): update radare2 download url📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
android/app/src/main/java/me/kavishdevar/librepods/utils/RadareOffsetFinder.kt(+1 -1)📝
build-magisk-module.sh(+1 -1)📄 Description
This PR updates the download URL for the
radare2binary used in both the Android application and the Magisk module build script.The previous
your-objectstorage.comlinks have become unreliable or offline, leading to the setup failures reported by multiple users in #439. This change migrates the source to official GitHub release assets provided bydevnoname120(5.9.8-android-aln), i hope that is the correct one.Changes
RadareOffsetFinder.kt: UpdatedRADARE2_URLto point to the new GitHub release asset.build-magisk-module.sh: Updated thecurltarget to ensure the Magisk module builds with a valid binary.Linked Issues
Testing & Verification
Summary by CodeRabbit
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.