summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2022-08-25 22:12:12 -0400
committervonPalitroque2022-08-25 22:12:12 -0400
commitad7791a9d71c5b9672a27ebda0fa820e1f9f0c94 (patch)
tree9117258f9c8ffd9edca5cf5aa507666f4a7b7f0c
parent62e0527094dd587d1b49505587892e363bc0c4e9 (diff)
downloadaur-ad7791a9d71c5b9672a27ebda0fa820e1f9f0c94.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 adce568e8e3b..c67ab6704c69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.38
+ pkgver = 2.39
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.38.tar.xz
- sha256sums = e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz
+ sha256sums = 645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 3b6c81786629..6968ac111780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.38
+_pkgver=2.39
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=('e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024')
+sha256sums=('645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"