fix clr commit

This commit is contained in:
Josip Ponjavic 2018-06-13 18:00:07 +02:00
parent 213d37e91f
commit c748ee5064
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ pkgbase = linux-clear
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.1.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.1.sign
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=2dceb29264145db81698e2d07778dd57c28d4b7a
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=27b762cf009a56fa47e00660d602f9db4b672ffb
source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
source = 60-linux.hook

View file

@ -68,7 +68,7 @@ __basekernel=4.17
_minor=1
pkgver=${__basekernel}.${_minor}
#_clearver=${__basekernel}.1-578
_clearver=2dceb29264145db81698e2d07778dd57c28d4b7a
_clearver=27b762cf009a56fa47e00660d602f9db4b672ffb
pkgrel=1
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"