Skip to content

Commit

Permalink
6.2.12-1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Apr 20, 2023
1 parent 9f2b6a5 commit ba60bf2
Show file tree
Hide file tree
Showing 19 changed files with 84 additions and 77 deletions.
14 changes: 7 additions & 7 deletions linux-bore/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-bore
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.2.11
pkgver = 6.2.12
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
Expand All @@ -21,20 +21,20 @@ pkgbase = linux-bore
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.12.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/misc/0001-Add-latency-priority-for-CFS-class.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/misc/0001-bore-tuning-sysctl.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/sched/0001-bore-cachy.patch
sha256sums = 0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47
sha256sums = c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8
sha256sums = 816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b
sha256sums = 69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e
sha256sums = 6f7fb9c8f6248c705bc5357ceb4e32d7bc25a4e7b05d99e74602d123119d451a
sha256sums = 1c063a9adb63eda8330a403702c558ec3e8a006e4decb6fc9baa2ca58fbcd180
sha256sums = df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187
sha256sums = de53f7d4b08ac4e3e6699f407ac29d333fde329cb18b2b46c8c642af284b60c2
sha256sums = a69eb9f091742802f907d51378ba301a0c395cb5191402b7577216542983d2ed
sha256sums = ab1c745afad3cc1ca9c241d76ea94c7a414409fee964316f066e0f81b4afb182

pkgname = linux-bore
pkgdesc = The Linux BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules
Expand Down
12 changes: 6 additions & 6 deletions linux-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.2
_minor=11
_minor=12
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
Expand Down Expand Up @@ -847,10 +847,10 @@ for _p in "${pkgname[@]}"; do
}"
done

sha256sums=('0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47'
sha256sums=('c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8'
'816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b'
'69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e'
'6f7fb9c8f6248c705bc5357ceb4e32d7bc25a4e7b05d99e74602d123119d451a'
'1c063a9adb63eda8330a403702c558ec3e8a006e4decb6fc9baa2ca58fbcd180')
'df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187'
'de53f7d4b08ac4e3e6699f407ac29d333fde329cb18b2b46c8c642af284b60c2'
'a69eb9f091742802f907d51378ba301a0c395cb5191402b7577216542983d2ed'
'ab1c745afad3cc1ca9c241d76ea94c7a414409fee964316f066e0f81b4afb182')
10 changes: 6 additions & 4 deletions linux-cachyos-bmq/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos-bmq
pkgdesc = Linux BMQ scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.2.11
pkgver = 6.2.12
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
Expand All @@ -21,16 +21,18 @@ pkgbase = linux-cachyos-bmq
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.12.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/sched/0001-prjc-cachy.patch
sha256sums = 0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47
source = linux-cachyos-prjc.install
sha256sums = c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8
sha256sums = 816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b
sha256sums = df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187
sha256sums = a63dc07897a7dc014baba167b31961fe67b1a110389eb1dae85b522da9f3fe2e
sha256sums = a11c0100cc2f52a28f75bc788b3d7703f7224bb083465daa2d33403c1ff86697

pkgname = linux-cachyos-bmq
pkgdesc = The Linux BMQ scheduler Kernel by CachyOS with other patches and improvements kernel and modules
Expand Down
6 changes: 3 additions & 3 deletions linux-cachyos-bmq/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.2
_minor=11
_minor=12
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
Expand Down Expand Up @@ -847,9 +847,9 @@ for _p in "${pkgname[@]}"; do
}"
done

