nudoku: update to 5.0.0

Closes: #52581 [via git-merge-pr]
This commit is contained in:
Saksham Verma 2024-10-09 23:50:03 +05:30 committed by classabbyamp
parent 9cdbd8f293
commit 2d4ea3047c
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'nudoku'
pkgname=nudoku
version=2.1.0
version=5.0.0
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config tar xz gettext gettext-devel"
@ -10,7 +10,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/jubalh/nudoku"
distfiles="https://github.com/jubalh/${pkgname}/archive/${version}.tar.gz"
checksum=eeff7f3adea5bfe7b88bf7683d68e9a597aabd1442d1621f21760c746400b924
checksum=ba60a99c9832b5c950a00a0a9d1e0938fddf2cef32765bca18041e770afc3c4a
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
configure_args+=" --disable-nls"