bump for new tag 4.15.4-533
This commit is contained in:
parent
423ea324b4
commit
6e1b02f0b0
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.15.4
|
pkgver = 4.15.4
|
||||||
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
|
||||||
|
@ -16,7 +16,7 @@ pkgbase = linux-clear
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.sign
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.15.tar.sign
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.4.xz
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.4.xz
|
||||||
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.4.sign
|
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.15.4.sign
|
||||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.15.3-529
|
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.15.4-533
|
||||||
source = https://downloadmirror.intel.com/27337/eng/microcode-20171117.tgz
|
source = https://downloadmirror.intel.com/27337/eng/microcode-20171117.tgz
|
||||||
source = 60-linux.hook
|
source = 60-linux.hook
|
||||||
source = 90-linux.hook
|
source = 90-linux.hook
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -5,8 +5,8 @@ pkgbase=linux-clear
|
||||||
__basekernel=4.15
|
__basekernel=4.15
|
||||||
_minor=4
|
_minor=4
|
||||||
pkgver=${__basekernel}.${_minor}
|
pkgver=${__basekernel}.${_minor}
|
||||||
_clearver=${__basekernel}.3-529
|
_clearver=${__basekernel}.4-533
|
||||||
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')
|
||||||
|
|
Loading…
Reference in a new issue