summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2020-02-06 10:32:57 -0500
committervonPalitroque2020-02-06 10:32:57 -0500
commite33d4cebd63a585fd4306f52920c1c4b48eed73f (patch)
treee657399c1cb76eeec6ef8dd8db35b40434f199fb
parent35cf4ee8fb288a169c965fc3bf2e8639c8aa9a71 (diff)
downloadaur-e33d4cebd63a585fd4306f52920c1c4b48eed73f.tar.gz
Updated to latest upstream version.
Updated to latest upstream version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ad006f0112..95a1b58019d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = msp430-elf-binutils
pkgdesc = GNU binary utilities for the msp430-elf target.
- pkgver = 2.33.1
+ pkgver = 2.34
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = msp430-elf-binutils
depends = zlib
options = !libtool
options = !buildflags
- source = ftp://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.xz
- sha256sums = ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz
+ sha256sums = f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
pkgname = msp430-elf-binutils
diff --git a/PKGBUILD b/PKGBUILD
index 1502e4e46da6..77adcd10a560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-binutils #-git
-_pkgver=2.33.1
+_pkgver=2.34
pkgver=${_pkgver}
pkgrel=1
pkgdesc="GNU binary utilities for the ${_target} target."
@@ -12,8 +12,8 @@ url='http://www.gnu.org/software/binutils/'
license=(GPL)
depends=('zlib')
checkdepends=('dejagnu' 'bc')
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz)
-sha256sums=('ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf')
+source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz)
+sha256sums=('f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952')
prepare() {
cd "${srcdir}/binutils-${_pkgver}"