5.5.14-2 (clr 5.5.13-924) wireguard-20200401
This commit is contained in:
parent
a209ef0c30
commit
30e540a624
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgdesc = Clear Linux
|
||||
pkgver = 5.5.13
|
||||
pkgver = 5.5.14
|
||||
pkgrel = 2
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
|
@ -14,18 +14,18 @@ pkgbase = linux-clear
|
|||
options = !strip
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.5.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.5.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.5.13.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.5.14.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=5.5.13-924
|
||||
source = https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-1.0.20200330.tar.xz
|
||||
source = https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-1.0.20200401.tar.xz
|
||||
source = enable_additional_cpu_optimizations-20191217.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20191217.tar.gz
|
||||
source = pci-enable-overrides-for-missing-acs-capabilities.patch
|
||||
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
|
||||
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
|
||||
sha256sums = a6fbd4ee903c128367892c2393ee0d9657b6ed3ea90016d4dc6f1f6da20b2330
|
||||
sha256sums = SKIP
|
||||
sha256sums = a58dad931dda6eba7656551da73d1c452317617c8282c094fa4f646d9422993a
|
||||
sha256sums = c7543f9484e3ed755ca9068967facb01f77971efe80829f6d9c6fd35939c7b0a
|
||||
sha256sums = SKIP
|
||||
sha256sums = 2d57b239605be2ee0e4c2da935ff1a23e9ed8bb3ee692e10ae032ae50f280bef
|
||||
sha256sums = 7dfb4a8315e1d6ae406ff32d01c496175df558dd65968a19e5222d02c7cfb77a
|
||||
sha256sums = 7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5
|
||||
sha256sums = 4127910703ed934224941114c2a4e0bcc5b4841f46d04063ed7b20870a51baa0
|
||||
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -66,7 +66,7 @@ _use_current=
|
|||
### IMPORTANT: Do no edit below this line unless you know what you're doing
|
||||
|
||||
_major=5.5
|
||||
_minor=13
|
||||
_minor=14
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.13-924
|
||||
pkgbase=linux-clear
|
||||
|
@ -78,7 +78,7 @@ url="https://github.com/clearlinux-pkgs/linux"
|
|||
license=('GPL2')
|
||||
makedepends=('bc' 'cpio' 'git' 'kmod' 'libelf' 'xmlto')
|
||||
options=('!strip')
|
||||
_wrg_snap='1.0.20200330'
|
||||
_wrg_snap='1.0.20200401'
|
||||
_gcc_more_v='20191217'
|
||||
source=(
|
||||
"https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${_major}.tar.xz"
|
||||
|
@ -357,9 +357,9 @@ done
|
|||
|
||||
sha256sums=('a6fbd4ee903c128367892c2393ee0d9657b6ed3ea90016d4dc6f1f6da20b2330'
|
||||
'SKIP'
|
||||
'a58dad931dda6eba7656551da73d1c452317617c8282c094fa4f646d9422993a'
|
||||
'c7543f9484e3ed755ca9068967facb01f77971efe80829f6d9c6fd35939c7b0a'
|
||||
'SKIP'
|
||||
'2d57b239605be2ee0e4c2da935ff1a23e9ed8bb3ee692e10ae032ae50f280bef'
|
||||
'7dfb4a8315e1d6ae406ff32d01c496175df558dd65968a19e5222d02c7cfb77a'
|
||||
'7a4a209de815f4bae49c7c577c0584c77257e3953ac4324d2aa425859ba657f5'
|
||||
'4127910703ed934224941114c2a4e0bcc5b4841f46d04063ed7b20870a51baa0')
|
||||
|
||||
|
|
Loading…
Reference in a new issue