summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Eriksson2022-08-17 20:40:53 +0200
committerSimon Eriksson2022-08-17 20:40:53 +0200
commit0ef10c387db2de4013611653f1cb617dfa3956de (patch)
tree12212bf919df0f10461b220eb59a548ab8c159ae
parent87b4d31e577c8601618a1a43e87aa16c3e88d85c (diff)
downloadaur-0ef10c387db2de4013611653f1cb617dfa3956de.tar.gz
Update to 2.39
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7880f5e9e7f..248eb7b83026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mips64-elf-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (mips64-elf)
- pkgver = 2.38
- pkgrel = 2
+ pkgver = 2.39
+ pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
depends = libelf
- 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
+ sha256sums = 645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
pkgname = mips64-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 733cb82dc9dd..b22048010760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.38
-pkgrel=2
+pkgver=2.39
+pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
url="http://www.gnu.org/software/binutils/"
arch=('x86_64')
license=('GPL')
depends=('libelf')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz")
-sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024')
+sha256sums=('645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00')
prepare() {
cd binutils-${pkgver}