mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
newsflash: rebuild for openssl3
This commit is contained in:
parent
40e812d67b
commit
9134c90873
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'newsflash'
|
||||
pkgname=newsflash
|
||||
version=1.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper=rust
|
||||
hostmakedepends="cargo pkg-config glib-devel sqlite-devel gettext"
|
||||
|
@ -20,4 +20,6 @@ post_patch() {
|
|||
vsed -i build-aux/cargo.sh \
|
||||
-e 's,"$CARGO_TARGET_DIR"/,&${RUST_TARGET}/,'
|
||||
fi
|
||||
cargo update --package openssl-sys:0.9.63 --precise 0.9.91
|
||||
cargo update --package openssl:0.10.34 --precise 0.10.56
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue