We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13399df commit 31a7527Copy full SHA for 31a7527
1 file changed
srcpkgs/ndhc/template
@@ -1,6 +1,6 @@
1
# Template file for 'ndhc'
2
pkgname=ndhc
3
-version=20240524
+version=20260402
4
revision=1
5
_dashversion="${version:0:4}-${version:4:2}-${version:6:2}"
6
build_style=gnu-makefile
@@ -12,8 +12,9 @@ short_desc="Privilege-seperated secure DHCPv4 client"
12
maintainer="Duncaen <duncaen@voidlinux.org>"
13
license="MIT"
14
homepage="https://github.com/niklata/ndhc"
15
+changelog="https://github.com/niklata/ndhc/releases"
16
distfiles="https://github.com/niklata/ndhc/archive/refs/tags/v${_dashversion}.tar.gz"
-checksum=4612e1b01e65e3c64b39e39d8e67e46e571ed651b33e3087d6c0d257cd25644c
17
+checksum=e870fc3031efbf1204a8e55344933ed553134b9b605faec2d0ebcedb0e1a850d
18
19
export CFLAGS="-std=gnu99 -D_GNU_SOURCE -DNK_USE_CAPABILITY"
20
0 commit comments