tea: update to 0.9.0.
This commit is contained in:
parent
2fa3955c71
commit
c59d0f46dd
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tea'
|
# Template file for 'tea'
|
||||||
pkgname=tea
|
pkgname=tea
|
||||||
version=0.8.0
|
version=0.9.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=$pkgname
|
wrksrc=$pkgname
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://gitea.com/gitea/tea"
|
homepage="https://gitea.com/gitea/tea"
|
||||||
changelog="https://gitea.com/gitea/tea/raw/branch/master/CHANGELOG.md"
|
changelog="https://gitea.com/gitea/tea/raw/branch/master/CHANGELOG.md"
|
||||||
distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
|
distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
|
||||||
checksum=6c73c0a7b66cdfd1e5a302257d54df06a3a41eb9bdbfeb547966db431ae23b23
|
checksum=b7658a074508c117c2af3a55b7b37abf194f84fe94939c9b6b7ff324696258b9
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion contrib/autocomplete.sh bash
|
vcompletion contrib/autocomplete.sh bash
|
||||||
|
|
Loading…
Reference in New Issue