Skip to content

Commit

Permalink
updpatch: sn0int 0.26.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars committed Oct 8, 2024
1 parent b769565 commit 5cbbc18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sn0int/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git PKGBUILD PKGBUILD
index 414cff7..cb6fe54 100644
--- PKGBUILD
+++ PKGBUILD
@@ -25,7 +25,9 @@ validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
@@ -36,6 +36,8 @@ validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")

prepare() {
cd "${pkgname}-${pkgver}"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ echo -e "\n[patch.crates-io]\nring = { git = 'https://github.com/felixonmars/ring', branch = '0.16.20' }" >> Cargo.toml
+ cargo update -p ring
+ cargo fetch --locked
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}

build() {

0 comments on commit 5cbbc18

Please sign in to comment.