pkgupdate: 4.14.15
This commit is contained in:
parent
66f02d4f6b
commit
d012422d87
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.14.14
|
||||
pkgrel = 3
|
||||
pkgver = 4.14.15
|
||||
pkgrel = 1
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -11,13 +11,13 @@ pkgbase = linux-clear
|
|||
makedepends = linux-firmware
|
||||
makedepends = xmlto
|
||||
options = !strip
|
||||
source = https://download.clearlinux.org/current/source/SRPMS/linux-4.14.14-513.src.rpm
|
||||
source = https://download.clearlinux.org/current/source/SRPMS/linux-4.14.15-514.src.rpm
|
||||
source = https://downloadmirror.intel.com/27337/eng/microcode-20171117.tgz
|
||||
source = 60-linux.hook
|
||||
source = 90-linux.hook
|
||||
source = 99-linux.hook
|
||||
source = linux.preset
|
||||
sha256sums = 58307f20460b14f688dd84179eab61718df1225702819f67cd99baeca121110d
|
||||
sha256sums = de29d0e5ad2b46c53cc0566c919e2b8dbd11aedd22b6f8b22a98c0309f808d75
|
||||
sha256sums = 93bd1da9fa58ece0016702e657f708b7e496e56da637a3fe9a6d21f1d6f524dc
|
||||
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
|
||||
sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -2,9 +2,9 @@
|
|||
# Contributor:
|
||||
|
||||
pkgbase=linux-clear
|
||||
pkgver=4.14.14
|
||||
_srpm=513
|
||||
pkgrel=3
|
||||
pkgver=4.14.15
|
||||
_srpm=514
|
||||
pkgrel=1
|
||||
_srcname=linux-${pkgver}
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
|
@ -19,7 +19,7 @@ source=(
|
|||
'99-linux.hook' # pacman hook for remove initramfs
|
||||
'linux.preset' # standard config files for mkinitcpio ramdisk
|
||||
)
|
||||
sha256sums=('58307f20460b14f688dd84179eab61718df1225702819f67cd99baeca121110d'
|
||||
sha256sums=('de29d0e5ad2b46c53cc0566c919e2b8dbd11aedd22b6f8b22a98c0309f808d75'
|
||||
'93bd1da9fa58ece0016702e657f708b7e496e56da637a3fe9a6d21f1d6f524dc'
|
||||
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
|
||||
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
|
||||
|
|
Loading…
Reference in a new issue