diff options
author | newHeiko <35038740+newHeiko@users.noreply.github.com> | 2024-01-10 21:04:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-11 12:23:49 +0700 |
commit | 729651adbce259a62592cfc980b8b0a2eb41fe73 (patch) | |
tree | 2ec5aba453938a9b554a7f3c33137f75128b87a6 /development | |
parent | 4b65d85c00869aa8077c8338e8156b0b42015d5a (diff) |
development/avrdude: Updated for version 7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/avrdude/avrdude.SlackBuild | 4 | ||||
-rw-r--r-- | development/avrdude/avrdude.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/avrdude/avrdude.SlackBuild b/development/avrdude/avrdude.SlackBuild index 764e64dceac98..374837ed45178 100644 --- a/development/avrdude/avrdude.SlackBuild +++ b/development/avrdude/avrdude.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for avrdude -# Copyright 2023 Heiko Rosemann Germany +# Copyright 2023-2024 Heiko Rosemann Germany # # Originally written by Dustin Schnee <schnee72{at}gmail{dot}com> # and updated by Heiko Rosemann 2020-2022, but completely re-written in @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=avrdude -VERSION=${VERSION:-7.1} +VERSION=${VERSION:-7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/avrdude/avrdude.info b/development/avrdude/avrdude.info index 119b4bd7e627e..96b139220095a 100644 --- a/development/avrdude/avrdude.info +++ b/development/avrdude/avrdude.info @@ -1,8 +1,8 @@ PRGNAM="avrdude" -VERSION="7.1" +VERSION="7.2" HOMEPAGE="http://www.nongnu.org/avrdude/" -DOWNLOAD="https://github.com/avrdudes/avrdude/archive/v7.1/avrdude-7.1.tar.gz" -MD5SUM="395c66609d57ff12a2288879797d597f" +DOWNLOAD="https://github.com/avrdudes/avrdude/archive/v7.2/avrdude-7.2.tar.gz" +MD5SUM="9b423eab6d04e7dff1897cb183a78b87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |