development/avrdude: Updated for version 7.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
newHeiko 2024-01-10 21:04:09 +01:00 committed by Willy Sudiarto Raharjo
parent 4b65d85c00
commit 729651adbc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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=""