Skip to content

Commit

Permalink
⚡ update to v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bigshans committed Jun 28, 2023
1 parent 9f86944 commit eb9e919
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = linux-xanmod-anbox-tty
pkgdesc = Linux Xanmod. Development branch with the Task Type CPU Scheduler by Hamad Al Marri
pkgver = 6.3.0
pkgver = 6.4.0
pkgrel = 1
url = http://www.xanmod.org/
arch = x86_64
Expand All @@ -13,17 +13,17 @@ pkgbase = linux-xanmod-anbox-tty
makedepends = tar
makedepends = xz
options = !strip
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.3.tar.sign
source = https://github.com/xanmod/linux/releases/download/6.3.0-xanmod1/patch-6.3.0-xanmod1.xz
source = https://raw.githubusercontent.com/zhmars/cjktty-patches/master/v6.x/cjktty-6.3.patch
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.4.tar.xz
source = https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.4.tar.sign
source = https://github.com/xanmod/linux/releases/download/6.4.0-xanmod1/patch-6.4.0-xanmod1.xz
source = https://raw.githubusercontent.com/zhmars/cjktty-patches/master/v6.x/cjktty-6.4.patch
source = choose-gcc-optimization.sh
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
sha256sums = ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e
sha256sums = 8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3
sha256sums = SKIP
sha256sums = ed7f827ba466a67cc7f5319013f3e1844f81eec6dcf464d7eb95d42e7a19f04a
sha256sums = 427b16aeece1b62667ab34d45e43e4f476f5f4875daf8553597c95e2bfa22ef1
sha256sums = 4eb2e7c7553536beeed8c3228395b9157f89bc085a0d47f017680747e4c914b5
sha256sums = a06671be0ea57693c09f9f96fabfdefd69153bdda2bf45d516825f145e6b75cf
sha256sums = 1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee

pkgname = linux-xanmod-anbox-tty
Expand Down
10 changes: 5 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ _makenconfig=
### IMPORTANT: Do no edit below this line unless you know what you're doing

pkgbase=linux-xanmod-anbox-tty
_major=6.3
pkgver=${_major}.9
_major=6.4
pkgver=${_major}.0
_branch=6.x
xanmod=1
pkgrel=${xanmod}
Expand Down Expand Up @@ -113,10 +113,10 @@ for _patch in ${_patches[@]}; do
source+=("${_patch}::https://raw.githubusercontent.com/archlinux/svntogit-packages/${_commit}/trunk/${_patch}")
done

sha256sums=('ba3491f5ed6bd270a370c440434e3d69085fcdd528922fa01e73d7657db73b1e'
sha256sums=('8fa0588f0c2ceca44cac77a0e39ba48c9f00a6b9dc69761c02a5d3efac8da7f3'
'SKIP'
'f6010d895c549ba8fc7e4728208c04de988486de0c30a1cdf50e04855d37675d'
'427b16aeece1b62667ab34d45e43e4f476f5f4875daf8553597c95e2bfa22ef1'
'4eb2e7c7553536beeed8c3228395b9157f89bc085a0d47f017680747e4c914b5'
'a06671be0ea57693c09f9f96fabfdefd69153bdda2bf45d516825f145e6b75cf'
'1ac18cad2578df4a70f9346f7c6fccbb62f042a0ee0594817fdef9f2704904ee')

export KBUILD_BUILD_HOST=${KBUILD_BUILD_HOST:-archlinux}
Expand Down

0 comments on commit eb9e919

Please sign in to comment.