4.18.15-1 (clr 4.18.15-644)
This commit is contained in:
parent
f3cf09e4ea
commit
4593cd500e
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,5 +1,5 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.18.14
|
||||
pkgver = 4.18.15
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
|
@ -14,8 +14,8 @@ pkgbase = linux-clear
|
|||
options = !strip
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.tar.xz
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.18.tar.sign
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.18.14.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.18.14-644
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.18.15.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.18.15-644
|
||||
source = https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
||||
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||
source = 60-linux.hook
|
||||
|
@ -26,7 +26,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1
|
||||
sha256sums = SKIP
|
||||
sha256sums = 97d012dd62e3e9cb24c6097f9b1e21f91e39e27059a4c17e2cf0377fdfff3d49
|
||||
sha256sums = b94445d2d8919adc01f840088b6a70b26a10dd1beb38c3b0217408e14a7e341d
|
||||
sha256sums = SKIP
|
||||
sha256sums = 29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40
|
||||
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -65,7 +65,7 @@ _rev_override="n"
|
|||
|
||||
pkgbase=linux-clear
|
||||
_major=4.18
|
||||
_minor=14
|
||||
_minor=15
|
||||
pkgver=${_major}.${_minor}
|
||||
_srcname=linux-${_major}
|
||||
pkgrel=1
|
||||
|
@ -329,7 +329,7 @@ done
|
|||
|
||||
sha256sums=('19d8bcf49ef530cd4e364a45b4a22fa70714b70349c8100e7308488e26f1eaf1'
|
||||
'SKIP'
|
||||
'97d012dd62e3e9cb24c6097f9b1e21f91e39e27059a4c17e2cf0377fdfff3d49'
|
||||
'b94445d2d8919adc01f840088b6a70b26a10dd1beb38c3b0217408e14a7e341d'
|
||||
'SKIP'
|
||||
'29f9e8dc27e6c9b6488cecd7fe2394030307799e511db2d197d9e6553a7f9e40'
|
||||
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
||||
|
|
Reference in a new issue