Update org.koreader.launcher.fdroid to v2023.04 (97123)

This commit is contained in:
F-Droid checkupdates bot 2023-04-28 17:49:55 +00:00
parent 6d9d89fb49
commit e895e7d295

View file

@ -501,6 +501,68 @@ Builds:
release android
ndk: r15c
- versionName: v2023.04
versionCode: 97121
commit: v2023.04
submodules: true
sudo:
- apt-get update
- apt-get install -y make gcc-multilib luarocks ragel python-is-python3 wget
cmake autoconf automake libtool pkg-config nasm gettext libtool-bin libncurses5
output: koreader-android-*.apk
rm:
- platform/ubuntu-touch/
- platform/win32/
- platform/kindle/wmctrl
prebuild: sed -i -e 's|./gradlew|gradle|' platform/android/luajit-launcher/Makefile
scandelete:
- base/thirdparty/
- base/spec/unit/data/
build: NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev release android
ndk: r15c
- versionName: v2023.04
versionCode: 97122
commit: v2023.04
submodules: true
sudo:
- apt-get update
- apt-get install -y make gcc-multilib luarocks ragel python-is-python3 wget
cmake autoconf automake libtool pkg-config nasm gettext libtool-bin libncurses5
output: koreader-android-*.apk
rm:
- platform/ubuntu-touch/
- platform/win32/
- platform/kindle/wmctrl
prebuild: sed -i -e 's|./gradlew|gradle|' platform/android/luajit-launcher/Makefile
scandelete:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
release android
ndk: r15c
- versionName: v2023.04
versionCode: 97123
commit: v2023.04
submodules: true
sudo:
- apt-get update
- apt-get install -y make gcc-multilib luarocks ragel python-is-python3 wget
cmake autoconf automake libtool pkg-config nasm gettext libtool-bin libncurses5
output: koreader-android-*.apk
rm:
- platform/ubuntu-touch/
- platform/win32/
- platform/kindle/wmctrl
prebuild: sed -i -e 's|./gradlew|gradle|' platform/android/luajit-launcher/Makefile
scandelete:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
release android
ndk: r15c
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
VercodeOperation:
@ -508,5 +570,5 @@ VercodeOperation:
- 10 * %c + 2
- 10 * %c + 3
UpdateCheckData: https://ota.koreader.rocks/koreader-android-fdroid-latest|(\d+)$|.|(v.*)
CurrentVersion: v2023.03
CurrentVersionCode: 96603
CurrentVersion: v2023.04
CurrentVersionCode: 97123