mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cargo-update: update to 13.1.0
This commit is contained in:
parent
9fc9339792
commit
fba7602346
2 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
diff --git a/Cargo.toml b/Cargo.toml
|
diff --git a/Cargo.toml b/Cargo.toml
|
||||||
index e62e9c8..1aa0658 100644
|
index 8e021da..0b16e72 100644
|
||||||
--- a/Cargo.toml
|
--- a/Cargo.toml
|
||||||
+++ b/Cargo.toml
|
+++ b/Cargo.toml
|
||||||
@@ -52,7 +52,7 @@ tabwriter = "1.2"
|
@@ -52,7 +52,7 @@ tabwriter = "1.2"
|
||||||
lazysort = "0.2"
|
lazysort = "0.2"
|
||||||
regex = "1.6"
|
regex = "1.6"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
-git2 = "0.16"
|
-git2 = "0.18"
|
||||||
+git2 = "0.17"
|
+git2 = "0.17"
|
||||||
home = "0.5"
|
home = "0.5"
|
||||||
toml = "0.5"
|
toml = "0.5"
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cargo-update'
|
# Template file for 'cargo-update'
|
||||||
pkgname=cargo-update
|
pkgname=cargo-update
|
||||||
version=13.0.4
|
version=13.1.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config go-md2man"
|
hostmakedepends="pkg-config go-md2man"
|
||||||
makedepends="libcurl-devel libgit2-devel libssh2-devel openssl-devel"
|
makedepends="libcurl-devel libgit2-devel libssh2-devel openssl-devel"
|
||||||
|
@ -11,7 +11,7 @@ license="MIT"
|
||||||
homepage="https://github.com/nabijaczleweli/cargo-update"
|
homepage="https://github.com/nabijaczleweli/cargo-update"
|
||||||
changelog="https://github.com/nabijaczleweli/cargo-update/releases"
|
changelog="https://github.com/nabijaczleweli/cargo-update/releases"
|
||||||
distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=cc07255dc6b7b61d7c54955ea33486b447f629564d9f3ebb88d421ab5bcdcdf6
|
checksum=f7623883f332162531c90a517e2733e61387d479000c928c62c061ec06584b94
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
# Upstream does not ship a lockfile and is very vocal about that being
|
# Upstream does not ship a lockfile and is very vocal about that being
|
||||||
|
|
Loading…
Add table
Reference in a new issue