4.17.13-1 (clr 4.17.13-611)
This commit is contained in:
parent
3794a25a49
commit
d326f508bb
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.17.12
|
||||
pkgrel = 2
|
||||
pkgver = 4.17.13
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -14,8 +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.12.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.17.12-609
|
||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.13.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.17.13-611
|
||||
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
|
||||
|
@ -27,7 +27,7 @@ pkgbase = linux-clear
|
|||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = 9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13
|
||||
sha256sums = SKIP
|
||||
sha256sums = 6ed482aa6bb72999434ca34de3081e798d4fc0ac79ec3e57af3a98927348ff99
|
||||
sha256sums = 5dbfce6d7ea2118919f98493136a9d8c7a09b87e11c2f7d66556d2d4127aff5c
|
||||
sha256sums = SKIP
|
||||
sha256sums = 4a1a346fdf48e1626d4c9d0d47bbbc6a4052f56e359c85a3dd2d10fd555e5938
|
||||
sha256sums = 226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -65,10 +65,10 @@ _rev_override="n"
|
|||
|
||||
pkgbase=linux-clear
|
||||
__basekernel=4.17
|
||||
_minor=12
|
||||
_minor=13
|
||||
pkgver=${__basekernel}.${_minor}
|
||||
_clearver=${pkgver}-609
|
||||
pkgrel=2
|
||||
_clearver=${pkgver}-611
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=('GPL2')
|
||||
|
@ -94,7 +94,7 @@ validpgpkeys=(
|
|||
)
|
||||
sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
|
||||
'SKIP'
|
||||
'6ed482aa6bb72999434ca34de3081e798d4fc0ac79ec3e57af3a98927348ff99'
|
||||
'5dbfce6d7ea2118919f98493136a9d8c7a09b87e11c2f7d66556d2d4127aff5c'
|
||||
'SKIP'
|
||||
'4a1a346fdf48e1626d4c9d0d47bbbc6a4052f56e359c85a3dd2d10fd555e5938'
|
||||
'226e30068ea0fecdb22f337391385701996bfbdba37cdcf0f1dbf55f1080542d'
|
||||
|
|
Reference in a new issue