Skip to content

Commit

Permalink
updpatch: nextcloud-app-notify_push 0.6.4-1
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen authored and felixonmars committed Nov 8, 2023
1 parent 3105445 commit 1d568e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud-app-notify_push/riscv64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cd "$_archive"
- 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 update -p ring@0.16.20
+ cargo fetch --locked
sed -i -e "s/@ARCH@/$CARCH/" "../$pkgname.service"
}
Expand Down

0 comments on commit 1d568e0

Please # to comment.