summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2021-07-19 12:57:33 -0400
committervonPalitroque2021-07-19 12:57:33 -0400
commit33a0e5566d57f631d32e145d6c980e3bbd994606 (patch)
treef818d7dd800a4f13df1742a419745923312a0964
parentdf7feab7046f627844a6ed35cb7df7ab4d353c44 (diff)
downloadaur-33a0e5566d57f631d32e145d6c980e3bbd994606.tar.gz
Updated to latest upstream release.
Updated to latest upstream release.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be084695915e..04c2aa2c9e54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.36.1
+ pkgver = 2.37
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -11,8 +11,7 @@ pkgbase = msp430-elf-binutils
depends = zlib
options = !libtool
options = !buildflags
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
- sha256sums = e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
+ sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
pkgname = msp430-elf-binutils
-
diff --git a/PKGBUILD b/PKGBUILD
index 83a99b3d6a45..28b3ff04651a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.36.1
+_pkgver=2.37
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=('e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0')
+sha256sums=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"