mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
binutils: bump version.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
SUMMARY="Assembler, linker and binary tools for target ${targetMachineTriple}"
|
||||
HOMEPAGE="http://www.gnu.org/software/binutils"
|
||||
|
||||
srcGitRev="a05bd9155a41ad87382134678e93d67ceb959cfc"
|
||||
srcGitRev="e2963a55e6d09d838bd84135091fbc73ffa2c2bf"
|
||||
SOURCE_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="011e60e9ba3ce92af766adc222d55a6f7291991a85074e2b5b280b62317b201d"
|
||||
CHECKSUM_SHA256="1e1214ea3cf87403cbd1176b41f823a6d0505074f513fb8eeb7e46c1aaa1c196"
|
||||
SOURCE_FILENAME="binutils-$portVersion.tar.gz"
|
||||
REVISION="1"
|
||||
LICENSE="
|
||||
GNU GPL v3
|
||||
GNU LGPL v3
|
||||
"
|
||||
COPYRIGHT="1988-2014 Free Software Foundation, Inc."
|
||||
COPYRIGHT="1988-2015 Free Software Foundation, Inc."
|
||||
|
||||
|
||||
ARCHITECTURES="x86 x86_64 arm"
|
||||
@@ -39,8 +39,8 @@ PROVIDES="
|
||||
cmd:size$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
cmd:strings$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
cmd:strip$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
lib:libbfd_2.25$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
lib:libopcodes_2.25$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
lib:libbfd_2.25.1$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
lib:libopcodes_2.25.1$secondaryArchSuffix = $portVersion compat >= 2.23
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
Reference in New Issue
Block a user