4.16.8-1 (clr 4.16.7-567)
This commit is contained in:
parent
f844609f96
commit
d8bfd3eb38
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 4.16.7
|
pkgver = 4.16.8
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
@ -14,8 +14,8 @@ pkgbase = linux-clear
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.xz
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.xz
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.sign
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.16.tar.sign
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.7.xz
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.8.xz
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.7.sign
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.8.sign
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=a1f7be059c68487f66deded174878264539a4cfd
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=a1f7be059c68487f66deded174878264539a4cfd
|
||||||
source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz
|
source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz
|
||||||
source = 60-linux.hook
|
source = 60-linux.hook
|
||||||
|
@ -26,7 +26,7 @@ pkgbase = linux-clear
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
sha256sums = 63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9
|
sha256sums = 63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = f5ef83461054024814846eb816c76eba1b903f7e3e38c3417027b33070b60d91
|
sha256sums = 6fb2db1e38f762e6a028dfa5e6d094f0eb4324572667923aca3d64c87117772d
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6
|
sha256sums = f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -23,11 +23,11 @@ _rev_override="n"
|
||||||
|
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
__basekernel=4.16
|
__basekernel=4.16
|
||||||
_minor=7
|
_minor=8
|
||||||
pkgver=${__basekernel}.${_minor}
|
pkgver=${__basekernel}.${_minor}
|
||||||
#_clearver=${__basekernel}.7-567
|
#_clearver=${__basekernel}.7-567
|
||||||
_clearver=a1f7be059c68487f66deded174878264539a4cfd
|
_clearver=a1f7be059c68487f66deded174878264539a4cfd
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -56,7 +56,7 @@ validpgpkeys=(
|
||||||
)
|
)
|
||||||
sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
|
sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'f5ef83461054024814846eb816c76eba1b903f7e3e38c3417027b33070b60d91'
|
'6fb2db1e38f762e6a028dfa5e6d094f0eb4324572667923aca3d64c87117772d'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6'
|
'f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6'
|
||||||
|
|
Reference in a new issue