mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
eza: update to 0.18.2
This commit is contained in:
parent
ae3bc82f93
commit
8a9373fb89
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'eza'
|
# Template file for 'eza'
|
||||||
pkgname=eza
|
pkgname=eza
|
||||||
version=0.18.0
|
version=0.18.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pandoc pkg-config"
|
hostmakedepends="pandoc pkg-config"
|
||||||
|
@ -11,10 +11,10 @@ license="MIT"
|
||||||
homepage="https://eza.rocks"
|
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"
|
||||||
checksum=50f6187fa10eb7d2405477ed2b4dfbda7e51d3746b3660664f39b50d74c856a1
|
checksum=d2fcde456b04c8aebe72fcd9a3f73feca58dc5de1f1edf40de9387c211dbba8a
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
cargo update --package git2@0.18.1 --precise 0.17.2
|
cargo update --package git2@0.18.2 --precise 0.17.2
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue