diff options
author | Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> | 2011-05-31 19:32:53 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:31:20 -0400 |
commit | ff341d37de1ea397fe67875da7683d5be3abb4aa (patch) | |
tree | 645f7fd02f7cc995b57202c4e0f6951765628170 /development/avr-binutils/avr-binutils.SlackBuild | |
parent | 6c8ff7163eed9071b7427d530dcf14c0b03c3d0d (diff) | |
download | slackbuilds-ff341d37de1ea397fe67875da7683d5be3abb4aa.tar.gz |
development/avr-binutils: Updated for version 2.21.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/avr-binutils/avr-binutils.SlackBuild')
-rw-r--r-- | development/avr-binutils/avr-binutils.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |