cargo-edit: rebuild against libressl-3.1.3
This commit is contained in:
parent
34e90bd471
commit
487f09980b
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cargo-edit'
|
# Template file for 'cargo-edit'
|
||||||
pkgname=cargo-edit
|
pkgname=cargo-edit
|
||||||
version=0.6.0
|
version=0.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libressl-devel"
|
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"
|
distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
|
||||||
checksum=b91161dcb14d86bc605778cc7fb4d6f6333305fc6cbe84fc6717f1e682678200
|
checksum=b91161dcb14d86bc605778cc7fb4d6f6333305fc6cbe84fc6717f1e682678200
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl-sys --precise 0.9.58
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue