From edad9c32ddf787128b2ebe4cee9a21562558f12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sun, 9 Jul 2023 11:02:27 +0200 Subject: [PATCH] gitoxide: update to 0.27.0. --- srcpkgs/gitoxide/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gitoxide/template b/srcpkgs/gitoxide/template index 2be41ba5ea98..8b386d8eb4d1 100644 --- a/srcpkgs/gitoxide/template +++ b/srcpkgs/gitoxide/template @@ -1,8 +1,11 @@ # Template file for 'gitoxide' pkgname=gitoxide -version=0.23.0 +version=0.27.0 revision=1 build_style=cargo +# Disabling cargo-auditable for now due to +# https://github.com/rust-secure-code/cargo-auditable/issues/124 +make_cmd=cargo hostmakedepends="pkg-config cmake" makedepends="zlib-devel openssl-devel" short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git" @@ -11,7 +14,7 @@ license="MIT, Apache-2.0" homepage="https://github.com/Byron/gitoxide" changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md" distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz" -checksum=45b4fc2fc6f5f1ed9fb019cbae8633b6a3129f349182774b5b8c601bbb3e17db +checksum=5055074b1dca11bb6ed5ca0b04c87393cf955ca6a536071ea702127cc7907d39 post_install() { vlicense LICENSE-APACHE