summaryrefslogtreecommitdiffstats
path: root/development/avr-binutils
diff options
context:
space:
mode:
author newHeiko2022-04-23 17:26:09 +0200
committer Willy Sudiarto Raharjo2022-04-30 08:51:45 +0200
commit5167a54a743256748e75edef97790fc9570c3139 (patch)
tree7a3226173df43986b9eb0c0e6255c3b71bf2f612 /development/avr-binutils
parent34d1e3706a1bbc9186a6428b617ec3a317813c88 (diff)
downloadslackbuilds-5167a54a743256748e75edef97790fc9570c3139.tar.gz
development/avr-binutils: Updated for version 2.38.
Also included not-so-new maintainer info in SlackBuild. Let me know if the "public domain" license (taken over from previous maintainers) is an issue. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/avr-binutils')
-rw-r--r--development/avr-binutils/avr-binutils.SlackBuild9
-rw-r--r--development/avr-binutils/avr-binutils.info6
2 files changed, 8 insertions, 7 deletions
diff --git a/development/avr-binutils/avr-binutils.SlackBuild b/development/avr-binutils/avr-binutils.SlackBuild
index ba6816b912..f0be939b0b 100644
--- a/development/avr-binutils/avr-binutils.SlackBuild
+++ b/development/avr-binutils/avr-binutils.SlackBuild
@@ -3,15 +3,16 @@
# Slackware build script for avr-binutils
# Written by Marek Buras <cyfr0n (at) go2 !dot pl>
-# Previously maintainted by Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com>
-# Now maintained by Claudio Henrique Fortes Felix <felix.claudio [at] gmail [dot] com>.
+# Previously maintained by Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com>
+# Previously maintained by Claudio Henrique Fortes Felix <felix.claudio [at] gmail [dot] com>
+# Now maintained by Heiko Rosemann <heiko [dot] rosemann [at] web [dot] de>
# This file is placed in the public domain.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=avr-binutils
-VERSION=${VERSION:-2.35.1}
+VERSION=${VERSION:-2.38}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -56,7 +57,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf binutils-$VERSION
-tar xvf $CWD/binutils-$VERSION.tar.bz2
+tar xvf $CWD/binutils-$VERSION.tar.?z*
cd binutils-$VERSION
chown -R root:root .
find -L . \
diff --git a/development/avr-binutils/avr-binutils.info b/development/avr-binutils/avr-binutils.info
index c1dcf84093..4129050079 100644
--- a/development/avr-binutils/avr-binutils.info
+++ b/development/avr-binutils/avr-binutils.info
@@ -1,8 +1,8 @@
PRGNAM="avr-binutils"
-VERSION="2.35.1"
+VERSION="2.38"
HOMEPAGE="http://www.gnu.org/software/binutils"
-DOWNLOAD="http://ftp.gnu.org/gnu/binutils/binutils-2.35.1.tar.bz2"
-MD5SUM="9203e5ca6243c8501f679dd6407df820"
+DOWNLOAD="http://ftpmirror.gnu.org/gnu/binutils/binutils-2.38.tar.xz"
+MD5SUM="6e39cad1bb414add02b5b1169c18fdc5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""