repo: sbhk
action: commit
revision: 
path_from: 
revision_from: 08b31c70e7e192dc4c85afd0cfa80ccdc9059294:
path_to: 
revision_to: 
git.thebackupbox.net
sbhk
git clone git://git.thebackupbox.net/sbhk
commit 08b31c70e7e192dc4c85afd0cfa80ccdc9059294
Author: nytpu 
Date:   Fri Aug 13 08:51:19 2021 -0600

    bump version to r5 and change versioning scheme

diff --git a/.config b/.config
index f90b8c3ade5704d040ffda9a47292e173a0133bc..
index ..d71cf2e29e175243cfa919ea5ab19b4107b79f2d 100644
--- a/.config
+++ b/.config
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Buildroot v0.3.1 Configuration
+# Buildroot r5 Configuration
 #
 BR2_HAVE_DOT_CONFIG=y
 BR2_HOST_GCC_AT_LEAST_4_9=y
@@ -336,7 +336,7 @@ BR2_TOOLCHAIN_HAS_LIBQUADMATH=y
 BR2_ROOTFS_SKELETON_DEFAULT=y
 # BR2_ROOTFS_SKELETON_CUSTOM is not set
 BR2_TARGET_GENERIC_HOSTNAME="sbhk"
-BR2_TARGET_GENERIC_ISSUE="Welcome to SBHK v0.3.1. Use 'root' to login."
+BR2_TARGET_GENERIC_ISSUE="Welcome to SBHK, Release 5. Use 'root' to login."
 # BR2_TARGET_GENERIC_PASSWD_SHA256 is not set
 BR2_TARGET_GENERIC_PASSWD_SHA512=y
 BR2_TARGET_GENERIC_PASSWD_METHOD="sha-512"
diff --git a/README.md b/README.md
index dc897818d02f6687ba54d6d2171b83c096ed512b..
index ..39a3f358066d38345d5321222fb257c115befe0e 100644
--- a/README.md
+++ b/README.md
@@ -66,10 +66,11 @@ recommended setup.

 ### Downloading

-ISOs for SBHK v0.3.1 can be downloaded from .
-Also make sure to download the checksums and signatures!  My GPG key is
-available via `gpg --locate-external-key alex@nytpu.com` and my signify key can
-be found at .
+ISOs for SBHK Release 5 can be downloaded from
+.  Also make sure to download the checksums
+and signatures!  My GPG key is available via `gpg --locate-external-key
+alex@nytpu.com` and my signify key can be found at
+.

 It is recommended to download the x86_64 version unless you know you'll be
 using it on a 32-bit computer.  While the plain x86 distribution *should* work
diff --git a/fs_overlay/root/.profile b/fs_overlay/root/.profile
index e5ffeebcd8356f3994aebd2727007c7e6f967888..
index ..7c438901d817acfbbe21f872e2e229f4dbc3dae6 100644
--- a/fs_overlay/root/.profile
+++ b/fs_overlay/root/.profile
@@ -1,8 +1,8 @@
 export GNUPGHOME=/keystore/gpg
-export SBHK_VERSION="0.3.1"
+export SBHK_VERSION="5"

 version() {
-	printf "Simple Bootable Hardware Keystore v%s\n" "${SBHK_VERSION}"
+	printf "Simple Bootable Hardware Keystore, Release %s\n" "${SBHK_VERSION}"
 }

 quick_setup() {

-----END OF PAGE-----