diff options
Diffstat (limited to 'main/linux-rpi/APKBUILD')
-rw-r--r-- | main/linux-rpi/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/linux-rpi/APKBUILD b/main/linux-rpi/APKBUILD index bdd96b318b..25b1b81d79 100644 --- a/main/linux-rpi/APKBUILD +++ b/main/linux-rpi/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=linux-rpi -pkgver=4.9.59 +pkgver=4.9.63 case $pkgver in *.*.*) _kernver=${pkgver%.*};; *.*) _kernver=${pkgver};; @@ -14,10 +14,10 @@ makedepends="perl installkernel bash gmp-dev bc" options="!strip" install= # rpi patches are git diff against latest release tag from: -# linux-4.4.y https://github.com/raspberrypi/linux/tree/rpi-4.4.y +# linux-4.9.y https://github.com/raspberrypi/linux/tree/rpi-4.9.y source="https://kernel.org/pub/linux/kernel/v4.x/linux-$_kernver.tar.xz https://kernel.org/pub/linux/kernel/v4.x/patch-$pkgver.xz - https://dev.alpinelinux.org/archive/rpi-patches/rpi-4.9.52-alpine.patch + https://dev.alpinelinux.org/archive/rpi-patches/rpi-4.9.63-alpine.patch gpio-mcp23s08-pullups.patch issue-4973.patch @@ -193,8 +193,8 @@ _dev() { sha512sums="bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a linux-4.9.tar.xz -f5bcd0efe10cd5b1edaba044ebf2c8ddd0a34a856567d66048b510b0622d48365c9e0a939413abe9f26b836d749395ecfee4e29a60111c379eae798e1972761c patch-4.9.59.xz -c78b59068c267e8b4b3768b5d79c22f4d3ce46f0c84ce0783b335aef750bb912e2a8804a633dc277090d218b799c77186946b4406a6925bc0b417b36209135ca rpi-4.9.52-alpine.patch +51fa0a5c19989be5326130421afe29aeb22bc7be65adbe882fc32b0b22c414e8631e3e7cefb6fecfc23545851a19211f5feddd7196934f5c84ec507b4f2984c0 patch-4.9.63.xz +31c665e1ce6f78f2322891e13db1b3712884082dedf5bdf056b83b7207feaecde5bdf5ffda145275e10c17e1e221be78aed8d50a7cf581378537f7e7346de3cd rpi-4.9.63-alpine.patch 36724ba56cb8fdf3a3d347cffb67ae1cc3d7b1052d526b6b5134ebf6baae9f9724b586c97833453dc7697ab24699426f0749af78b6a80be36967a80033a0cf40 gpio-mcp23s08-pullups.patch 501c91bf2538a18102da59bbccc3097f9c3c90079acc0e946ff075074160c09b8a66934e5ce5470e170f0e4f93d114709a95230367426d0bb7ea02c4bdf4cc9b issue-4973.patch abad98f8fc2d02bfdba72f210cea611cb3740767245e2143165ca41846dbe4707f5359245a0ebe63157837d88d0b9e48f437b8da91fac3472f64eff8a572681b config-rpi.armhf |