mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 12:03:50 +02:00
cargo-outdated: rebuild against OpenSSL
This commit is contained in:
parent
f42168e68a
commit
9c56b6d0d3
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'cargo-outdated'
|
# Template file for 'cargo-outdated'
|
||||||
pkgname=cargo-outdated
|
pkgname=cargo-outdated
|
||||||
version=0.9.9
|
version=0.9.9
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel libressl-devel"
|
makedepends="libgit2-devel openssl-devel"
|
||||||
short_desc="Cargo subcommand for displaying when dependencies are out of date"
|
short_desc="Cargo subcommand for displaying when dependencies are out of date"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue