aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2024-05-11 23:20:36 +0300
committerPatrycja Rosa <alpine@ptrcnull.me>2024-05-11 21:35:58 +0000
commit85355f78e0bd8fde489d779fd88cdee05ff60b94 (patch)
tree3c94a386dede0ec5e031713e2465f69b9faf5d02
parent7e8dd7a00e27294e5938c17c52f15cabbec868bd (diff)
community/git-cliff: upgrade to 2.2.2HEADmaster
-rw-r--r--community/git-cliff/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/git-cliff/APKBUILD b/community/git-cliff/APKBUILD
index 6a7b9089825..d3fb5702826 100644
--- a/community/git-cliff/APKBUILD
+++ b/community/git-cliff/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Orhun Parmaksız <orhunparmaksiz@gmail.com>
# Maintainer: Orhun Parmaksız <orhunparmaksiz@gmail.com>
pkgname=git-cliff
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=0
pkgdesc="A highly customizable changelog generator"
url="https://github.com/orhun/git-cliff"
@@ -47,7 +47,7 @@ build() {
}
check() {
- cargo test --frozen -- --skip "git_log" --skip "git_tags" --skip "git_upstream_remote"
+ cargo test --frozen -- --skip "repo::test"
}
package() {
@@ -61,5 +61,5 @@ package() {
}
sha512sums="
-3bdfcb735e055b0499352618c869b4316519feefafde525fdeab579a53559ec69a939fcc04059b20ec11b81cb64a88bffbd1dd6730865ca1b1105d6476187eb4 git-cliff-2.2.1.tar.gz
+f9b21fe188a7bf729e82d4b1828649e938f10eaaee5a164963a8a109fdeaeb5f6148fe0e8cadf0c59e4cfb18759eb7a2c74cb4c7a7a84a2d730c1f9a2eb97f41 git-cliff-2.2.2.tar.gz
"