summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2018-02-03 12:21:58 -0500
committervonPalitroque2018-02-03 12:21:58 -0500
commit1835cb03998a746b62690493017c489314673470 (patch)
tree371191bb255f821bd24a5c220f3fbd01dae52a49
parent68806a781704e305c9d21de70d0f1704cae95756 (diff)
downloadaur-1835cb03998a746b62690493017c489314673470.tar.gz
Updated to latest upstream release.
Updated to latest upstream release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 291accb8a683..3b6d7a0a2c98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 28 17:43:28 UTC 2017
+# Sat Feb 3 17:21:51 UTC 2018
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.29.1
+ pkgver = 2.30
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -13,8 +13,8 @@ pkgbase = msp430-elf-binutils
depends = zlib
options = !libtool
options = !buildflags
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.29.1.tar.xz
- sha256sums = e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.30.tar.xz
+ sha256sums = 6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index be6afef4397a..9d61941a8090 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.29.1
+_pkgver=2.30
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=('e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577')
+sha256sums=('6e46b8aeae2f727a36f0bd9505e405768a72218f1796f0d09757d45209871ae6')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"