From 827c9df400b4be568c45f294568a953e6c2ae44a Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 2 Oct 2023 13:36:57 +0200 Subject: [PATCH] eza: update to 0.14.0 --- srcpkgs/eza/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/eza/template b/srcpkgs/eza/template index b2560dcad45c3..694492c816796 100644 --- a/srcpkgs/eza/template +++ b/srcpkgs/eza/template @@ -1,6 +1,6 @@ # Template file for 'eza' pkgname=eza -version=0.13.1 +version=0.14.0 revision=1 build_style=cargo hostmakedepends="pandoc pkg-config" @@ -11,10 +11,10 @@ license="MIT" homepage="https://github.com/eza-community/eza" 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=f175e21114cbea292fab35145428a54c58a69c22d871786eb6b0d7248f874ccf +checksum=00932e1c81e761490e45d16902356d8e6ae7efe4accc0a41e18c342424167f47 post_patch() { - cargo update --package git2@0.18.0 --precise 0.17.2 + cargo update --package git2@0.18.1 --precise 0.17.2 } post_install() {