mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
jujutsu: update to 0.30.0.
This commit is contained in:
parent
0381c26f6c
commit
cad1bcd7cd
1 changed files with 2 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue