summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2020-07-26 22:20:14 -0400
committervonPalitroque2020-07-26 22:20:14 -0400
commit2f2dca8d17a7ab5d317d82e0796a9a1fa6a30b8f (patch)
tree4f3e830cd7299935664a444df53d3c922c3c77db
parente33d4cebd63a585fd4306f52920c1c4b48eed73f (diff)
downloadaur-2f2dca8d17a7ab5d317d82e0796a9a1fa6a30b8f.tar.gz
Updated to latest upstream release.
Updated to latest upstream release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95a1b58019d4..3ef53da7e048 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.34
+ pkgver = 2.35
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.34.tar.xz
- sha256sums = f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.35.tar.xz
+ sha256sums = 1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 77adcd10a560..2cb28da7d911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.34
+_pkgver=2.35
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=('f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952')
+sha256sums=('1b11659fb49e20e18db460d44485f09442c8c56d5df165de9461eb09c8302f85')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"