Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/scx-loader/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'scx-loader'
pkgname=scx-loader
version=1.1.0
version=1.1.1
revision=1
archs="x86_64* aarch64*"
conf_files=/etc/scx_loader.toml
Expand All @@ -11,7 +11,7 @@ maintainer="Chloé Vulquin <code@toast.bunkerlabs.net>"
license="GPL-2.0-only"
homepage="https://github.com/sched-ext/scx-loader"
distfiles="https://github.com/sched-ext/scx-loader/archive/refs/tags/v${version}.tar.gz"
checksum=14f23108f95126958c4c54be9a02f0d1cc746b0e8a0e6572123cdf48f6c98100
checksum=df17f4984e6d46ad5eebf1a96dce8b656e880de5a251e73313788eb564c816b0

pre_build() {
# workaround the cc-rs mixing CFLAGS for host and target.
Expand Down
106 changes: 0 additions & 106 deletions srcpkgs/scx/patches/scx_cake-musl.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/scx/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'scx'
pkgname=scx
version=1.1.0
version=1.1.1
revision=1
archs="x86_64* aarch64*"
build_style=cargo
Expand All @@ -21,7 +21,7 @@ maintainer="Chloé Vulquin <code@toast.bunkerlabs.net>"
license="GPL-2.0-only"
homepage="https://github.com/sched-ext/scx"
distfiles="https://github.com/sched-ext/scx/archive/refs/tags/v${version}.tar.gz"
checksum=80ce590601780013cdd9ad44b1338475649a1b69358c65c4a8066a34efc34fc1
checksum=1b162f0a198e379fc1f7016505b78c236acb63d1b8f22d66a4b6fd762ec592fb

pre_build() {
# workaround the cc-rs mixing CFLAGS for host and target.
Expand Down