From 6036b5e82dacec09eb991525fa08331afc4cecfa Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 8 Feb 2024 10:10:12 +0100 Subject: [PATCH] eza: update to 0.18.2 --- srcpkgs/eza/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/eza/template b/srcpkgs/eza/template index 7fc570a911e39..9378e934467cd 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() {