jujutsu: update to 0.21.0.

This commit is contained in:
Leah Neukirchen 2024-09-09 13:57:48 +02:00
parent 453ad7b1cd
commit 89745fe2b8
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'jujutsu'
pkgname=jujutsu
version=0.20.0
version=0.21.0
revision=1
build_style=cargo
build_helper=qemu
hostmakedepends="pkg-config"
makedepends="libgit2-devel openssl-devel libzstd-devel"
makedepends="libgit2-1.8-devel openssl-devel libzstd-devel"
depends="openssh"
checkdepends="openssh"
short_desc="Git-compatible VCS that is both simple and powerful"
@ -14,7 +14,7 @@ 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=b2c898ea224fe45df81c241bf1f0bc8e74c0988b8f549e894b15a38f2f4d6665
checksum=c38d98d7db42f08b799f5c51f33cd8454867bc4862a15aa0897b72f2d32eea0a
conflicts="jj>=0"
export LIBGIT2_NO_VENDOR=1