4.17.4-1 (clr 4.17.3-589)
This commit is contained in:
parent
49e4f3efc4
commit
fabb4e1607
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.17.3
|
pkgver = 4.17.4
|
||||||
pkgrel = 2
|
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.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.3.xz
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.4.xz
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.3.sign
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.4.sign
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=309d2eb702410c884da0a2496454aaf8f18202cc
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=309d2eb702410c884da0a2496454aaf8f18202cc
|
||||||
source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz
|
source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.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
|
||||||
|
@ -27,7 +27,7 @@ pkgbase = linux-clear
|
||||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||||
sha256sums = 9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13
|
sha256sums = 9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 01d5cc024dcfed615f84fd83be9c248261d8fc2c062520d38397cead6857b596
|
sha256sums = b4b4b60d2f20f9b84ba8e55e2099102ad5b9460115bf31f4bab5c161451c0e3d
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6
|
sha256sums = f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -65,11 +65,11 @@ _rev_override="n"
|
||||||
|
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
__basekernel=4.17
|
__basekernel=4.17
|
||||||
_minor=3
|
_minor=4
|
||||||
pkgver=${__basekernel}.${_minor}
|
pkgver=${__basekernel}.${_minor}
|
||||||
#_clearver=${__basekernel}.3-589
|
#_clearver=${__basekernel}.3-589
|
||||||
_clearver=309d2eb702410c884da0a2496454aaf8f18202cc
|
_clearver=309d2eb702410c884da0a2496454aaf8f18202cc
|
||||||
pkgrel=2
|
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')
|
||||||
|
@ -95,7 +95,7 @@ validpgpkeys=(
|
||||||
)
|
)
|
||||||
sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
|
sha256sums=('9faa1dd896eaea961dc6e886697c0b3301277102e5bc976b2758f9a62d3ccd13'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'01d5cc024dcfed615f84fd83be9c248261d8fc2c062520d38397cead6857b596'
|
'b4b4b60d2f20f9b84ba8e55e2099102ad5b9460115bf31f4bab5c161451c0e3d'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6'
|
'f0d2492f4561e2559f6c9471b231cb8262d45762c0e7cccf787be5c189b4e2d6'
|
||||||
|
|
Loading…
Reference in a new issue