mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
cargo-outdated: rebuild for libgit2-1.5.0
This commit is contained in:
parent
f684d6bac2
commit
b4a3260bea
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'cargo-outdated'
|
# Template file for 'cargo-outdated'
|
||||||
pkgname=cargo-outdated
|
pkgname=cargo-outdated
|
||||||
version=0.11.1
|
version=0.11.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config zlib-devel"
|
hostmakedepends="pkg-config zlib-devel"
|
||||||
makedepends="libgit2-devel openssl-devel"
|
makedepends="libcurl-devel 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"
|
||||||
homepage="https://github.com/kbknapp/cargo-outdated"
|
homepage="https://github.com/kbknapp/cargo-outdated"
|
||||||
changelog="https://raw.githubusercontent.com/kbknapp/cargo-outdated/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/kbknapp/cargo-outdated/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/kbknapp/cargo-outdated/archive/v${version}.tar.gz"
|
distfiles="https://github.com/kbknapp/cargo-outdated/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=2d80f0243d70a3563c48644dd3567519c32a733fb5d20f1161fd5d9f8e6e9146
|
checksum=2d80f0243d70a3563c48644dd3567519c32a733fb5d20f1161fd5d9f8e6e9146
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue