jujutsu: update to 0.20.0.
This commit is contained in:
parent
1b21d14d12
commit
9b3f326cca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue