mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tea: update to 0.9.2.
This commit is contained in:
parent
d17d2f8764
commit
6f0a06ba81
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'tea'
|
# Template file for 'tea'
|
||||||
pkgname=tea
|
pkgname=tea
|
||||||
version=0.9.0
|
version=0.9.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
go_import_path=code.gitea.io/tea
|
go_import_path="code.gitea.io/tea"
|
||||||
depends="git"
|
depends="git"
|
||||||
short_desc="Command line tool to interact with Gitea"
|
short_desc="Command line tool to interact with Gitea"
|
||||||
maintainer="chili-b <dexter.gaonshatford@gmail.com>"
|
maintainer="chili-b <dexter.gaonshatford@gmail.com>"
|
||||||
|
@ -12,7 +12,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=b7658a074508c117c2af3a55b7b37abf194f84fe94939c9b6b7ff324696258b9
|
checksum=edcd1e9af43c91c653b19ba2f58297b4815afd285657221282321ceb2930c537
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vcompletion contrib/autocomplete.sh bash
|
vcompletion contrib/autocomplete.sh bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue