summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Eriksson2022-05-02 23:16:44 +0200
committerSimon Eriksson2022-05-02 23:16:44 +0200
commitd765271f99ca256539ddb73e24ec50bfc6345564 (patch)
tree670784838eec62b2073d2e9ab9f18cb70132d8e0 /PKGBUILD
parent120c3d1a535ad787dda4451e701bdbf1f618a7f3 (diff)
downloadaur-d765271f99ca256539ddb73e24ec50bfc6345564.tar.gz
Update to 2.38
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 317e90b02161..8465604446dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.37
+pkgver=2.38
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
url="http://www.gnu.org/software/binutils/"
@@ -11,7 +11,7 @@ arch=('x86_64')
license=('GPL')
depends=('libelf')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz")
-sha256sums=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c')
+sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024')
prepare() {
cd binutils-${pkgver}