sysutils/dinit: simple update to 0.12.0.

This commit is contained in:
edd 2021-11-11 16:15:19 +00:00
parent 01f8dc652f
commit 467ed8faf9
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.5 2021/01/07 17:04:31 edd Exp $
# $OpenBSD: Makefile,v 1.6 2021/11/11 16:15:19 edd Exp $
V = 0.10.0
V = 0.12.0
COMMENT = service monitoring / "init" system
DISTNAME = dinit-${V}
MASTER_SITES = https://github.com/davmac314/dinit/releases/download/v${V}/

View File

@ -1,2 +1,2 @@
SHA256 (dinit-0.10.0.tar.xz) = 5d+wV9/62GWH6ZiVrd8nhkKvIyk2sqdtCG6OX78YZgo=
SIZE (dinit-0.10.0.tar.xz) = 176696
SHA256 (dinit-0.12.0.tar.xz) = 1fmv5wBdp8CCJN3c8rY/N6bEEgt0k77UZp7zYs3htUQ=
SIZE (dinit-0.12.0.tar.xz) = 187108

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-configs_mconfig_OpenBSD,v 1.1.1.1 2019/06/07 15:01:52 edd Exp $
$OpenBSD: patch-configs_mconfig_OpenBSD,v 1.2 2021/11/11 16:15:19 edd Exp $
Index: configs/mconfig.OpenBSD
--- configs/mconfig.OpenBSD.orig
+++ configs/mconfig.OpenBSD
@@ -9,7 +9,7 @@ SYSCONTROLSOCKET=/dev/dinitctl
@@ -9,7 +9,7 @@ SYSCONTROLSOCKET=/var/run/dinitctl
# OpenBSD, tested with GCC 4.9.3 / Clang++ 4/5 and gmake:
CXX=clang++