aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2017-06-16 17:11:07 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-06-19 13:56:58 +0000
commit7d36778112d5cac9799a55f0d8910b61334ed43c (patch)
treeb8c0d7667b5c1fd1a5d66195081ad3405ccacce1 /testing
parenta4424294c71a6077f8e34195b95ad779cb03a93e (diff)
downloadaports-7d36778112d5cac9799a55f0d8910b61334ed43c.tar.bz2
aports-7d36778112d5cac9799a55f0d8910b61334ed43c.tar.xz
testing/raspberrypi-bootloader: Update to version 1.20170427
Beware: Scheme of version numbering changed :-(
Diffstat (limited to 'testing')
-rw-r--r--testing/raspberrypi-bootloader/APKBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/testing/raspberrypi-bootloader/APKBUILD b/testing/raspberrypi-bootloader/APKBUILD
index 079e401410..da949973ef 100644
--- a/testing/raspberrypi-bootloader/APKBUILD
+++ b/testing/raspberrypi-bootloader/APKBUILD
@@ -1,8 +1,7 @@
-# Contributor: Marian <mari.hahn@wwu.de>
+# Contributor: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=raspberrypi-bootloader
-_commit=d760a4ffd378c648ff5d9854e26dc868a5e1fd09
-pkgver=20161203
+pkgver=1.20170427
pkgrel=0
pkgdesc="Bootloader files for the Raspberry Pi"
url=https://github.com/raspberrypi/firmware
@@ -11,10 +10,11 @@ license="custom"
depends=""
makedepends=""
install=
-source="$pkgname-$pkgver.tar.gz::https://github.com/raspberrypi/firmware/archive/${_commit}.tar.gz"
+options="!check !strip"
+source="$pkgname-$pkgver.tar.gz::https://github.com/raspberrypi/firmware/archive/$pkgver.tar.gz"
subpackages="$pkgname-x:bootloader_x"
-builddir="${srcdir}/firmware-${_commit}"
+builddir="${srcdir}/firmware-${pkgver}"
package() {
cd "$builddir"/boot
mkdir -p "$pkgdir"/boot
@@ -30,6 +30,4 @@ bootloader_x() {
}
-md5sums="ffa8fc62babc22fc1de724ff961b4d51 raspberrypi-bootloader-20161203.tar.gz"
-sha256sums="cc5ec6abea86d504ef0a931f2fbd452c979af1a4695e6fedde5bbcf5caefc32a raspberrypi-bootloader-20161203.tar.gz"
-sha512sums="e6626a4260a276a95cbc38525c911edb58b6c3fe1c57ee34adfbb970245ff3f99a5c3635a328f4799a886668273b0ba2002454dad300a97799bd974f9ea5a26a raspberrypi-bootloader-20161203.tar.gz"
+sha512sums="f643b224201f288c3bba9d78a049b43bf4f8a29dbaff3fbeb12a132cdf3ccd5747ee04de7535105600740510e2e07dd0e25f2082592ab89c4d205807e4ae05cf raspberrypi-bootloader-1.20170427.tar.gz"