summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-02 17:45:16 +0100
committerFelix Golatofski2020-02-02 17:45:16 +0100
commit8af4b962496b9ccf82e9ee7c3c94a2b29249c634 (patch)
tree5dae5adee9b33e89fd65d0366cd7087e4d36f319
parentb9ef155e63053cbc7a5ad084df5eadeef04547ed (diff)
downloadaur-x86_64-efi-pe-binutils.tar.gz
Updated to 2.34
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 024ae6bb8621..da526f04b812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = x86_64-efi-pe-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files for the x86_64 architecture in the Portable Executable format.
- pkgver = 2.29.1
+ pkgver = 2.34
pkgrel = 1
url = http://www.gnu.org/software/binutils/
arch = x86_64
license = GPL
depends = zlib
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.29.1.tar.xz
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.29.1.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz.sig
validpgpkeys = 3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F
- md5sums = acc9cd826edb9954ac7cecb81c727793
- md5sums = SKIP
+ sha512sums = 2c7976939dcf5e8c5b7374cccd39bfe803b1bec73c6abfa0eb17c24e1942574c6bdb874c66a092a82adc443182eacd8a5a8001c19a76101f0c7ba40c27de0bbd
+ sha512sums = SKIP
pkgname = x86_64-efi-pe-binutils
diff --git a/PKGBUILD b/PKGBUILD
index e5675f6e1a43..0aace9093086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jeroen Bollen <jbinero@gmail.com>
pkgname=x86_64-efi-pe-binutils
-pkgver=2.29.1
+pkgver=2.34
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files for the x86_64 architecture in the Portable Executable format. "
url="http://www.gnu.org/software/binutils/"
@@ -11,8 +11,8 @@ license=('GPL')
depends=('zlib')
source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.xz{,.sig})
validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
-md5sums=('acc9cd826edb9954ac7cecb81c727793'
- 'SKIP')
+sha512sums=('2c7976939dcf5e8c5b7374cccd39bfe803b1bec73c6abfa0eb17c24e1942574c6bdb874c66a092a82adc443182eacd8a5a8001c19a76101f0c7ba40c27de0bbd'
+ 'SKIP')
_target="x86_64-efi-pe"