summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Chen2022-03-18 11:21:21 +0800
committerHarry Chen2022-03-18 11:21:21 +0800
commit72b77b1a240a7b7d01465b1abf491f5de5d80ab5 (patch)
treecd093524ce5c128a9bdc61e70c6066df1dcc5eef
parent3f9663feb4c9369130924a065022afc0a944c66d (diff)
downloadaur-72b77b1a240a7b7d01465b1abf491f5de5d80ab5.tar.gz
Bump to binutils 2.38
Signed-off-by: Harry Chen <i@harrychen.xyz>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6b227ef5374..8fdde53f6618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = cross-mipsel-linux-gnu-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the MIPS architecture
- pkgver = 2.34
+ pkgver = 2.38
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
depends = xz
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz
- sha256sums = f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz
+ sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
pkgname = cross-mipsel-linux-gnu-binutils
-
diff --git a/PKGBUILD b/PKGBUILD
index 7dd6cde391dd..8adcdb984da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cross-mipsel-linux-gnu-binutils
_pkgname=binutils
_target="mipsel-linux-gnu"
-pkgver=2.34
+pkgver=2.38
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files for the MIPS architecture"
url="http://www.gnu.org/software/binutils/"
@@ -12,7 +12,7 @@ arch=('x86_64')
license=('GPL')
depends=('xz')
source=("ftp://ftp.gnu.org/gnu/binutils/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952')
+sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024')
_sysroot="/usr/lib/cross-${_target}"
prepare() {