smenu: Update to 1.5.0.

This commit is contained in:
Michael Aldridge 2025-08-11 11:24:46 -05:00
parent 79b3967616
commit b08977b332

View file

@ -1,6 +1,6 @@
# Template file for 'smenu' # Template file for 'smenu'
pkgname=smenu pkgname=smenu
version=1.0.0 version=1.5.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
makedepends="ncurses-devel" makedepends="ncurses-devel"
@ -10,6 +10,6 @@ license="GPL-2.0-only"
homepage="https://github.com/p-gen/smenu" homepage="https://github.com/p-gen/smenu"
changelog="https://raw.githubusercontent.com/p-gen/smenu/master/ChangeLog" changelog="https://raw.githubusercontent.com/p-gen/smenu/master/ChangeLog"
distfiles="https://github.com/p-gen/smenu/releases/download/v${version}/smenu-${version}.tar.bz2" distfiles="https://github.com/p-gen/smenu/releases/download/v${version}/smenu-${version}.tar.bz2"
checksum=40e044d4bb39a9258cbb2349e7c5618bdafaa20c39f7d86cc8b6fa3b878ef105 checksum=2de2217d322a5e28cb20f9128e60df6c00b4e8e8879381ac8ed8bdcdccc4c5ca
LDFLAGS="-lncurses" LDFLAGS="-lncurses"