bump to v0.3.1
This commit is contained in:
parent
7968539a0e
commit
9a71486e34
4
.SRCINFO
4
.SRCINFO
@ -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
|
||||
|
5
PKGBUILD
5
PKGBUILD
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user