Skip to content

Commit

Permalink
Update checksums
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gorski <[email protected]>
  • Loading branch information
sirlucjan committed Feb 13, 2024
1 parent 5404a4c commit a3a75ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scx-scheds/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generated by makepkg 6.0.2
# Tue Feb 13 07:18:00 UTC 2024
# Tue Feb 13 11:53:23 UTC 2024
pkgbase = scx-scheds
pkgdesc = Sched_ext schedulers
pkgver = 0.1.7
Expand All @@ -20,6 +20,6 @@ pkgbase = scx-scheds
options = !lto
backup = etc/default/scx
source = https://github.com/sched-ext/scx/archive/refs/tags/v0.1.7.tar.gz
sha512sums = a1c0f5e279f0c119ac310874fc82ef9247dcb06419fbc6327e8f70d809059924c28637c35d4c2c5bd478fd116f5c8af5c65994fddc95f941b31d0b3929385869
sha512sums = 8137aac898ecce00299dc355a26f4d3565e6bc4ec3ce6dc38667fbee81f379ac62b1437fd289f9e20cfa9fbf82538078dce4c74a3ffe3f8e633306f8a8f6b6fe

pkgname = scx-scheds
2 changes: 1 addition & 1 deletion scx-scheds/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ makedepends=('python' 'meson' 'clang' 'llvm-libs' 'cargo' 'rust')
backup=('etc/default/scx')
options=(!lto)
source=(https://github.com/sched-ext/scx/archive/refs/tags/v${pkgver}.tar.gz)
sha512sums=('a1c0f5e279f0c119ac310874fc82ef9247dcb06419fbc6327e8f70d809059924c28637c35d4c2c5bd478fd116f5c8af5c65994fddc95f941b31d0b3929385869')
sha512sums=('8137aac898ecce00299dc355a26f4d3565e6bc4ec3ce6dc38667fbee81f379ac62b1437fd289f9e20cfa9fbf82538078dce4c74a3ffe3f8e633306f8a8f6b6fe')

prepare() {
cd scx-${pkgver}
Expand Down

0 comments on commit a3a75ae

Please sign in to comment.