mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/git-quick-stats: upgrade to 2.8.0
This commit is contained in:
parent
dcbc936a07
commit
bbd6bbe212
@ -1,7 +1,7 @@
|
||||
# Contributor: Guy Godfroy <guy.godfroy@gugod.fr>
|
||||
# Maintainer: Guy Godfroy <guy.godfroy@gugod.fr>
|
||||
pkgname=git-quick-stats
|
||||
pkgver=2.5.8
|
||||
pkgver=2.8.0
|
||||
pkgrel=0
|
||||
pkgdesc="Access various statistics in git repository"
|
||||
url="https://git-quick-stats.sh"
|
||||
@ -12,6 +12,7 @@ subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/arzzen/git-quick-stats/archive/refs/tags/$pkgver.tar.gz"
|
||||
|
||||
check() {
|
||||
export TERM=xterm-256color # without that it fails in ci/cd
|
||||
bash tests/commands_test.sh
|
||||
}
|
||||
|
||||
@ -21,5 +22,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
fe5f38bf31ba4da34a421ecbbad57606f956cec2c2714c16735eb0e1dfb46da0b6dd8581c59f0f9888c3339550d1cb9cfaaab65d86afd91f9d286f2bbc699cf2 git-quick-stats-2.5.8.tar.gz
|
||||
b951051c889de714bf886ce71cd17337957e24ef1d1c4df4290baa2ce7e524ab1691524179b8db78725c712e8b6f5e4e1643138cb3990dca81105277bb15c1d8 git-quick-stats-2.8.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user