cargo-outdated: rebuild for libressl-2.9.2.

This commit is contained in:
Johannes 2019-05-27 23:36:38 +02:00
parent 1c037bbfb0
commit 46603a9daf

View file

@ -1,7 +1,7 @@
# Template file for 'cargo-outdated'
pkgname=cargo-outdated
version=0.8.0
revision=2
revision=3
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libgit2-devel libressl-devel"
@ -12,6 +12,12 @@ homepage="https://github.com/kbknapp/cargo-outdated"
distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
checksum=6e07552706cdebceaf5b03bcd022082cdafca70e8e095a74ace95c767e39d509
pre_build() {
cargo update --package autocfg --precise 0.1.4
cargo update --package openssl-sys --precise 0.9.46
cargo update --package openssl --precise 0.10.22
}
post_install() {
vlicense LICENSE-MIT
}