From 9b3f326cca83cb7036f500158dc12c92d33675cf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 8 Aug 2024 14:11:08 +0200 Subject: [PATCH] jujutsu: update to 0.20.0. --- srcpkgs/jujutsu/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jujutsu/template b/srcpkgs/jujutsu/template index a64a75ad4f0..20d10db5b6f 100644 --- a/srcpkgs/jujutsu/template +++ b/srcpkgs/jujutsu/template @@ -1,6 +1,6 @@ # Template file for 'jujutsu' pkgname=jujutsu -version=0.19.0 +version=0.20.0 revision=1 build_style=cargo build_helper=qemu @@ -14,9 +14,11 @@ license="Apache-2.0" homepage="https://github.com/martinvonz/jj" changelog="https://github.com/martinvonz/jj/blob/main/CHANGELOG.md" distfiles="https://github.com/martinvonz/jj/archive/refs/tags/v${version}.tar.gz" -checksum=d0b9db21894e65ec80fd7999f99023f1e65d15fa16b4ec76881247d9cd56dc55 +checksum=b2c898ea224fe45df81c241bf1f0bc8e74c0988b8f549e894b15a38f2f4d6665 conflicts="jj>=0" +export LIBGIT2_NO_VENDOR=1 + do_install() { for f in target/*/release/jj; do vbin $f