summaryrefslogtreecommitdiffstats
path: root/main/uboot-mkimage
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-29 19:39:29 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-03 14:39:31 +0000
commit3e9c37b7d0ceb6bd4cbb405081046e0da5bc4815 (patch)
tree5df9cda40aed30371a3cdd042548470f3b369581 /main/uboot-mkimage
parentf4b7a6ed4684594ea246c862df270717ce79723d (diff)
downloadaports-3e9c37b7d0ceb6bd4cbb405081046e0da5bc4815.tar.bz2
aports-3e9c37b7d0ceb6bd4cbb405081046e0da5bc4815.tar.xz
main/uboot-mkimage: upgrade to 2013.10
Diffstat (limited to 'main/uboot-mkimage')
-rw-r--r--main/uboot-mkimage/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/uboot-mkimage/APKBUILD b/main/uboot-mkimage/APKBUILD
index 0585603f9..6b9c13e6f 100644
--- a/main/uboot-mkimage/APKBUILD
+++ b/main/uboot-mkimage/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=uboot-mkimage
-pkgver=2011.12
+pkgver=2013.10
pkgrel=0
-pkgdesc="image bundler for uImage files"
+pkgdesc="Image bundler for uImage files"
url="http://www.denx.de/wiki/U-Boot/"
arch="all"
-license="GPL"
+license="GPL2"
depends=""
depends_dev=""
makedepends="$depends_dev"
@@ -35,7 +35,9 @@ build() {
package() {
cd "$_builddir"
- install -c -D -m 755 tools/mkimage "$pkgdir"/usr/bin/mkimage
+ install -c -D -m 755 tools/mkimage "$pkgdir"/usr/bin/mkimage || return 1
}
-md5sums="7f29b9f6da44d6e46e988e7561fd1d5f u-boot-2011.12.tar.bz2"
+md5sums="a076a044b64371edc52f7e562b13f6b2 u-boot-2013.10.tar.bz2"
+sha256sums="0d71e62beb952b41ebafb20a7ee4df2f960db64c31b054721ceb79ff14014c55 u-boot-2013.10.tar.bz2"
+sha512sums="e54effcffe729af0f27724e7e5217718da565bfe085993c55fdd3dfa50cea9dbd215480edb957995ca717156fd4bd207c4075711ae384dc7cc488a0b4da5f34a u-boot-2013.10.tar.bz2"