sha256sums=('0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47'
sha256sums=('c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8'
'816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b'
'df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187'
'a63dc07897a7dc014baba167b31961fe67b1a110389eb1dae85b522da9f3fe2e'
'a11c0100cc2f52a28f75bc788b3d7703f7224bb083465daa2d33403c1ff86697')
14 changes: 8 additions & 6 deletions linux-cachyos-bore/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos-bore
pkgdesc = Linux BORE scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.2.11
pkgver = 6.2.12
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
Expand All @@ -21,18 +21,20 @@ pkgbase = linux-cachyos-bore
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.12.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/misc/0001-Add-latency-priority-for-CFS-class.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/misc/0001-bore-tuning-sysctl.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/sched/0001-bore-cachy.patch
sha256sums = 0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47
sha256sums = c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8
sha256sums = 816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b
sha256sums = 69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e
sha256sums = 1c063a9adb63eda8330a403702c558ec3e8a006e4decb6fc9baa2ca58fbcd180
sha256sums = df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187
sha256sums = de53f7d4b08ac4e3e6699f407ac29d333fde329cb18b2b46c8c642af284b60c2
sha256sums = a69eb9f091742802f907d51378ba301a0c395cb5191402b7577216542983d2ed
sha256sums = ab1c745afad3cc1ca9c241d76ea94c7a414409fee964316f066e0f81b4afb182

pkgname = linux-cachyos-bore
pkgdesc = The Linux BORE scheduler Kernel by CachyOS with other patches and improvements kernel and modules
Expand Down
13 changes: 7 additions & 6 deletions linux-cachyos-bore/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _cpusched=${_cpusched-bore}

## Apply some suggested sysctl values from the bore developer
## These are adjusted to BORE
_tune_bore=${_tune_bore-}
_tune_bore=${_tune_bore-y}

### Tweak kernel options prior to a build via nconfig
_makenconfig=${_makenconfig-}
Expand Down Expand Up @@ -196,7 +196,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.2
_minor=11
_minor=12
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
Expand Down Expand Up @@ -847,9 +847,10 @@ for _p in "${pkgname[@]}"; do
}"
done

sha256sums=('0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47'
sha256sums=('c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8'
'816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b'
'69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e'
'1c063a9adb63eda8330a403702c558ec3e8a006e4decb6fc9baa2ca58fbcd180')
'df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187'
'de53f7d4b08ac4e3e6699f407ac29d333fde329cb18b2b46c8c642af284b60c2'
'a69eb9f091742802f907d51378ba301a0c395cb5191402b7577216542983d2ed'
'ab1c745afad3cc1ca9c241d76ea94c7a414409fee964316f066e0f81b4afb182')
10 changes: 5 additions & 5 deletions linux-cachyos-cfs/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos-cfs
pkgdesc = Linux CFS scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.2.11
pkgver = 6.2.12
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
Expand All @@ -21,16 +21,16 @@ pkgbase = linux-cachyos-cfs
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.12.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/misc/0001-Add-latency-priority-for-CFS-class.patch
sha256sums = 0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47
sha256sums = c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8
sha256sums = 816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b
sha256sums = 69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e
sha256sums = df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187
sha256sums = de53f7d4b08ac4e3e6699f407ac29d333fde329cb18b2b46c8c642af284b60c2

pkgname = linux-cachyos-cfs
pkgdesc = The Linux CFS scheduler Kernel by CachyOS with other patches and improvements kernel and modules
Expand Down
8 changes: 4 additions & 4 deletions linux-cachyos-cfs/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.2
_minor=11
_minor=12
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
Expand Down Expand Up @@ -847,8 +847,8 @@ for _p in "${pkgname[@]}"; do
}"
done

sha256sums=('0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47'
sha256sums=('c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8'
'816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b'
'69fc839e77f920abd9dd1840195ce90cd221f02d4fb5b1933eb2df05bfc72f6e')
'df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187'
'de53f7d4b08ac4e3e6699f407ac29d333fde329cb18b2b46c8c642af284b60c2')
10 changes: 6 additions & 4 deletions linux-cachyos-pds/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos-pds
pkgdesc = Linux PDS scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.2.11
pkgver = 6.2.12
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
Expand All @@ -21,16 +21,18 @@ pkgbase = linux-cachyos-pds
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.12.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/sched/0001-prjc-cachy.patch
sha256sums = 0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47
source = linux-cachyos-prjc.install
sha256sums = c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8
sha256sums = 816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b
sha256sums = df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187
sha256sums = a63dc07897a7dc014baba167b31961fe67b1a110389eb1dae85b522da9f3fe2e
sha256sums = a11c0100cc2f52a28f75bc788b3d7703f7224bb083465daa2d33403c1ff86697

