mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/avrdude: Updated for version 7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4b65d85c00
commit
729651adbc
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue