From 6e2642c79c3f70cc1532d24b6fe6ca1ac0a4cc29 Mon Sep 17 00:00:00 2001 From: Luis <98406209+lumarogit@users.noreply.github.com> Date: Wed, 17 May 2023 00:47:28 +0200 Subject: [PATCH] Update rootfs tarball to 20230517 --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 7cc45902e..0726e5d15 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -490,7 +490,7 @@ SCRIPTDIR="$(dirname $(realpath $0))" parse_opts "$@" ARCH=$(uname -m) -RELEASE=20230510 +RELEASE=20230517 TARBALLIMG="$PORTSDIR/venomlinux-rootfs-$ARCH.tar.xz" SRCDIR="${SRCDIR:-/var/cache/scratchpkg/sources}"