openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
4.03k stars 3.5k forks source link

luajit2: update to v2.1-20241113 #25426

Open jmarcet opened 7 hours ago

jmarcet commented 7 hours ago

Maintainer: me Compile tested: master x86_64 Run tested: master x86_64

Description: New upstream release v2.1-20241113

jmarcet commented 7 hours ago

The Check APK compatible version/release is failing, but as far as I can see the version is valid for apk

$ opkg list-installed | grep luajit
luajit2 - 2.1.2024.11.13-r1
$ apk version -c -v 2.1.2024.11.13-r1
$ echo RET=$?
RET=0

Although:

$ grep -E '^PKG_VERSION' "Makefile" | cut -f 2 -d '='
2.1.$(subst -,.,$(PKG_SOURCE_DATE))

Which is making the workflow fail