4.16.3-1 (clr 4.16.2-551)
This commit is contained in:
parent
cfbd5d2da5
commit
89e622dc26
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.2
|
pkgver = 4.16.3
|
||||||
pkgrel = 4
|
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.2.xz
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.3.xz
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.2.sign
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.16.3.sign
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.2-551
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.16.2-551
|
||||||
source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.tgz
|
source = https://downloadmirror.intel.com/27591/eng/microcode-20180312.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 = fa82ef50579ea9b71b26b2ae98460380e22a48be2524f90548947a586988e575
|
sha256sums = 336252cb15f2f2574461c1d3daabf5dc207842526085802270e1e5223f645db3
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779
|
sha256sums = 0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
__basekernel=4.16
|
__basekernel=4.16
|
||||||
_minor=2
|
_minor=3
|
||||||
pkgver=${__basekernel}.${_minor}
|
pkgver=${__basekernel}.${_minor}
|
||||||
_clearver=${__basekernel}.2-551
|
_clearver=${__basekernel}.2-551
|
||||||
pkgrel=4
|
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')
|
||||||
|
@ -30,7 +30,7 @@ validpgpkeys=(
|
||||||
)
|
)
|
||||||
sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
|
sha256sums=('63f6dc8e3c9f3a0273d5d6f4dca38a2413ca3a5f689329d05b750e4c87bb21b9'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'fa82ef50579ea9b71b26b2ae98460380e22a48be2524f90548947a586988e575'
|
'336252cb15f2f2574461c1d3daabf5dc207842526085802270e1e5223f645db3'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779'
|
'0b381face2df1b0a829dc4fa8fa93f47f39e11b1c9c22ebd44f8614657c1e779'
|
||||||
|
|
Loading…
Reference in a new issue