4.18.16-5 (clr 4.18.16-650)
This commit is contained in:
parent
70a7a2fc1b
commit
398eb42a20
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 4.18.16
|
pkgver = 4.18.16
|
||||||
pkgrel = 4
|
pkgrel = 5
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
@ -15,7 +15,7 @@ pkgbase = linux-clear
|
||||||
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.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/linux-4.18.tar.sign
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.18.16.xz
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.18.16.xz
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.18.16-649
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.18.16-650
|
||||||
source = https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
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 = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||||
source = 60-linux.hook
|
source = 60-linux.hook
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -68,8 +68,8 @@ _major=4.18
|
||||||
_minor=16
|
_minor=16
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
_srcname=linux-${_major}
|
_srcname=linux-${_major}
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
_clr=649
|
_clr=650
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
|
Loading…
Reference in a new issue