Skip to content
Snippets Groups Projects
Verified Commit 38406f31 authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag:
Browse files

linux-next: use git.kernel.org as source

Canonical location of the linux-next tree is at git.kernel.org and to
avoid potential malicious attacks use their tarballs instead
parent c549e461
No related branches found
No related tags found
No related merge requests found
Pipeline #213237 passed with warnings
......@@ -3,7 +3,7 @@
pkgname=linux-next
pkgver=6.13_git20250108
pkgrel=3
pkgrel=4
_nextver="${pkgver#*_git}"
pkgdesc="Linux next kernel"
arch="aarch64"
......@@ -14,7 +14,7 @@ license="GPL-2.0-only"
# FIXME: kconfigcheck isn't supported since we use fragments
options="!strip !check !tracedeps pmb:cross-native"
source="
https://gitlab.com/linux-kernel/linux-next/-/archive/next-$_nextver/linux-next-next-$_nextver.tar.gz
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/snapshot/linux-next-next-$_nextver.tar.gz
devices.config
pmos.config
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment