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 04c2aa2c9e54..adce568e8e3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.37
+ pkgver = 2.38
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.37.tar.xz
- sha256sums = 820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz
+ sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 28b3ff04651a..3b6c81786629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.37
+_pkgver=2.38
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=('820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c')
+sha256sums=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"