summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Orth2022-12-11 09:12:23 +0300
committerAlan Orth2022-12-11 09:12:23 +0300
commitb46708be9d9d735ebd719b6a02756af4d5206819 (patch)
treeba54426cedfacc091ec6b27b650565354ee1ff06
parent08908c7e6533abb1ffd79aeeb3616d99e0cd9157 (diff)
downloadaur-b46708be9d9d735ebd719b6a02756af4d5206819.tar.gz
Linux 6.0.11-1216 from Clear 37720
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9ba873a7bbf..799bf7ffa317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = linux-clear-headers-bin
pkgdesc = Header files and scripts for Clear Linux kernel and modules
- pkgver = 6.0.10.1215
+ pkgver = 6.0.11.1216
pkgrel = 1
epoch = 0
url = https://github.com/clearlinux-pkgs/linux
@@ -8,11 +8,11 @@ pkgbase = linux-clear-headers-bin
license = GPL2
conflicts = linux-clear-headers
options = !strip
- source = Manifest.linux-dev.37700::https://cdn.download.clearlinux.org/update/37700/Manifest.linux-dev
- source = pack-linux-dev-from-0.37700.tar::https://cdn.download.clearlinux.org/update/37700/pack-linux-dev-from-0.tar
- source = https://cdn.download.clearlinux.org/update/37700/files/8be134b8da1fcf7e62f79935622959e387f2a2f3712b6815958d91b2e5f5dd09.tar
- b2sums = 2e70098766cde2574fe96e973561204b8f5499f8f46b44989fff1fec9938adc9ca7207f07d7525d574a372f53ed94fd9322dae9517720ebaa2a173503c1e04dc
- b2sums = e76e577d9a64c3cbdcdf4cbf94a5276d44219e1a2e2852e3a0ff0597e24724d4e1518c3e31f5071f0f5a7f90ea6245cf9285236df9ffd6660d9be0867dcbb29a
- b2sums = d4e0f1f1b34ed6e352a722a6883e7a373f79fa04cd4d033ce1fe09096401078ceab14c4c9ef3c83809766853f7a0998d4b88043a6f70d146d3f0539081abd4f7
+ source = Manifest.linux-dev.37720::https://cdn.download.clearlinux.org/update/37720/Manifest.linux-dev
+ source = pack-linux-dev-from-0.37720.tar::https://cdn.download.clearlinux.org/update/37720/pack-linux-dev-from-0.tar
+ source = https://cdn.download.clearlinux.org/update/37720/files/30b702c96e60be4b81850bc0aa0b8f091aad98b90fc4d782f91225ac78522763.tar
+ b2sums = 3540d5866004823cf1360658da3248a00d71ab0523b24fc91dba852eaf40eeb71042abdaa4eeea3ca2feb6fee26a5b9aee2004dd5dfc4cb6e2617dbc281ef68a
+ b2sums = 65b5e758a8d0a962f680f81353b7005e6b29c0b34d978eda2cb5a5ed602820b4216e39ca19b4a987414bd5d972b5e7c5b1a8d40c9955619bcea41d7bd5610ab0
+ b2sums = 68fa03be01e47b0dfe3de096f519eceeb6aff761291601e3c079e870152f7cc190b2f341076cb4d8eb7645ff5a7169871dbc3a96bbaa95c701e0c13e50a1fa61
pkgname = linux-clear-headers-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8d4d11787e87..6f6d8c7105a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@ url="https://github.com/clearlinux-pkgs/linux"
pkgname=linux-clear-headers-bin
# check org.clearlinux.native.X.Y.Z in Manifest
_major=6.0
-_minor=10
-_clr=1215
+_minor=11
+_clr=1216
pkgver=${_major}.${_minor}.${_clr}
pkgrel=1
# use in case we need to update the Arch package without incrementing pkgrel
@@ -16,12 +16,12 @@ conflicts=("linux-clear-headers")
options=('!strip')
# see: https://cdn.download.clearlinux.org/current/latest
-_clear_version=37700
+_clear_version=37720
_kernel_version="${_major}.${_minor}-${_clr}.native"
# hash of kernel config from Manifest.linux-dev, ie /usr/lib/kernel/config-5.3.1-843.native
# there's no way to do this automatically in the PKGBUILD
-_config_hash=8be134b8da1fcf7e62f79935622959e387f2a2f3712b6815958d91b2e5f5dd09
-_config_hash_clear_version=37700
+_config_hash=30b702c96e60be4b81850bc0aa0b8f091aad98b90fc4d782f91225ac78522763
+_config_hash_clear_version=37720
source=("Manifest.linux-dev.${_clear_version}::https://cdn.download.clearlinux.org/update/${_clear_version}/Manifest.linux-dev"
"pack-linux-dev-from-0.${_clear_version}.tar::https://cdn.download.clearlinux.org/update/${_clear_version}/pack-linux-dev-from-0.tar"
@@ -53,6 +53,6 @@ package() {
mkdir -p $pkgdir/usr/lib
cp -Pr modules $pkgdir/usr/lib
}
-b2sums=('2e70098766cde2574fe96e973561204b8f5499f8f46b44989fff1fec9938adc9ca7207f07d7525d574a372f53ed94fd9322dae9517720ebaa2a173503c1e04dc'
- 'e76e577d9a64c3cbdcdf4cbf94a5276d44219e1a2e2852e3a0ff0597e24724d4e1518c3e31f5071f0f5a7f90ea6245cf9285236df9ffd6660d9be0867dcbb29a'
- 'd4e0f1f1b34ed6e352a722a6883e7a373f79fa04cd4d033ce1fe09096401078ceab14c4c9ef3c83809766853f7a0998d4b88043a6f70d146d3f0539081abd4f7')
+b2sums=('3540d5866004823cf1360658da3248a00d71ab0523b24fc91dba852eaf40eeb71042abdaa4eeea3ca2feb6fee26a5b9aee2004dd5dfc4cb6e2617dbc281ef68a'
+ '65b5e758a8d0a962f680f81353b7005e6b29c0b34d978eda2cb5a5ed602820b4216e39ca19b4a987414bd5d972b5e7c5b1a8d40c9955619bcea41d7bd5610ab0'
+ '68fa03be01e47b0dfe3de096f519eceeb6aff761291601e3c079e870152f7cc190b2f341076cb4d8eb7645ff5a7169871dbc3a96bbaa95c701e0c13e50a1fa61')