changeset 2830:fead2904eefc

update package binutils
author Mark Brand <mabrand@mabrand.nl>
date Mon, 22 Oct 2012 21:54:47 +0200
parents 9b7d60e4a19f
children 45afd19a2f3b
files index.html src/binutils.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon Oct 22 15:22:47 2012 +0200
+++ b/index.html	Mon Oct 22 21:54:47 2012 +0200
@@ -950,7 +950,7 @@
     </tr>
     <tr>
         <td id="binutils-package">binutils</td>
-        <td id="binutils-version">2.22</td>
+        <td id="binutils-version">2.23</td>
         <td id="binutils-website"><a href="http://www.gnu.org/software/binutils/">GNU Binutils</a></td>
     </tr>
     <tr>
--- a/src/binutils.mk	Mon Oct 22 15:22:47 2012 +0200
+++ b/src/binutils.mk	Mon Oct 22 21:54:47 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := binutils
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 65b304a0b9a53a686ce50a01173d1f40f8efe404
+$(PKG)_CHECKSUM := 9eaf3c73cb8f84b46d369f9d5f19210acb0f2543
 $(PKG)_SUBDIR   := binutils-$($(PKG)_VERSION)
 $(PKG)_FILE     := binutils-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/binutils/$($(PKG)_FILE)