summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Falezza2022-12-12 11:46:57 +0000
committerFilippo Falezza2022-12-12 11:46:57 +0000
commit9139fa3adf93658dd9977d081d9abcbe9840245c (patch)
tree86805f5ae3ef0b4e5a8397f035b2363cec0071c3
parent72b77b1a240a7b7d01465b1abf491f5de5d80ab5 (diff)
downloadaur-9139fa3adf93658dd9977d081d9abcbe9840245c.tar.gz
update to 2.39
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fdde53f6618..65f8b19136a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
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.38
+ pkgver = 2.39
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.38.tar.xz
- sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz.sig
+ validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
+ sha256sums = 645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
+ sha256sums = 1b63c8b51f3e7762bdcd51985deff1e66249b5cda0e849ef960ce1495320c932
pkgname = cross-mipsel-linux-gnu-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 8adcdb984da4..7dbf90545a66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,19 @@
pkgname=cross-mipsel-linux-gnu-binutils
_pkgname=binutils
_target="mipsel-linux-gnu"
-pkgver=2.38
+pkgver=2.39
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/"
arch=('x86_64')
license=('GPL')
depends=('xz')
-source=("ftp://ftp.gnu.org/gnu/binutils/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024')
+source=(ftp://ftp.gnu.org/gnu/binutils/${_pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=(
+ '645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00'
+ '1b63c8b51f3e7762bdcd51985deff1e66249b5cda0e849ef960ce1495320c932'
+)
+validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
_sysroot="/usr/lib/cross-${_target}"
prepare() {