summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Veness2017-03-06 12:34:13 -0800
committerTyler Veness2017-03-06 12:34:13 -0800
commitac161590839ad4b3b0616b11833f81385e6934d3 (patch)
treed682307a91f0585e676b3e396dfef9748d36d4d5
parent66842884ead482aee60cfcf4429b4e90fd8a67a8 (diff)
downloadaur-ac161590839ad4b3b0616b11833f81385e6934d3.tar.gz
upgpkg: powerpc-wrs-vxworks-binutils 2.28-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43b84f14abd9..9058e872e328 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powerpc-wrs-vxworks-binutils
pkgdesc = A set of programs to assemble and manipulate binary and object files (powerpc-wrs-vxworks)
- pkgver = 2.27
+ pkgver = 2.28
pkgrel = 1
url = http://sources.redhat.com/binutils
arch = i686
@@ -15,8 +15,8 @@ pkgbase = powerpc-wrs-vxworks-binutils
options = !zipman
options = !buildflags
options = staticlibs
- source = http://ftp.gnu.org/gnu/binutils/binutils-2.27.tar.bz2
- sha512sums = cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb
+ source = http://ftp.gnu.org/gnu/binutils/binutils-2.28.tar.bz2
+ sha512sums = ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd
pkgname = powerpc-wrs-vxworks-binutils
diff --git a/PKGBUILD b/PKGBUILD
index d2f1a5e7ce6d..d86b26bc47c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target="powerpc-wrs-vxworks"
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})"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ conflicts=('binutils-powerpc-wrs-vxworks')
provides=('binutils-powerpc-wrs-vxworks')
options=('!strip' '!libtool' '!zipman' '!buildflags' 'staticlibs')
source=(http://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2)
-sha512sums=('cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb')
+sha512sums=('ede2e4e59a800260eea8c14eafbaee94e30abadafd5c419a3370f9f62213cf027d6400a1d4970b6958bd4d220e675dcd483a708107016e7abd5c99d7392ba8fd')
build() {
cd "$srcdir/binutils-${pkgver}"