aboutsummaryrefslogtreecommitdiff
path: root/system/incus/incus.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/incus/incus.SlackBuild')
-rw-r--r--system/incus/incus.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/incus/incus.SlackBuild b/system/incus/incus.SlackBuild
index 6339cc7abc..ca3038a3e4 100644
--- a/system/incus/incus.SlackBuild
+++ b/system/incus/incus.SlackBuild
@@ -25,12 +25,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=incus
-VERSION=${VERSION:-6.11}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-6.15}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-INCUS_UI=${PRGNAM}-ui-canonical_${VERSION}-ubuntu24.04-202504190250_amd64.deb
+INCUS_UI=${PRGNAM}-ui-canonical_${VERSION}-ubuntu24.04-202508010350_amd64.deb
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -66,8 +66,8 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
find -L . -type f|xargs sed -i -e "s:ubuntu/22.04:slackware/15.0:"
-# Ensure correct go is used
-. /etc/profile.d/go.sh
+# Ensure google-go-lang is used
+[ -z "$GOROOT" ] && . /etc/profile.d/go.sh
# Build
export GOFLAGS="-buildmode=pie -modcacherw"