diff options
author | davidovski <david@davidovski.xyz> | 2022-06-01 18:23:59 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-01 18:23:59 +0100 |
commit | fccdaa986f67f820df2914bef851d5fed77abac8 (patch) | |
tree | 6bc6503af26cbc32f5db1558c129f7303282172e /repo/linux-headers | |
parent | fa2c7177695d2072d541057a9610e55b51ff4db1 (diff) |
added thunderbird and qt5
Diffstat (limited to 'repo/linux-headers')
-rw-r--r-- | repo/linux-headers/linux-headers.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/linux-headers/linux-headers.xibuild b/repo/linux-headers/linux-headers.xibuild index 40f6a6d..f96c3be 100644 --- a/repo/linux-headers/linux-headers.xibuild +++ b/repo/linux-headers/linux-headers.xibuild @@ -4,7 +4,7 @@ MAKEDEPS="make cpio bc perl libelf kmod xmlto xz" DEPS="pahole" DESC="Linux kernel headers" -PKG_VER=5.17.6 +PKG_VER=5.18.1 SOURCE=https://cdn.kernel.org/pub/linux/kernel/v${PKG_VER%%.*}.x/linux-$PKG_VER.tar.xz build () { |