development/avrdude: Updated for version 6.4.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
newHeiko 2022-04-23 18:22:23 +02:00 committed by Willy Sudiarto Raharjo
parent dcdc1db304
commit 0af019b799
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -4,13 +4,13 @@
# Written by Dustin Schnee <schnee72{at}gmail{dot}com>
#
# Updated by Heiko Rosemann 2020
# Updated by Heiko Rosemann 2020-2022
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=avrdude
VERSION=${VERSION:-6.3}
BUILD=${BUILD:-2}
VERSION=${VERSION:-6.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -85,7 +85,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README \
cp -a AUTHORS COPYING ChangeLog NEWS README \
$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="6.3"
VERSION="6.4"
HOMEPAGE="http://www.nongnu.org/avrdude/"
DOWNLOAD="http://download.savannah.gnu.org/releases/avrdude/avrdude-6.3.tar.gz"
MD5SUM="58bb42049122cf80fe4f4d0ce36d92ee"
DOWNLOAD="http://download.savannah.gnu.org/releases/avrdude/avrdude-6.4.tar.gz"
MD5SUM="a19321b2563fd5ed60fbc1e687b020dc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""