this post was submitted on 20 Nov 2022
1 points (100.0% liked)

lemmur

654 readers
1 users here now

Community dedicated to discussions around a mobile lemmy client

Code repository: github.com/LemmurOrg/lemmur

Contribute translations: Weblate

Download for your device:

Support development:

Before asking for help with a problem make sure you've read the FAQ

founded 3 years ago
MODERATORS
 

In GitHub repository last commit is from August, last release is 0.8.0, but in Google Play and F-Droid, new version is available to download, but with integrated browser issue. I can't fix this issue by myself and also, old version 0.8.0 from January is outdated and I cannot login to my account. Isn't lemmur open source no more?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] beyond@linkage.ds8.zone 1 points 2 years ago* (last edited 2 years ago) (1 children)

F-Droid builds from publicly available source, so if F-Droid has 0.9.0 then 0.9.0 is available in the git repository - which it is, although for some reason github does not show it as a "release" but merely as a "tag."

For future reference, every release on F-Droid has an attached source tarball, for lemmur 0.9.0 that is here: https://f-droid.org/repo/com.krawieck.lemmur_20_src.tar.gz Also, the build logs will tell you exactly which commit was built, the build logs for this package are at https://f-droid.org/repo/com.krawieck.lemmur_20.log.gz and the line to look for is:

2022-09-03 15:07:15,319 INFO: Successfully built version 0.9.0 of com.krawieck.lemmur from faf37f6234fac40fc1df0f85db5bfd8faf5d8ea5

... which will correspond to this commit on github: https://github.com/LemmurOrg/lemmur/commit/faf37f6234fac40fc1df0f85db5bfd8faf5d8ea5

[โ€“] Thann@lemmy.ml 1 points 2 years ago

Yeah, I dont like the "github releases" for exactly this reason.