summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2021-05-17 11:34:31 -0400
committervonPalitroque2021-05-17 11:34:31 -0400
commitdf7feab7046f627844a6ed35cb7df7ab4d353c44 (patch)
treee4627f589d11dff89f8e16f4f01f273ddab9e662
parent309e70ca5948308cebd33b075ff6f70a4dce1de4 (diff)
downloadaur-df7feab7046f627844a6ed35cb7df7ab4d353c44.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 2799addb487c..be084695915e 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.2
+ pkgver = 2.36.1
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.2.tar.xz
- sha256sums = dcd5b0416e7b0a9b24bed76cd8c6c132526805761863150a26d016415b8bdc7b
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
+ sha256sums = e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 93d6f08f6877..83a99b3d6a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.35.2
+_pkgver=2.36.1
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=('dcd5b0416e7b0a9b24bed76cd8c6c132526805761863150a26d016415b8bdc7b')
+sha256sums=('e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"