mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
eza: update to 0.21.4
This commit is contained in:
parent
26d1bd1290
commit
f55bfef968
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'eza'
|
# Template file for 'eza'
|
||||||
pkgname=eza
|
pkgname=eza
|
||||||
version=0.21.3
|
version=0.21.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,8 +12,8 @@ homepage="https://eza.rocks"
|
||||||
changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/eza-community/eza/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz
|
distfiles="https://github.com/eza-community/eza/archive/refs/tags/v${version}.tar.gz
|
||||||
https://github.com/eza-community/eza/releases/download/v${version}/man-${version}.tar.gz"
|
https://github.com/eza-community/eza/releases/download/v${version}/man-${version}.tar.gz"
|
||||||
checksum="f0827d39406f0799e6676ab87e349193e88b6220af1670e98b988e8ee0c2b7c0
|
checksum="dbe04448febef15b144e86551db633146864f4afb272f96c4d586e0bc8284ffb
|
||||||
f9175dab708b65eef4d8a9bba0296efa0c63d1031e56d78daaa5e21544d42c50"
|
f33f7a47b30e941cc6cfe760c5f7cd449de23a112188638bf38d561aace05187"
|
||||||
|
|
||||||
skip_extraction="man-${version}.tar.gz"
|
skip_extraction="man-${version}.tar.gz"
|
||||||
|
|
||||||
|
@ -26,8 +26,8 @@ post_install() {
|
||||||
vcompletion completions/fish/eza.fish fish
|
vcompletion completions/fish/eza.fish fish
|
||||||
vcompletion completions/zsh/_eza zsh
|
vcompletion completions/zsh/_eza zsh
|
||||||
|
|
||||||
for manpage in manpages/*; do
|
for _manpage in manpages/*; do
|
||||||
vman ${manpage}
|
vman ${_manpage}
|
||||||
done
|
done
|
||||||
|
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue