development/arm-binutils: Updated for version 2.35.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
797cf9a776
commit
51394239e5
|
@ -28,7 +28,7 @@
|
|||
# Claudio Henrique Fortes Felix <felix.claudio [at] gmail [dot] com>.
|
||||
|
||||
PRGNAM=arm-binutils
|
||||
VERSION=${VERSION:-2.34}
|
||||
VERSION=${VERSION:-2.35}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,9 +65,10 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf binutils-$VERSION
|
||||
tar xvf $CWD/binutils-$VERSION.tar.xz
|
||||
tar xvf $CWD/binutils-$VERSION.tar.?z
|
||||
cd binutils-$VERSION
|
||||
chown -R root:root .
|
||||
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="arm-binutils"
|
||||
VERSION="2.34"
|
||||
VERSION="2.35"
|
||||
HOMEPAGE="http://www.gnu.org/software/binutils"
|
||||
DOWNLOAD="https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz"
|
||||
MD5SUM="664ec3a2df7805ed3464639aaae332d6"
|
||||
DOWNLOAD="https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.xz"
|
||||
MD5SUM="fc8d55e2f6096de8ff8171173b6f5087"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue