topgrade: update to 1.2.0
This commit is contained in:
parent
385b184893
commit
0b0c014de2
2 changed files with 2 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/Cargo.toml b/Cargo.toml
|
|
||||||
index ee0cb65..0e8b6ba 100644
|
|
||||||
--- Cargo.toml
|
|
||||||
+++ Cargo.toml
|
|
||||||
@@ -24,7 +24,7 @@ console = "0.6.2"
|
|
||||||
self_update = { version = "0.4.5", optional = true }
|
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
|
||||||
-nix = "0.11.0"
|
|
||||||
+nix = { git = "https://github.com/nix-rust/nix", rev = "7f0fb19f21327e58faa71dace73c8b092c25c81b" }
|
|
||||||
lazy_static = "1.1.0"
|
|
||||||
|
|
||||||
[profile.release]
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'topgrade'
|
# Template file for 'topgrade'
|
||||||
pkgname=topgrade
|
pkgname=topgrade
|
||||||
version=1.1.0
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
|
short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
|
||||||
|
@ -8,4 +8,4 @@ maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/r-darwish/topgrade"
|
homepage="https://github.com/r-darwish/topgrade"
|
||||||
distfiles="https://github.com/r-darwish/topgrade/archive/v${version}.tar.gz"
|
distfiles="https://github.com/r-darwish/topgrade/archive/v${version}.tar.gz"
|
||||||
checksum=d4966b2acdbec7f3f8127782fb8fd1d47239cac08c54f4b4354ceef0bee6705f
|
checksum=4a1ffdc20e0f501e3bd953421c4a1e09a852717408dcb6b8a387bbe8f41e8f1d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue