bump to v0.3.1

This commit is contained in:
John K. Luebs 2020-07-16 09:04:20 -04:00
parent 7968539a0e
commit 9a71486e34
2 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,12 @@
pkgbase = gitea-tea
pkgdesc = Painless self-hosted Git service..
pkgver = 0.2.0
pkgver = 0.3.1
pkgrel = 1
url = https://gitea.io
arch = x86_64
license = MIT
makedepends = go-pie
source = git+https://gitea.com/gitea/tea.git#tag=12f38c892f5d34ea58edd6fda15e7f0691d8d7cd
source = git+https://gitea.com/gitea/tea.git#tag=v0.3.1
sha256sums = SKIP

pkgname = gitea-tea

View File

@ -2,15 +2,14 @@

pkgname=gitea-tea
_pkgname=tea
pkgver=0.2.0
pkgver=0.3.1
pkgrel=1
pkgdesc="Painless self-hosted Git service.."
arch=(x86_64)
url="https://gitea.io"
license=(MIT)
makedepends=(go-pie)
_tag=12f38c892f5d34ea58edd6fda15e7f0691d8d7cd
source=("git+https://gitea.com/gitea/tea.git#tag=${_tag}")
source=("git+https://gitea.com/gitea/tea.git#tag=v${pkgver}")
sha256sums=(SKIP)

build() {