]> git.99rst.org Git - openwrt-packages.git/commit
squeezelite: add version test override
authorKel Modderman <redacted>
Sat, 8 Aug 2026 10:46:57 +0000 (20:46 +1000)
committerAlexandru Ardelean <redacted>
Tue, 11 Aug 2026 06:25:18 +0000 (09:25 +0300)
commit0538c8a1686cccc460a12e97195219ede20b26c7
tree48ef9f3836c66b261fbedacc8a82f1a9479d91ae
parentf81c23155312c6d03d55519e7abc1305462f9166
squeezelite: add version test override

The generic package test greps executable output for PKG_VERSION, which
cannot match here: PKG_VERSION separates the build number with a dot for
apk, while squeezelite reports it with a hyphen.

Derive the expected string from PKG_VERSION rather than hardcoding it, so
the check keeps working on later updates.

Signed-off-by: Kel Modderman <redacted>
sound/squeezelite/test-version.sh [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT