Skip to content

Commit

Permalink
upd(linux-kernel-stable): 6.7 -> 6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Jan 23, 2024
1 parent 10bba94 commit 845b65b
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.7.0-060700-generic"
pkgver="6.7"
buildver="6.7.0-060700.202401072033"
gives="linux-headers-6.7.1-060701-generic"
pkgver="6.7.1"
buildver="6.7.1-060701.202401201133"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="02d5b32f2da066abb891f704bc1b5e7a417b2e4ffce346ad0ef9eb8804d1061b"
hash="d52cf1681de4aaff19fb921d2821e6ff99031878ef01642e96e1247142fb4d60"
else
hash="52e495fde513ba49f0fbe2bcf005ac68c4ee787984960554dc31d3fe9edb2123"
hash="5caee983a7217f9b89b7afb2c04809cdde264380d7645710778dba51191a17dd"
fi
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/${CARCH}/${gives}_${buildver}_${CARCH}.deb"
pkgdesc="Ubuntu Linux stable kernel (Generic headers)"
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.7.0-060700"
pkgver="6.7"
buildver="6.7.0-060700.202401072033"
gives="linux-headers-6.7.1-060701"
pkgver="6.7.1"
buildver="6.7.1-060701.202401201133"
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/amd64/${gives}_${buildver}_all.deb"
pkgdesc="Ubuntu Linux stable kernel (Headers)"
hash="696c73ee91873cdae0f826756f3dfa1ac8e006946e11a376ee19287f360b17e7"
hash="79890d5bed31379456a9488271f4a485405d06464c1fae3fc611615ed6898ace"
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.7.0-060700-generic"
pkgver="6.7"
buildver="6.7.0-060700.202401072033"
gives="linux-image-unsigned-6.7.1-060701-generic"
pkgver="6.7.1"
buildver="6.7.1-060701.202401201133"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="fd2365b439cc0fef62a703b16e9ff9a6ec7ba86914e64c737e35a0d0c4274867"
hash="26d1477c06aa6daad10dd8e1931c3322f396ee7ad0d25cc305bacd2cbcfabc99"
else
hash="dc8308152986ea5eb1aaa7d424a8461843062ec2acf2cc8bb6d1ca4e812f45af"
hash="a0a73fb211fcc2dd4693bd97265f3b7f58e04c710e2b28f7a3186ba9138336b9"
fi
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/${CARCH}/${gives}_${buildver}_${CARCH}.deb"
pkgdesc="Ubuntu Linux stable kernel (Unsigned image)"
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.7"
pkgver="6.7.1"
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.7.0-060700-generic"
pkgver="6.7"
buildver="6.7.0-060700.202401072033"
gives="linux-modules-6.7.1-060701-generic"
pkgver="6.7.1"
buildver="6.7.1-060701.202401201133"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="32825359fc954c3d7865e5a4d899b167647b0abff0a4ee775dc2b4bcd447600a"
hash="aa7a4ca6c0f1aa647c77d7578d3b873725e0797c0a30078a590b6275dd5815b0"
else
hash="02e5c37cee2ec7ecfb103332fc99017e03f54710506251f9b1ba45f004c7b3ce"
hash="499ebb2c77f90c83f04700a3194dc82979578f02061f4ef72cc43f49555691e2"
fi
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/${CARCH}/${gives}_${buildver}_${CARCH}.deb"
pkgdesc="Ubuntu Linux stable kernel (Linux Modules)"
Expand Down

0 comments on commit 845b65b

Please sign in to comment.