diff --git a/.SRCINFO b/.SRCINFO index 92a8728..fd326b4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = linux-clear - pkgver = 4.17.10 - pkgrel = 2 + pkgver = 4.17.11 + pkgrel = 1 url = https://github.com/clearlinux-pkgs/linux arch = x86_64 license = GPL2 @@ -14,9 +14,8 @@ pkgbase = linux-clear options = !strip source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.17.tar.xz source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.17.tar.sign - source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.10.xz - source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.10.sign - source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.17.10-598 + source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.11.xz + source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.17.11-599 source = https://downloadmirror.intel.com/27945/eng/microcode-20180703.tgz source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz source = rtc_nvmem_dont_return_an_error_when_not_enabled.patch::https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git/patch/?id=c59b3715ac16544f8f68ab7af03f108e339b36aa @@ -28,8 +27,7 @@ pkgbase = linux-clear validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E sha256sums = 9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13 sha256sums = SKIP - sha256sums = 41ad005296c7a1b5245a87881f666b3f4d7aa05a6b9409454b2e473d473c4cee - sha256sums = SKIP + sha256sums = 1345bf04742096c50eff4de6ba2a2c07ba8779e3c46373cd8076475c36f2e7b0 sha256sums = SKIP sha256sums = 4a1a346fdf48e1626d4c9d0d47bbbc6a4052f56e359c85a3dd2d10fd555e5938 sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d diff --git a/PKGBUILD b/PKGBUILD index 6f85d08..db04d19 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -65,10 +65,10 @@ _rev_override="n" pkgbase=linux-clear __basekernel=4.17 -_minor=10 +_minor=11 pkgver=${__basekernel}.${_minor} -_clearver=${pkgver}-598 -pkgrel=2 +_clearver=${pkgver}-599 +pkgrel=1 arch=('x86_64') url="https://github.com/clearlinux-pkgs/linux" license=('GPL2') @@ -79,7 +79,6 @@ source=( "https://www.kernel.org/pub/linux/kernel/v4.x/linux-${__basekernel}.tar.xz" "https://www.kernel.org/pub/linux/kernel/v4.x/linux-${__basekernel}.tar.sign" "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz" - "https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign" "clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=${_clearver}" 'https://downloadmirror.intel.com/27945/eng/microcode-20180703.tgz' "enable_additional_cpu_optimizations-$_gcc_more_v.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/$_gcc_more_v.tar.gz" # enable_additional_cpu_optimizations_for_gcc @@ -95,8 +94,7 @@ validpgpkeys=( ) sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13' 'SKIP' - '41ad005296c7a1b5245a87881f666b3f4d7aa05a6b9409454b2e473d473c4cee' - 'SKIP' + '1345bf04742096c50eff4de6ba2a2c07ba8779e3c46373cd8076475c36f2e7b0' 'SKIP' '4a1a346fdf48e1626d4c9d0d47bbbc6a4052f56e359c85a3dd2d10fd555e5938' '226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'