From c372367c8f77a3f22b1c8d01cab5620442d73835 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Mon, 18 Jan 2021 00:40:22 +0700 Subject: [PATCH] Fix default architecture and version. Signed-off-by: Willy Sudiarto Raharjo --- src/usr/man/man5/sbopkg.conf.5 | 2 +- src/usr/sbin/sbopkg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/man/man5/sbopkg.conf.5 b/src/usr/man/man5/sbopkg.conf.5 index 41f1aaf..3b6abbb 100644 --- a/src/usr/man/man5/sbopkg.conf.5 +++ b/src/usr/man/man5/sbopkg.conf.5 @@ -552,7 +552,7 @@ If the architecture is x86, x86_64, or arm*, then .B sbopkg automatically sets .B ARCH -to i486, x86_64, or arm, respectively. +to i586, x86_64, or arm, respectively. If .B ARCH is set, diff --git a/src/usr/sbin/sbopkg b/src/usr/sbin/sbopkg index 47ad3ae..1f16f36 100755 --- a/src/usr/sbin/sbopkg +++ b/src/usr/sbin/sbopkg @@ -4629,7 +4629,7 @@ SBOPKG_REPOS_D=${SBOPKG_REPOS_D:-/etc/sbopkg/repos.d} EDITOR=${EDITOR:-vi} PAGER=${PAGER:-more} CWD=$(pwd) -SBOVER=0.38.1 +SBOVER=0.38.2 DIAG=1 ON_ERROR=ask REPOS_FIELDS=7