4.17.14-2 (clr 4.17.14-616)
This commit is contained in:
parent
b71dc2e742
commit
a952c72a49
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.17.14
|
pkgver = 4.17.14
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
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.17.tar.xz
|
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/linux-4.17.tar.sign
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.14.xz
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.14.xz
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.17.14-615
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.17.14-616
|
||||||
source = https://downloadmirror.intel.com/27945/eng/microcode-20180703.tgz
|
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 = 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
|
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
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -67,8 +67,8 @@ pkgbase=linux-clear
|
||||||
__basekernel=4.17
|
__basekernel=4.17
|
||||||
_minor=14
|
_minor=14
|
||||||
pkgver=${__basekernel}.${_minor}
|
pkgver=${__basekernel}.${_minor}
|
||||||
_clearver=${pkgver}-615
|
_clearver=${pkgver}-616
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
|
Reference in a new issue