summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2017-09-28 13:43:37 -0400
committervonPalitroque2017-09-28 13:43:37 -0400
commit68806a781704e305c9d21de70d0f1704cae95756 (patch)
tree55e1b40dd0ea670efab9e61c9e67728288e22e0e
parentfd5130148c6ddbf33453b51113605a83f753df77 (diff)
downloadaur-68806a781704e305c9d21de70d0f1704cae95756.tar.gz
Updated to latest version.
Updated to latest version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 310c0069b897..291accb8a683 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 25 15:20:07 UTC 2017
+# Thu Sep 28 17:43:28 UTC 2017
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.29
+ pkgver = 2.29.1
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.tar.xz
- sha256sums = 0b871e271c4c620444f8264f72143b4d224aa305306d85dd77ab8dce785b1e85
+ source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.29.1.tar.xz
+ sha256sums = e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index f11c99f8758d..be6afef4397a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.29
+_pkgver=2.29.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=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz)
-sha256sums=('0b871e271c4c620444f8264f72143b4d224aa305306d85dd77ab8dce785b1e85')
+sha256sums=('e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"