summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordoragasu2022-08-26 17:51:10 +0200
committerdoragasu2022-08-26 17:51:10 +0200
commitc1efdde42f808a0358f2fbb9b9be2c5390396a83 (patch)
tree1c9174850313f0e7feff8933fcaaf9aeef5b5a61 /PKGBUILD
parent565343d9cf810c2e9e6f3e9455c84bef166ee413 (diff)
downloadaur-c1efdde42f808a0358f2fbb9b9be2c5390396a83.tar.gz
Update to version 2.39
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28e758813283..2de3d7d3742f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target=m68k-elf
_target_cpu=m68000
pkgname=${_target}-binutils
-pkgver=2.37
+pkgver=2.39
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@ license=('GPL')
depends=('glibc>=2.23' 'zlib')
options=('staticlibs' '!distcc' '!ccache')
PKGEXT=".pkg.tar.zst"
-source=(http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz
- http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz.sig)
+source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz
+ https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz.sig)
sha256sums=(SKIP
SKIP)
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)