development/avrdude: Updated for version 8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
newHeiko 2024-09-07 20:57:37 +02:00 committed by Willy Sudiarto Raharjo
parent b8a0d930b4
commit 5e89a73d90
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=avrdude
VERSION=${VERSION:-7.3}
VERSION=${VERSION:-8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -104,7 +104,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING NEWS README.md atmel-docs \
AUTHORS COPYING NEWS README.md avrdude.pdf supporting-docs/ \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="avrdude"
VERSION="7.3"
VERSION="8.0"
HOMEPAGE="http://www.nongnu.org/avrdude/"
DOWNLOAD="https://github.com/avrdudes/avrdude/archive/v7.3/avrdude-7.3.tar.gz"
MD5SUM="5ff78f7dad276a0fb2808e300b3eb1bf"
DOWNLOAD="https://github.com/avrdudes/avrdude/archive/v8.0/avrdude-8.0.tar.gz"
MD5SUM="f62d33439f6c5b2239467372864c5e41"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""