mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
git-cliff: update to 1.4.0
This commit is contained in:
parent
d93e8ae492
commit
d25f97bd30
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'git-cliff'
|
# Template file for 'git-cliff'
|
||||||
pkgname=git-cliff
|
pkgname=git-cliff
|
||||||
version=1.3.1
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* i686* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
make_install_args="--path git-cliff"
|
make_install_args="--path git-cliff"
|
||||||
make_check_args="-- --skip repo::test::git_log" # This test fails without a git repo
|
make_check_args="-- --skip repo::test::git_log --skip repo::test::git_tags" # This test fails without a git repo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel"
|
||||||
short_desc="Changelog generator based on conventional commits"
|
short_desc="Changelog generator based on conventional commits"
|
||||||
|
@ -15,7 +15,7 @@ license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/orhun/git-cliff"
|
homepage="https://github.com/orhun/git-cliff"
|
||||||
changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/orhun/git-cliff/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/orhun/git-cliff/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=909b652939299040ebbd15994d710aff7e38fa38683bb5111dd46cc4ed454b43
|
checksum=8ec9a2c9cd0e97a8111a82bcf2fce415f40818897bdc76a2c5cc63d99114ec30
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
cargo update --package git2@0.18.1 --precise 0.17.2
|
cargo update --package git2@0.18.1 --precise 0.17.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue