cargo-edit: rebuild against libressl-3.1.3

This commit is contained in:
John 2020-07-02 16:59:19 +02:00
parent 34e90bd471
commit 487f09980b

View file

@ -1,7 +1,7 @@
# Template file for 'cargo-edit'
pkgname=cargo-edit
version=0.6.0
revision=1
revision=2
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libressl-devel"
@ -12,6 +12,10 @@ homepage="https://github.com/killercup/cargo-edit"
distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
checksum=b91161dcb14d86bc605778cc7fb4d6f6333305fc6cbe84fc6717f1e682678200
pre_build() {
cargo update --package openssl-sys --precise 0.9.58
}
post_install() {
vlicense LICENSE
}