diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-13 16:00:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-13 16:01:29 +0000 |
commit | bcb6feb8283f565da1b62082d9ebe8466f7e5e94 (patch) | |
tree | f0184e01c647c4db955628a50d8281207f8511cb /main/linux-rpi/APKBUILD | |
parent | ff478c74b2ec904371253c4977a16fe0643ec4d8 (diff) | |
download | aports-bcb6feb8283f565da1b62082d9ebe8466f7e5e94.tar.bz2 aports-bcb6feb8283f565da1b62082d9ebe8466f7e5e94.tar.xz |
main/linux-rpi: upgrade to 4.14.49
Diffstat (limited to 'main/linux-rpi/APKBUILD')
-rw-r--r-- | main/linux-rpi/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/linux-rpi/APKBUILD b/main/linux-rpi/APKBUILD index 71c6a8589b..6fbe396fa1 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.14.44 +pkgver=4.14.49 case $pkgver in *.*.*) _kernver=${pkgver%.*};; *.*) _kernver=${pkgver};; @@ -17,7 +17,7 @@ options="!strip !check" # 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.14.44-alpine.patch + https://dev.alpinelinux.org/archive/rpi-patches/rpi-4.14.49-alpine.patch issue-4973.patch @@ -255,8 +255,8 @@ _dev() { } sha512sums="77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8 linux-4.14.tar.xz -f5a38c51c9e3b2bb63ca582038d95c35aa02d8e35c6414347792f0a6eaa04392db2b3b29dfbad1e18e3d18da09c4b6d3ade9a07833fa85aaa368169db3ffafdb patch-4.14.44.xz -f7b35a89cdfb761baf3b139ff7bd405322f0239dd9516148e35e32b53870fcd3bf12b37bd6645523e3b199fef8ba9ff72eadb52ec9876bd4f66609152ff80dec rpi-4.14.44-alpine.patch +656348c981d451f8f53f5e5532b20f49180acb1279417c2a37eee8797454baaad61178509f0c8d3ec4c824561dd0bde890caddcdd4539b91ac29ac80e5bde92d patch-4.14.49.xz +4ad6c3496450a149f3e04cb1c3b504a7476f2c55ec60bbcc6de7c3fae03e5c9f23f28f4bee5c655e733b734d18e07e65bd08dff6c5df0ac26396f326e04b0a7d rpi-4.14.49-alpine.patch 501c91bf2538a18102da59bbccc3097f9c3c90079acc0e946ff075074160c09b8a66934e5ce5470e170f0e4f93d114709a95230367426d0bb7ea02c4bdf4cc9b issue-4973.patch 5e9c89fd6002cb66ec4936ec0380773c1c727c8bda3ca79a1a6ce3aa26f5cacba05f809ef2ae0bafccc295f7f95f2f2b85bdd6b2462e67af187407bd1e87a35e config-changes-rpi.armhf 5e9c89fd6002cb66ec4936ec0380773c1c727c8bda3ca79a1a6ce3aa26f5cacba05f809ef2ae0bafccc295f7f95f2f2b85bdd6b2462e67af187407bd1e87a35e config-changes-rpi.aarch64 |