Skip to content

Commit

Permalink
upd(linux-kernel-stable): 6.4.9 -> 6.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Aug 11, 2023
1 parent dc3414d commit e1a7f46
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name="linux-headers-generic-stable-deb"
gives="linux-headers-6.4.9-060409-generic"
pkgver="6.4.9"
buildver="6.4.9-060409.202308081548"
gives="linux-headers-6.4.10-060410-generic"
pkgver="6.4.10"
buildver="6.4.10-060410.202308111154"
if [[ ${CARCH} == "arm64" ]]; then
hash="ba187d76f432631f801759568ea45277ab09ad313e4a4dfa3683212fbce95057"
hash="ff408bfbdc8e58514081e0457d97182f6c4ba646727bbf9f01882316860795f0"
arch=('arm64')
else
hash="72ea0aca8c39ecd056ea7a97f4d236ba687ff052cda9f2edd54b727d6c5eaee4"
hash="3c3a322f77e17adf143d6840cd33870ef4469960db936fa13322a6f790c1e727"
arch=('amd64')
fi
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/${CARCH}/${gives}_${buildver}_${CARCH}.deb"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name="linux-headers-stable-deb"
gives="linux-headers-6.4.9-060409"
pkgver="6.4.9"
buildver="6.4.9-060409.202308081548"
gives="linux-headers-6.4.10-060410"
pkgver="6.4.10"
buildver="6.4.10-060410.202308111154"
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/amd64/${gives}_${buildver}_all.deb"
pkgdesc="Ubuntu Linux stable kernel (Headers)"
hash="e66b368e88403d3083a7f1a46bd963dfdb69336c229539ebde467b598fc7dba4"
hash="4f5b2e837f3db26d7f5f0f39c1c45cef0c8fc5ab06ced3382ee8a716004413fe"
arch=('any')
maintainer="Oren Klopfer <[email protected]>"
repology=("project: linux" "repo: distrowatch")
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name="linux-image-unsigned-stable-deb"
gives="linux-image-unsigned-6.4.9-060409-generic"
pkgver="6.4.9"
buildver="6.4.9-060409.202308081548"
gives="linux-image-unsigned-6.4.10-060410-generic"
pkgver="6.4.10"
buildver="6.4.10-060410.202308111154"
if [[ ${CARCH} == "arm64" ]]; then
hash="3235e06a4dba2f67a17a484a252a1ca48082b4f77fe3e6e32d592653ea695731"
hash="64ced8afcde7857cff16a0d46bb6ca148c91ee2ff8daf1572d274e3d6afce8f2"
arch=('arm64')
else
hash="4ba96d4dfc470064e4a42f0af8afe5c6a0413883673eb7a736f84f2546736fe6"
hash="5766b8255de2082c3b56b2abfa8e91207126176f5cd6cf964b200859831b5bb2"
arch=('amd64')
fi
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/${CARCH}/${gives}_${buildver}_${CARCH}.deb"
Expand Down
2 changes: 1 addition & 1 deletion packages/linux-kernel-stable/linux-kernel-stable.pacscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name="linux-kernel-stable"
pkgver="6.4.9"
pkgver="6.4.10"
url="https://github.com/oklopfer/debs/raw/master/empty.tar.xz"
pacdeps=("linux-headers-stable-deb" "linux-headers-generic-stable-deb" "linux-modules-stable-deb" "linux-image-unsigned-stable-deb")
pkgdesc="Provides the latest stable Linux kernel via the Ubuntu mainline repositories"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name="linux-modules-stable-deb"
gives="linux-modules-6.4.9-060409-generic"
pkgver="6.4.9"
buildver="6.4.9-060409.202308081548"
gives="linux-modules-6.4.10-060410-generic"
pkgver="6.4.10"
buildver="6.4.10-060410.202308111154"
if [[ ${CARCH} == "arm64" ]]; then
hash="3c89e379b919611563d362762fa3ab36dfa9d10eb565c62508f144380adca487"
hash="7353c6f083f23390d50193a465da04e97437d87e590069ae42b8ddb918db3cea"
arch=('arm64')
else
hash="cbbdd8b1768e9d9446581ac07f365b118a88104ad9bd8b66648b66fb67f3d961"
hash="33cf7dc0b61b5e880ae43e5d3e22369b0d21a3ab5b20044927efb3e06bfb35be"
arch=('amd64')
fi
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/${CARCH}/${gives}_${buildver}_${CARCH}.deb"
Expand Down

0 comments on commit e1a7f46

Please sign in to comment.