From 4a719ebdaff5ccd2e8d456fd3983c01cef498567 Mon Sep 17 00:00:00 2001 From: Luis <98406209+lumarogit@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:09:47 +0200 Subject: [PATCH] build.sh: update release 20231019 --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 701cadcec..ca53b9a86 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -490,7 +490,7 @@ SCRIPTDIR="$(dirname $(realpath $0))" parse_opts "$@" ARCH=$(uname -m) -RELEASE=20231008 +RELEASE=20231019 TARBALLIMG="$PORTSDIR/venomlinux-rootfs-$ARCH.tar.xz" SRCDIR="${SRCDIR:-/var/cache/scratchpkg/sources}"