From a14f7b9bac0ff0ae7cac1839c3e7d55ff11c1188 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 2 May 2025 15:00:16 +0200 Subject: [PATCH] Add OpenBSD 7.7 --- util/openbsd.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/openbsd.sh b/util/openbsd.sh index 330c149..414c13e 100755 --- a/util/openbsd.sh +++ b/util/openbsd.sh @@ -123,6 +123,10 @@ case $1 in index_base 7.6 2024-10-08 ;; + 7.7) + index_base 7.7 2025-04-28 + ;; + old) $0 5.0 $0 5.1 @@ -151,5 +155,6 @@ case $1 in $0 7.4 $0 7.5 $0 7.6 + $0 7.7 ;; esac