mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/avr-binutils: Updated for version 2.22.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
6061888364
commit
3b1267c076
2 changed files with 5 additions and 4 deletions
2
development/avr-binutils/avr-binutils.SlackBuild
Normal file → Executable file
2
development/avr-binutils/avr-binutils.SlackBuild
Normal file → Executable file
|
@ -8,7 +8,7 @@
|
|||
# This file is placed in the public domain.
|
||||
|
||||
PRGNAM=avr-binutils
|
||||
VERSION=${VERSION:-2.21.1}
|
||||
VERSION=${VERSION:-2.22}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
PRGNAM="avr-binutils"
|
||||
VERSION="2.21.1"
|
||||
VERSION="2.22"
|
||||
HOMEPAGE="http://www.gnu.org/software/binutils"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/binutils/binutils-2.21.1.tar.bz2"
|
||||
MD5SUM="bde820eac53fa3a8d8696667418557ad"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/binutils/binutils-2.22.tar.bz2"
|
||||
MD5SUM="ee0f10756c84979622b992a4a61ea3f5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Vliegendehuiskat"
|
||||
EMAIL="vliegendehuiskat [at] gmail [dot] com"
|
||||
APPROVED=""
|
||||
|
|
Loading…
Reference in a new issue