pkgname = linux-cachyos-pds
pkgdesc = The Linux PDS scheduler Kernel by CachyOS with other patches and improvements kernel and modules
Expand Down
6 changes: 3 additions & 3 deletions linux-cachyos-pds/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.2
_minor=11
_minor=12
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
Expand Down Expand Up @@ -847,9 +847,9 @@ for _p in "${pkgname[@]}"; do
}"
done

sha256sums=('0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47'
sha256sums=('c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8'
'816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b'
'df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187'
'a63dc07897a7dc014baba167b31961fe67b1a110389eb1dae85b522da9f3fe2e'
'a11c0100cc2f52a28f75bc788b3d7703f7224bb083465daa2d33403c1ff86697')
2 changes: 1 addition & 1 deletion linux-cachyos-rc/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = linux-cachyos-rc
pkgdesc = Linux BORE scheduler Kernel by CachyOS and with some other patches and other improvements
pkgver = 6.3.rc7
pkgrel = 1
pkgrel = 2
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
arch = x86_64_v3
Expand Down
8 changes: 4 additions & 4 deletions linux-cachyos-server/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos-server
pkgdesc = Linux CFS scheduler Kernel by CachyOS targeted for Servers
pkgver = 6.2.11
pkgver = 6.2.12
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
Expand All @@ -21,14 +21,14 @@ pkgbase = linux-cachyos-server
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.12.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch
sha256sums = 0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47
sha256sums = c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8
sha256sums = 816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b
sha256sums = df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187

pkgname = linux-cachyos-server
pkgdesc = The Linux CFS scheduler Kernel by CachyOS targeted for Servers kernel and modules
Expand Down
6 changes: 3 additions & 3 deletions linux-cachyos-server/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.2
_minor=11
_minor=12
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
Expand Down Expand Up @@ -847,7 +847,7 @@ for _p in "${pkgname[@]}"; do
}"
done

sha256sums=('0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47'
sha256sums=('c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8'
'816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b')
'df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187')
8 changes: 4 additions & 4 deletions linux-cachyos-tt/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-cachyos-tt
pkgdesc = Linux TT scheduler Kernel by CachyOS with other patches and improvements
pkgver = 6.2.11
pkgver = 6.2.12
pkgrel = 1
url = https://github.com/CachyOS/linux-cachyos
arch = x86_64
Expand All @@ -21,15 +21,15 @@ pkgbase = linux-cachyos-tt
makedepends = make
makedepends = patch
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.11.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.12.tar.xz
source = config
source = auto-cpu-optimization.sh
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/all/0001-cachyos-base-all.patch
source = https://raw.githubusercontent.com/cachyos/kernel-patches/master/6.2/sched/0001-tt-cachy.patch
sha256sums = 0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47
sha256sums = c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8
sha256sums = 816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed
sha256sums = 41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106
sha256sums = cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b
sha256sums = df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187
sha256sums = c5c48b3e6b08c54b7d057f32da5d11478cf25ba87c903727a77a7b5a8d3f78a8

pkgname = linux-cachyos-tt
Expand Down
6 changes: 3 additions & 3 deletions linux-cachyos-tt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ else
pkgbase=linux-$pkgsuffix
fi
_major=6.2
_minor=11
_minor=12
#_minorc=$((_minor+1))
#_rcver=rc8
pkgver=${_major}.${_minor}
Expand Down Expand Up @@ -847,8 +847,8 @@ for _p in "${pkgname[@]}"; do
}"
done

sha256sums=('0d236784e60b87c7953535aeb148dd9e773b26495dfa9c6d69615f54fe00dd47'
sha256sums=('c7e146b52737adfa4c724bfa41bf4721c5ee3cf220c074fbc60eb3ea62b0ccc8'
'816508270cc1062a9089548a7320922c028431450db4231fc5786d81beedd9ed'
'41c34759ed248175e905c57a25e2b0ed09b11d054fe1a8783d37459f34984106'
'cef5b2e45c376a0d7a78ba48f9c3c86b883cb50226faf9313958f4c30ef5604b'
'df9ad8d111f94c6705de28c692de217e39d76b509309f38a3e4a510a5d36d187'
'c5c48b3e6b08c54b7d057f32da5d11478cf25ba87c903727a77a7b5a8d3f78a8')
Loading

0 comments on commit ba60bf2

Please sign in to comment.