diff options
author | Ebben Aries <earies@dscp.org> | 2025-06-25 10:07:42 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-07-05 10:09:46 +0700 |
commit | f670838b7ce7826403579297337b4b5a510319a0 (patch) | |
tree | 4373a64c785fa0b5cde78c83ad5c43967a94d760 /development/arduino-cli/arduino-cli.SlackBuild | |
parent | 5d42ce204898f2bdcef6808c2e46bdbadf5666fc (diff) |
development/arduino-cli: Updated for version 1.2.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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} |