diff --git a/.abf.yml b/.abf.yml index 4746d78..15f55c7 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - "u-boot-2011.12.tar.bz2": c7ee40c932cec042909862abdfe7b6855493ab0b + "u-boot-2012.07.tar.bz2": bea116264e092fd60e3d531e75d1dff67a257dc2 diff --git a/u-boot-tools.spec b/u-boot-tools.spec index ecb600a..39c2dc8 100644 --- a/u-boot-tools.spec +++ b/u-boot-tools.spec @@ -1,10 +1,10 @@ Name: u-boot-tools -Version: 20111112 +Version: 20120712 Release: 1 Summary: Tools for the u-boot Firmware Group: System/Kernel and hardware Url: http://www.denx.de/wiki/U-Boot -Source0: u-boot-2011.12.tar.bz2 +Source0: u-boot-2012.07.tar.bz2 License: GPLv2 %description @@ -22,7 +22,7 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-2011.12 +%setup -q -n u-boot-2012.07 %build sed -i -e "s:-g ::" tools/Makefile || die