summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2021-01-30 11:44:44 -0500
committervonPalitroque2021-01-30 11:44:44 -0500
commit309e70ca5948308cebd33b075ff6f70a4dce1de4 (patch)
tree7e6700ab58d6f5fd3214f5ab1d62ad6cf37da238
parent91735720b01116497a98dad0fcc5d65a79163de0 (diff)
downloadaur-309e70ca5948308cebd33b075ff6f70a4dce1de4.tar.gz
Updated to latest upstream version.
Updated to latest upstream version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad8c9e364428..2799addb487c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.35.1
+ pkgver = 2.35.2
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = msp430-elf-binutils
depends = zlib
options = !libtool
options = !buildflags
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.35.1.tar.xz
- sha256sums = 3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.35.2.tar.xz
+ sha256sums = dcd5b0416e7b0a9b24bed76cd8c6c132526805761863150a26d016415b8bdc7b
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 00e8745d29d0..93d6f08f6877 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.35.1
+_pkgver=2.35.2
pkgver=${_pkgver}
pkgrel=1
pkgdesc="GNU binary utilities for the ${_target} target."
@@ -13,7 +13,7 @@ license=(GPL)
depends=('zlib')
checkdepends=('dejagnu' 'bc')
source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz)
-sha256sums=('3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607')
+sha256sums=('dcd5b0416e7b0a9b24bed76cd8c6c132526805761863150a26d016415b8bdc7b')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"