mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
jujutsu: update to 0.28.0.
This commit is contained in:
parent
1f5fe56b77
commit
8e8ee8c620
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'jujutsu'
|
||||
pkgname=jujutsu
|
||||
version=0.27.0
|
||||
version=0.28.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgit2-1.8-devel openssl-devel libzstd-devel"
|
||||
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 +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=a9d2ab04698f971a215ae2510082d0bc00540188deb90d48e12e86a6d6a023af
|
||||
checksum=5560d7cef3bf6322aca7a9e34e61e757871da46585fcbd02661c376682d36548
|
||||
conflicts="jj>=0"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue