jujutsu: update to 0.30.0.

This commit is contained in:
Leah Neukirchen 2025-06-04 23:29:01 +02:00
parent 0381c26f6c
commit cad1bcd7cd

View file

@ -1,11 +1,10 @@
# Template file for 'jujutsu'
pkgname=jujutsu
version=0.29.0
version=0.30.0
revision=1
build_style=cargo
build_helper=qemu
hostmakedepends="pkg-config"
makedepends="libgit2-1.9-devel openssl-devel libzstd-devel"
depends="openssh"
checkdepends="openssh git"
short_desc="Git-compatible VCS that is both simple and powerful"
@ -14,7 +13,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=57df34a06b1d2125ccd6e8383ea08f24160c48e33e9daecd883a2e59567a9fd9
checksum=86f8df1e4e76c6a4bcdb728fa74876bacf931641157d16f6e93ebeb5bac0151c
conflicts="jj>=0"
do_install() {