Use xz archive instead of bzip2 one
Submitted by: daniel.engberg.lists_pyret.net Differential Revision: https://reviews.freebsd.org/D22640
This commit is contained in:
parent
8f5cdd784a
commit
2950ebd88c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518918
2 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ RELRO_DESC= enable -z relro in ELF linker by default
|
|||
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING3
|
||||
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING3.LIB
|
||||
|
||||
USES= bison:alias cpe gmake libtool tar:bzip2 compiler:env
|
||||
USES= bison:alias cpe gmake libtool tar:xz compiler:env
|
||||
CPE_VENDOR= gnu
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1572946280
|
||||
SHA256 (binutils-2.33.1.tar.bz2) = 0cb4843da15a65a953907c96bad658283f3c4419d6bcc56bf2789db16306adb2
|
||||
SIZE (binutils-2.33.1.tar.bz2) = 32160315
|
||||
TIMESTAMP = 1575361927
|
||||
SHA256 (binutils-2.33.1.tar.xz) = ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf
|
||||
SIZE (binutils-2.33.1.tar.xz) = 21490848
|
||||
|
|
Loading…
Reference in a new issue