Package Details: mips-elf-binutils 2.39-1

Git Clone URL: https://aur.archlinux.org/mips-elf-binutils.git (read-only, click to copy)
Package Base: mips-elf-binutils
Description: A set of programs to assemble and manipulate binary and object files for the MIPS ELF (bare-metal) architecture
Upstream URL: http://www.gnu.org/software/binutils/
Licenses: GPL
Conflicts: cross-mips-elf-binutils
Provides: cross-mips-elf-binutils
Replaces: cross-mips-elf-binutils
Submitter: angelodalzotto
Maintainer: angelodalzotto
Last Packager: angelodalzotto
Votes: 6
Popularity: 0.011583
First Submitted: 2022-03-13 22:31 (UTC)
Last Updated: 2022-08-12 15:38 (UTC)

Latest Comments

felipebalbi commented on 2022-08-12 11:24 (UTC)

Here's a patch upgrading this package to 2.39:

From 9afef462debdf80ff665dfa136c3d056db56791e Mon Sep 17 00:00:00 2001
From: Felipe Balbi <felipe@balbi.sh>
Date: Fri, 12 Aug 2022 14:17:27 +0300
Subject: [PATCH] Update to v2.39

---
 .SRCINFO | 10 +++++-----
 PKGBUILD |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 085526c07ab0..f1fe3e198386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = mips-elf-binutils
    pkgdesc = A set of programs to assemble and manipulate binary and object files for the MIPS ELF (bare-metal) architecture
-   pkgver = 2.38
+   pkgver = 2.39
    pkgrel = 1
    url = http://www.gnu.org/software/binutils/
    arch = i686
@@ -10,10 +10,10 @@ pkgbase = mips-elf-binutils
    provides = cross-mips-elf-binutils
    conflicts = cross-mips-elf-binutils
    replaces = cross-mips-elf-binutils
-   source = https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.bz2
-   source = https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.bz2.sig
+   source = https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.bz2
+   source = https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.bz2.sig
    validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
-   sha1sums = 50e0acc9ffe920e90b699e8e5db0aa9449c22cb4
-   sha1sums = SKIP
+   sha256sums = da24a84fef220102dd24042df06fdea851c2614a5377f86effa28f33b7b16148
+   sha256sums = SKIP

 pkgname = mips-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 8a4770617dd8..9682e1194dc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 _target="mips-elf"
 pkgname=$_target-binutils
-pkgver=2.38
+pkgver=2.39
 pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files for the MIPS ELF (bare-metal) architecture"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ replaces=('cross-mips-elf-binutils')
 conflicts=('cross-mips-elf-binutils')
 provides=('cross-mips-elf-binutils')
 source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('50e0acc9ffe920e90b699e8e5db0aa9449c22cb4'
+sha256sums=('da24a84fef220102dd24042df06fdea851c2614a5377f86effa28f33b7b16148'
          'SKIP')
 validpgpkeys=('3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F')  # Nick Clifton (Chief Binutils Maintainer) <nickc@redhat.com>

-- 
2.37.1