diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-09-19 21:35:14 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-09-19 21:35:14 -0300 |
commit | 7dcd86a050c2f47fe47ab254f53bc642617da361 (patch) | |
tree | 888612a613a89dbc162cc95067623ee5137bdb3f /cross | |
parent | d8c4a7881541594f18d55048902d70b5f6e37142 (diff) | |
download | abslibre-7dcd86a050c2f47fe47ab254f53bc642617da361.tar.gz abslibre-7dcd86a050c2f47fe47ab254f53bc642617da361.tar.bz2 abslibre-7dcd86a050c2f47fe47ab254f53bc642617da361.zip |
cross-binutils: update pkg
Diffstat (limited to 'cross')
-rw-r--r-- | cross/cross-binutils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/cross-binutils/PKGBUILD b/cross/cross-binutils/PKGBUILD index a49d55587..095c86790 100644 --- a/cross/cross-binutils/PKGBUILD +++ b/cross/cross-binutils/PKGBUILD @@ -106,9 +106,9 @@ fi _pkgname=binutils pkgname=$_target-$_pkgname -pkgver=2.26.1 -pkgrel=2 -_commit=c29838e7 +pkgver=2.27 +pkgrel=1 +_commit=2870b1ba pkgdesc="A set of programs to assemble and manipulate binary and object files" arch=('i686' 'x86_64' 'armv7h' 'aarch64' 'mips64el') url="http://www.gnu.org/software/$_pkgname/" |