summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2022-02-16 16:59:08 -0500
committervonPalitroque2022-02-16 16:59:08 -0500
commit62e0527094dd587d1b49505587892e363bc0c4e9 (patch)
tree5ae134b4ef81e7c4f13af4b5732ed1654c4d43a3
parent33a0e5566d57f631d32e145d6c980e3bbd994606 (diff)
downloadaur-62e0527094dd587d1b49505587892e363bc0c4e9.tar.gz
Updated to latest upstream release.
Updated to latest upstream release.
-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}"