summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c969ec621a70..b78486c23c3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.40
+ pkgver = 2.41
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = msp430-elf-binutils
depends = zlib
options = !libtool
options = !buildflags
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.xz
- sha256sums = 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.41.tar.xz
+ sha256sums = ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 1b08d351b15f..1edd9c2b245e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.40
+_pkgver=2.41
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=('0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1')
+sha256sums=('ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"