diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/avr-binutils/README | 2 | ||||
-rw-r--r-- | development/avr-binutils/avr-binutils.SlackBuild | 4 | ||||
-rw-r--r-- | development/avr-binutils/avr-binutils.info | 12 |
3 files changed, 9 insertions, 9 deletions
diff --git a/development/avr-binutils/README b/development/avr-binutils/README index 7c9a56c61d..df50c2372f 100644 --- a/development/avr-binutils/README +++ b/development/avr-binutils/README @@ -1,2 +1,2 @@ -This package contains cross compiling version of GNU binutils, which can be +This package contains cross compiling version of GNU binutils, which can be used to assemble and link binaries for the AVR platform. diff --git a/development/avr-binutils/avr-binutils.SlackBuild b/development/avr-binutils/avr-binutils.SlackBuild index 640f2c3b14..16aab8c4fe 100644 --- a/development/avr-binutils/avr-binutils.SlackBuild +++ b/development/avr-binutils/avr-binutils.SlackBuild @@ -3,12 +3,12 @@ # Slackware build script for avr-binutils # Written by Marek Buras <cyfr0n (at) go2 !dot pl> +# Now maintained by Vliegendehuiskat. # This file is placed in the public domain. - PRGNAM=avr-binutils -VERSION=${VERSION:-2.20.1} +VERSION=${VERSION:-2.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/avr-binutils/avr-binutils.info b/development/avr-binutils/avr-binutils.info index 59338f5410..8f8d5ab117 100644 --- a/development/avr-binutils/avr-binutils.info +++ b/development/avr-binutils/avr-binutils.info @@ -1,10 +1,10 @@ PRGNAM="avr-binutils" -VERSION="2.20.1" +VERSION="2.21" HOMEPAGE="http://www.gnu.org/software/binutils" -DOWNLOAD="ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.20.1.tar.bz2" -MD5SUM="9cdfb9d6ec0578c166d3beae5e15c4e5" +DOWNLOAD="ftp://ftp.gnu.org/pub/gnu/binutils/binutils-2.21.tar.bz2" +MD5SUM="c84c5acc9d266f1a7044b51c85a823f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Marek Buras" -EMAIL="cyfr0n@go2.pl" -APPROVED="Niels Horn" +MAINTAINER="Vliegendehuiskat" +EMAIL="vliegendehuiskat [at] gmail [dot] com" +APPROVED="dsomero" |