From f4b0d3bcd472195e3ca57539003f64d637c60b18 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 23 Oct 2025 08:35:42 +0200 Subject: [PATCH] Add OpenBSD 7.8 --- util/openbsd.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/openbsd.sh b/util/openbsd.sh index 414c13e..af84ee5 100755 --- a/util/openbsd.sh +++ b/util/openbsd.sh @@ -127,6 +127,10 @@ case $1 in index_base 7.7 2025-04-28 ;; + 7.8) + index_base 7.8 2025-10-22 + ;; + old) $0 5.0 $0 5.1 @@ -156,5 +160,6 @@ case $1 in $0 7.5 $0 7.6 $0 7.7 + $0 7.8 ;; esac