From 6f0a06ba8109128ed9458cf57e82b1fdeeadbc49 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Tue, 7 Mar 2023 18:33:12 +0000 Subject: [PATCH] tea: update to 0.9.2. --- srcpkgs/tea/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tea/template b/srcpkgs/tea/template index 4121cbf1229..c26db90a673 100644 --- a/srcpkgs/tea/template +++ b/srcpkgs/tea/template @@ -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 " @@ -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