-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create linux-longterm-6.6-modules-deb.pacscript
- Loading branch information
1 parent
569a3cf
commit 366c0c4
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
packages/linux-longterm-6.6-modules-deb/linux-longterm-6.6-modules-deb.pacscript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
pkgname="linux-longterm-6.6-modules-deb" | ||
gives="linux-modules-6.6.51-060651-generic" | ||
pkgver="6.6.51" | ||
buildver="6.6.51-060651.202409121031" | ||
arch=("arm64" "amd64") | ||
sha256sums_arm64=("137fa692ad93cc62203c506e871d9e1f19c8febb709c5972c6240c1bd8ae1810") | ||
sha256sums_amd64=("e7a84ca24a58dd344e1cc0183cb68d00ef3a2a67c8153f78ef7a7cfdb6286c71") | ||
source_arm64=("https://kernel.ubuntu.com/mainline/v${pkgver}/arm64/${gives}_${buildver}_arm64.deb") | ||
source_amd64=("https://kernel.ubuntu.com/mainline/v${pkgver}/amd64/${gives}_${buildver}_amd64.deb") | ||
pkgdesc="Linux kernel LTS from Ubuntu Mainline Kernel PPA (modules)" | ||
maintainer=("James Ed Randson <[email protected]>") | ||
repology=("project: linux" "srcname: linux-mainline" "binname: linux-mainline") |