diff --git a/srcpkgs/eza/template b/srcpkgs/eza/template index 7fc570a911e..9378e934467 100644 --- a/srcpkgs/eza/template +++ b/srcpkgs/eza/template @@ -1,6 +1,6 @@ # Template file for 'eza' pkgname=eza -version=0.18.0 +version=0.18.2 revision=1 build_style=cargo hostmakedepends="pandoc pkg-config" @@ -11,10 +11,10 @@ license="MIT" homepage="https://eza.rocks" 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" -checksum=50f6187fa10eb7d2405477ed2b4dfbda7e51d3746b3660664f39b50d74c856a1 +checksum=d2fcde456b04c8aebe72fcd9a3f73feca58dc5de1f1edf40de9387c211dbba8a 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() {