diff options
Diffstat (limited to 'development/arduino-cli/arduino-cli.SlackBuild')
-rw-r--r-- | development/arduino-cli/arduino-cli.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/arduino-cli/arduino-cli.SlackBuild b/development/arduino-cli/arduino-cli.SlackBuild index fc0957942d..e0b66a1148 100644 --- a/development/arduino-cli/arduino-cli.SlackBuild +++ b/development/arduino-cli/arduino-cli.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Arduino CLI -# Copyright 2023-2024 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2023-2025 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=arduino-cli -VERSION=${VERSION:-1.1.1} +VERSION=${VERSION:-1.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |