Skip to content

Commit

Permalink
upd(linux-kernel-stable): 6.5.1 -> 6.5.4 (pacstall#4574)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
2 people authored and Zahrun committed Oct 11, 2023
1 parent 5c025c3 commit 7d55ef7
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.5.1-060501-generic"
pkgver="6.5.1"
buildver="6.5.1-060501.202309020842"
gives="linux-headers-6.5.4-060504-generic"
pkgver="6.5.4"
buildver="6.5.4-060504.202309191142"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="462b96fe7695569bb9770e4169bcc705bead5875ee20c56922da7ea7464acf5d"
hash="ec858702aaf4fe181099e876567ba65a912034d52ce694b2cdaabe7f2906b5c1"
else
hash="eb32bcd0b63c4b2204a42813c3c104607856256e703e995112df46796401caa6"
hash="66cece98b43aa66f3197001c6dfc4e69e7dc4b4a9469fa24e8dcc09f30418b68"
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.5.1-060501"
pkgver="6.5.1"
buildver="6.5.1-060501.202309020842"
gives="linux-headers-6.5.4-060504"
pkgver="6.5.4"
buildver="6.5.4-060504.202309191142"
url="https://kernel.ubuntu.com/~kernel-ppa/mainline/v${pkgver}/amd64/${gives}_${buildver}_all.deb"
pkgdesc="Ubuntu Linux stable kernel (Headers)"
hash="badb0a8589e089d4a5ba74eb5eccbdc724f3b163b3683617763a103f0411493d"
hash="3baed6cff86bbc5319c44a80d9a5c7418b6e98c545d97ee4ed5234024febf756"
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.5.1-060501-generic"
pkgver="6.5.1"
buildver="6.5.1-060501.202309020842"
gives="linux-image-unsigned-6.5.4-060504-generic"
pkgver="6.5.4"
buildver="6.5.4-060504.202309191142"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="e33a38f490d13e247e211b8707a41c6d9a6023319b3882fbcd0ed4e9973e7212"
hash="a0c39eebb0f8272e15cf81b7d52812cb9596e2dbf1f2cfdf6b84dffaf8194761"
else
hash="d591f9e13310226b8224d48cc09a9eae9af03dfb857b82bc35bc981ba663506d"
hash="398742a328f9123aad6656087b368945a77263d8939e28bbc8e00b7547bc0b89"
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.5.1"
pkgver="6.5.4"
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.5.1-060501-generic"
pkgver="6.5.1"
buildver="6.5.1-060501.202309020842"
gives="linux-modules-6.5.4-060504-generic"
pkgver="6.5.4"
buildver="6.5.4-060504.202309191142"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="eb6f1b4d55ce761cd1eecbaa073663a9823a1f6ef2264b306a95d89f3958e771"
hash="83d8352be6e04882ba983ae425f4d1a8ca814d7600ecdfd7c4e0cae1ee30bd01"
else
hash="3da769839bc792637c58cc7f05d9b6d99a811cf465d1f71becf1ccf606848f38"
hash="d78f8f238242b9c2985dbb2637f74141769500521f6b3bf771444deba7c5f012"
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 7d55ef7

Please sign in to comment.