tea: update to 0.9.2.
This commit is contained in:
parent
d17d2f8764
commit
6f0a06ba81
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'tea'
|
||||
pkgname=tea
|
||||
version=0.9.0
|
||||
version=0.9.2
|
||||
revision=1
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
go_import_path=code.gitea.io/tea
|
||||
go_import_path="code.gitea.io/tea"
|
||||
depends="git"
|
||||
short_desc="Command line tool to interact with Gitea"
|
||||
maintainer="chili-b <dexter.gaonshatford@gmail.com>"
|
||||
|
@ -12,7 +12,7 @@ license="MIT"
|
|||
homepage="https://gitea.com/gitea/tea"
|
||||
changelog="https://gitea.com/gitea/tea/raw/branch/master/CHANGELOG.md"
|
||||
distfiles="https://gitea.com/gitea/tea/archive/v${version}.tar.gz"
|
||||
checksum=b7658a074508c117c2af3a55b7b37abf194f84fe94939c9b6b7ff324696258b9
|
||||
checksum=edcd1e9af43c91c653b19ba2f58297b4815afd285657221282321ceb2930c537
|
||||
|
||||
post_install() {
|
||||
vcompletion contrib/autocomplete.sh bash
|
||||
|
|
Loading…
Reference in New Issue