summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Eriksson2017-06-24 21:54:27 +0200
committerSimon Eriksson2017-06-24 21:54:27 +0200
commit3131631972f402d8dfb25ab9b56377235f2ed827 (patch)
tree9112da1d783b40e9bc55991f28a305c85f5ec9cd /PKGBUILD
parent1494c58573076c35324c832e025f9c0007cdb3d5 (diff)
downloadaur-3131631972f402d8dfb25ab9b56377235f2ed827.tar.gz
Update to 2.28
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f6dbc70e8eb..674f65e56527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=mips64-elf
pkgname=${_target}-binutils
-pkgver=2.27
+pkgver=2.28
pkgrel=1
pkgdesc="A set of programs to assemble and manipulate binary and object files (${_target})"
url="http://www.gnu.org/software/binutils/"
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('zlib')
source=("ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2")
-sha256sums=('369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88')
+sha256sums=('6297433ee120b11b4b0a1c8f3512d7d73501753142ab9e2daa13c5a3edd32a72')
prepare() {
cd binutils-${pkgver}