Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/cocogitto/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Template file for 'cocogitto'
pkgname=cocogitto
version=6.3.0
version=7.0.0
revision=1
build_style=cargo
build_helper=qemu
make_install_args="--path crates/cocogitto"
hostmakedepends="pkg-config"
makedepends="libgit2-1.9-devel"
depends="gnupg"
Expand All @@ -13,7 +14,7 @@ license="MIT"
homepage="https://github.com/cocogitto/cocogitto"
changelog="https://raw.githubusercontent.com/cocogitto/cocogitto/main/CHANGELOG.md"
distfiles="https://github.com/cocogitto/cocogitto/archive/refs/tags/${version}.tar.gz"
checksum=bf78a06ec20cd33c4f9bcddb427067de34d005fb6d4a41727239b7b1e8e916e0
checksum=cc00dacf1dd12b63976b0ca3c4ec383f902a95ed148968ccd35d9a174f66966f
# Test suite is not atomic, relies on user environment such as git user configuration
make_check=no

Expand Down