eza: 0.14.0 -> 0.14.1

This commit is contained in:
Tim Biermann 2023-10-08 12:29:55 +02:00
parent 8e051ff7b2
commit 466af094bd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF339NTywg7UxhUgS3KpTY7BJVXik7L8Engxhi2S1LjeM4NIhvYs4SN9Q7w5Z9BxGGq1xv8wTtxFQN1skRnZtIVQk=
SHA256 (Pkgfile) = e005755d88fb0218e7d412f6b5428222167829de02889476654be280f1588c5c
RWSagIOpLGJF39rUpx3dYXaooG9cmsRc11vcon2r1HjxSiy6WmSDiSBwjzZwMWFdPIJHNPHsgdTAeuB9H8qtg9rz4qcWhbXruA4=
SHA256 (Pkgfile) = 0d7537a918ca72769254335715794077eb6477ef6400e2e3ca889dc3c28f54b8
SHA256 (.footprint) = ba77563db64cc9eaf9db8ae7db4b69c880d4f7402df2ffad3c92eb4ec724423b
SHA256 (eza-0.14.0.tar.gz) = 00932e1c81e761490e45d16902356d8e6ae7efe4accc0a41e18c342424167f47
SHA256 (eza-0.14.1.tar.gz) = 4f11158229a163b62d2ae1f632b87c36d213f78c2bfd5a85775b4aa3d21a4c0c

View File

@ -4,7 +4,7 @@
# Depends on: rust
name=eza
version=0.14.0
version=0.14.1
release=1
source=(https://github.com/eza-community/eza/archive/v$version/$name-$version.tar.gz)
@ -14,5 +14,7 @@ build() {
cargo build --release --manifest-path $name-$version/Cargo.toml
prt-get isinst bash-completions && install -Dm644 $name-$version/completions/bash/eza $PKG/usr/share/bash-completion/completions/eza
prt-get isinst zsh && install -Dm644 $name-$version/completions/zsh/_eza $PKG/usr/share/zsh/site-functions/_eza
install -Dt $PKG/usr/bin $name-$version/target/release/$name
}