diff options
Diffstat (limited to '')
-rw-r--r-- | srcpkgs/dinit/template | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/srcpkgs/dinit/template b/srcpkgs/dinit/template index a55b31a2e9d..60645bcb00f 100644 --- a/srcpkgs/dinit/template +++ b/srcpkgs/dinit/template @@ -1,6 +1,6 @@ # Template file for 'dinit' pkgname=dinit -version=0.17.1 +version=0.18.0 revision=1 build_style=meson configure_args=" @@ -10,11 +10,10 @@ configure_args=" -Digr-tests=true -Db_ndebug=false" hostmakedepends="m4" -# checkdepends="libsanitizer-devel" short_desc="Service manager and init system" maintainer="dkwo <npiazza@disroot.org>" license="Apache-2.0" homepage="https://davmac.org/projects/dinit/" changelog="https://raw.githubusercontent.com/davmac314/dinit/master/NEWS" distfiles="https://github.com/davmac314/dinit/archive/v${version}.tar.gz" -checksum=25f36f9a311de3e28278637041c9f962d95843f7265c89436c172286748f88e5 +checksum=ec854903e93416b3f65e72009dcde4965869d8793e2314565484d94ede534e48 |