mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
timewarrior: update to 1.8.0
This commit is contained in:
parent
3778f9b031
commit
097c4daca6
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'timewarrior'
|
# Template file for 'timewarrior'
|
||||||
pkgname=timewarrior
|
pkgname=timewarrior
|
||||||
version=1.7.1
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="ruby-asciidoctor"
|
hostmakedepends="ruby-asciidoctor"
|
||||||
|
@ -11,12 +11,13 @@ license="MIT"
|
||||||
homepage="https://timewarrior.net"
|
homepage="https://timewarrior.net"
|
||||||
changelog="https://raw.githubusercontent.com/GothenburgBitFactory/timewarrior/develop/ChangeLog"
|
changelog="https://raw.githubusercontent.com/GothenburgBitFactory/timewarrior/develop/ChangeLog"
|
||||||
distfiles="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${version}/timew-${version}.tar.gz"
|
distfiles="https://github.com/GothenburgBitFactory/timewarrior/releases/download/v${version}/timew-${version}.tar.gz"
|
||||||
checksum=5e0817fbf092beff12598537c894ec1f34b0a21019f5a3001fe4e6d15c11bd94
|
checksum=1ea54302dcefa4aa658f89b6b825f0e8b49c04f15cf153a2e7d8bce5525920b4
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
|
vcompletion completion/timew.zsh zsh timew
|
||||||
vcompletion completion/timew-completion.bash bash timew
|
vcompletion completion/timew-completion.bash bash timew
|
||||||
vcompletion completion/timew.fish fish timew
|
vcompletion completion/timew.fish fish timew
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue