gcsf: rebuild for libressl-2.9.2.
This commit is contained in:
parent
69c5c48bad
commit
42412a3758
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gcsf'
|
||||
pkgname=gcsf
|
||||
version=0.1.25
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fuse-devel libressl-devel"
|
||||
|
@ -17,7 +17,8 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.40
|
||||
cargo update --package openssl-sys --precise 0.9.46
|
||||
cargo update --package openssl --precise 0.10.22
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue