Skip to content

Commit

Permalink
upd(linux-kernel): 6.6-rc2 -> 6.6-rc4 (#4612)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Oct 7, 2023
1 parent c75f8ea commit f963ad6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions packages/linux-headers-deb/linux-headers-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name="linux-headers-deb"
gives="linux-headers-6.6.0-060600rc2"
pkgver="6.6-rc2"
buildver="6.6.0-060600rc2.202309171834"
gives="linux-headers-6.6.0-060600rc4"
pkgver="6.6-rc4"
buildver="6.6.0-060600rc4.202310012130"
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/amd64/${gives}_${buildver}_all.deb"
pkgdesc="Ubuntu Linux mainline kernel (Headers)"
hash="48d4325d63611140841bfa999b659d67d9389a50949f43c16e70b6120088b01f"
hash="1e8401f7d8ae19521bc6dded81696416102d786cbdb362c74527b0c157baf575"
arch=('any')
maintainer="Oren Klopfer <[email protected]>"
repology=("project: linux" "repo: aur" "srcname: linux-mainline" "binname: linux-mainline-headers")
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name="linux-headers-generic-deb"
gives="linux-headers-6.6.0-060600rc2-generic"
pkgver="6.6-rc2"
buildver="6.6.0-060600rc2.202309171834"
gives="linux-headers-6.6.0-060600rc4-generic"
pkgver="6.6-rc4"
buildver="6.6.0-060600rc4.202310012130"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="30cc3ab6b582eedd0059a0e2808a6a6341a952f8796764b6da5dcede0988536b"
hash="f519205caff26652cd18c1cb34d467647236aa1bb0f9215cb51dc12c2940b392"
else
hash="25865529eb6eba60ec6ac82d95a163e508f015a451baa48da4e2ef297e8b320b"
hash="9b21a078f63fd7d9237a85b8badf4d49823a2caf87aee1d0786b3252a8dc5fb2"
fi
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/${CARCH}/${gives}_${buildver}_${CARCH}.deb"
pkgdesc="Ubuntu Linux mainline kernel (Generic headers)"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name="linux-image-unsigned-deb"
gives="linux-image-unsigned-6.6.0-060600rc2-generic"
pkgver="6.6-rc2"
buildver="6.6.0-060600rc2.202309171834"
gives="linux-image-unsigned-6.6.0-060600rc4-generic"
pkgver="6.6-rc4"
buildver="6.6.0-060600rc4.202310012130"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="5c8dd82209c3f31d4438ea529f4d551bcb004d599053cb67b15a7a950c2ccba3"
hash="f9b1485bc36c261161136b014877a3b1cc281f89d5d4aa91ae11c6e5c86797cf"
else
hash="c7a6ff039377c7d0539eb63ee5d44e5a2acfcd3b17d7a5b60a341a8578ace8b6"
hash="13eb2e28415d3afdcd43f043e0ef0cf220758bd558d20e4768a78756dbd571c0"
fi
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/${CARCH}/${gives}_${buildver}_${CARCH}.deb"
pkgdesc="Ubuntu Linux mainline kernel (Unsigned image)"
Expand Down
2 changes: 1 addition & 1 deletion packages/linux-kernel/linux-kernel.pacscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name="linux-kernel"
pkgver="6.6-rc2"
pkgver="6.6-rc4"
url="https://github.com/oklopfer/debs/raw/master/empty.tar.xz"
pacdeps=("linux-headers-deb" "linux-headers-generic-deb" "linux-modules-deb" "linux-image-unsigned-deb")
pkgdesc="Provides the latest Linux kernel via the Ubuntu mainline repositories"
Expand Down
10 changes: 5 additions & 5 deletions packages/linux-modules-deb/linux-modules-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name="linux-modules-deb"
gives="linux-modules-6.6.0-060600rc2-generic"
pkgver="6.6-rc2"
buildver="6.6.0-060600rc2.202309171834"
gives="linux-modules-6.6.0-060600rc4-generic"
pkgver="6.6-rc4"
buildver="6.6.0-060600rc4.202310012130"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="bf8018ae730a13114e35814642157abed3ce357ddd3240833345e024cc8d087c"
hash="570cd3b7f8ade45f4cf8b2efb7d44b933a9e336b1c3b071e76c0e2f9aeca6fa0"
else
hash="04f874248dd63ca918218ef85e21f49dd6a02fb6a2b891c0784e0ebbc915ada5"
hash="6ae59f97132b5ee563eb98450bef398bfbb98613eb86a9e6e6b48e1f6dcac5f9"
fi
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/${CARCH}/${gives}_${buildver}_${CARCH}.deb"
pkgdesc="Ubuntu Linux mainline kernel (Linux Modules)"
Expand Down

0 comments on commit f963ad6

Please sign in to comment.