mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mdcat: rebuild for libressl-2.9.2.
This commit is contained in:
parent
64fe2ff4fe
commit
4ce94fd4b1
2 changed files with 8 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- Cargo.toml.orig 2018-10-29 23:03:12.480264071 +0100
|
|
||||||
+++ Cargo.toml 2018-10-29 23:03:26.020138216 +0100
|
|
||||||
@@ -65,3 +65,7 @@
|
|
||||||
tag-message = "mdcat {{version}}"
|
|
||||||
tag-prefix = "mdcat-"
|
|
||||||
pre-release-hook = "./scripts/prerelease-hook.py"
|
|
||||||
+
|
|
||||||
+
|
|
||||||
+[patch.crates-io]
|
|
||||||
+openssl-sys = {git = 'https://github.com/jnbr/rust-openssl', rev = "d5471c97ae86e5bd1032eb6fd95005933f507c49"}
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mdcat'
|
# Template file for 'mdcat'
|
||||||
pkgname=mdcat
|
pkgname=mdcat
|
||||||
version=0.13.0
|
version=0.13.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
|
@ -12,3 +12,10 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/lunaryorn/mdcat"
|
homepage="https://github.com/lunaryorn/mdcat"
|
||||||
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
|
distfiles="https://github.com/lunaryorn/mdcat/archive/mdcat-${version}.tar.gz"
|
||||||
checksum=9528a0dedcb9db559c9973001787f474f87559366a2c7a2ff01148c5ab31eac1
|
checksum=9528a0dedcb9db559c9973001787f474f87559366a2c7a2ff01148c5ab31eac1
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue