mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lsd: update to 1.1.3
This commit is contained in:
parent
9050d29ac6
commit
95e0df844f
2 changed files with 3 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
||||||
# Upstream failed to run `cargo update` for v1.1.2; should be dropped on next release
|
|
||||||
diff --git a/Cargo.lock b/Cargo.lock
|
|
||||||
index 059f83ec97d..1a749ed7ada 100644
|
|
||||||
--- a/Cargo.lock
|
|
||||||
+++ b/Cargo.lock
|
|
||||||
@@ -735,7 +735,7 @@ dependencies = [
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "lsd"
|
|
||||||
-version = "1.1.1"
|
|
||||||
+version = "1.1.2"
|
|
||||||
dependencies = [
|
|
||||||
"assert_cmd",
|
|
||||||
"assert_fs",
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lsd'
|
# Template file for 'lsd'
|
||||||
pkgname=lsd
|
pkgname=lsd
|
||||||
version=1.1.2
|
version=1.1.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
|
@ -12,7 +12,7 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/lsd-rs/lsd"
|
homepage="https://github.com/lsd-rs/lsd"
|
||||||
changelog="https://github.com/lsd-rs/lsd/releases"
|
changelog="https://github.com/lsd-rs/lsd/releases"
|
||||||
distfiles="https://github.com/lsd-rs/lsd/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/lsd-rs/lsd/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=cd80dae9a8f6c4c2061f79084468ea6e04c372e932e3712a165119417960e14e
|
checksum=24b0c44006efe719e53a5127f21b2cdb06db58ffd833f5cfbca4bcf665d188f8
|
||||||
conflicts="disputils"
|
conflicts="disputils"
|
||||||
|
|
||||||
# The 'cannot_access_subdir_exit_status' fails on CI
|
# The 'cannot_access_subdir_exit_status' fails on CI
|
||||||
|
|
Loading…
Add table
Reference in a new issue