mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
git-cliff: update to 2.9.0
This commit is contained in:
parent
f2a58a8c47
commit
d114cf7131
2 changed files with 2 additions and 29 deletions
|
@ -1,26 +0,0 @@
|
|||
diff --git a/git-cliff-core/Cargo.toml b/git-cliff-core/Cargo.toml
|
||||
index 0b8db3e..08ba673 100644
|
||||
--- a/git-cliff-core/Cargo.toml
|
||||
+++ b/git-cliff-core/Cargo.toml
|
||||
@@ -9,7 +9,7 @@ homepage = "https://github.com/orhun/git-cliff"
|
||||
repository = "https://github.com/orhun/git-cliff"
|
||||
keywords = ["changelog", "generator", "conventional", "commit"]
|
||||
edition = "2021"
|
||||
-rust-version = "1.83.0"
|
||||
+rust-version = "1.82.0"
|
||||
|
||||
[features]
|
||||
default = ["repo"]
|
||||
diff --git a/git-cliff/Cargo.toml b/git-cliff/Cargo.toml
|
||||
index 75696a7..b586a4a 100644
|
||||
--- a/git-cliff/Cargo.toml
|
||||
+++ b/git-cliff/Cargo.toml
|
||||
@@ -11,7 +11,7 @@ keywords = ["changelog", "generator", "conventional", "commit"]
|
||||
categories = ["command-line-utilities"]
|
||||
default-run = "git-cliff"
|
||||
edition = "2021"
|
||||
-rust-version = "1.83.0"
|
||||
+rust-version = "1.82.0"
|
||||
|
||||
[[bin]]
|
||||
name = "git-cliff-completions"
|
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'git-cliff'
|
||||
pkgname=git-cliff
|
||||
version=2.8.0
|
||||
version=2.9.0
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64* arm*" # ring
|
||||
build_style=cargo
|
||||
build_helper=qemu
|
||||
make_install_args="--path git-cliff"
|
||||
|
@ -16,7 +15,7 @@ license="Apache-2.0 OR MIT"
|
|||
homepage="https://github.com/orhun/git-cliff"
|
||||
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"
|
||||
checksum=dfcf7b7d903c6479e58c8e7594364d67ce59e3e50351b3277eb33482a783418d
|
||||
checksum=449006d575e547fac9aae06d7246e51dd2d91f77dbfc42f7c99e32d742e46876
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue