summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2019-02-06 10:28:51 -0500
committervonPalitroque2019-02-06 10:28:51 -0500
commitd25ca4203d7aee2158acb630514c47578acf7c4c (patch)
treea0c439705ed47d8c45d4f099eea0688fe2123b82
parent74d1d6dbaf677a92ae62944944dce5883f175382 (diff)
downloadaur-d25ca4203d7aee2158acb630514c47578acf7c4c.tar.gz
Updated to latest upstream version.
Updated to latest upstream version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e941d1b2da09..765777938071 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Jul 20 14:50:10 UTC 2018
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.31.1
+ pkgver = 2.32
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -13,8 +11,8 @@ pkgbase = msp430-elf-binutils
depends = zlib
options = !libtool
options = !buildflags
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.31.1.tar.xz
- sha256sums = 5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.xz
+ sha256sums = 0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index c5c83c73c73f..d734db71e575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.31.1
+_pkgver=2.32
pkgver=${_pkgver}
pkgrel=1
pkgdesc="GNU binary utilities for the ${_target} target."
@@ -13,7 +13,7 @@ license=(GPL)
depends=('zlib')
checkdepends=('dejagnu' 'bc')
source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz)
-sha256sums=('5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86')
+sha256sums=('0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"