mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/gitea to 1.18.5-1
This commit is contained in:
parent
3eebcbe61f
commit
36b3575772
1 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
# - don't check repo signature until author puts his keys on keyservers
|
||||
|
||||
pkgname=gitea
|
||||
pkgver=1.18.3
|
||||
pkgver=1.18.5
|
||||
pkgrel=1
|
||||
pkgdesc="Painless self-hosted Git service, community managed."
|
||||
arch=(x86_64)
|
||||
|
@ -28,15 +28,15 @@ optdepends=(
|
|||
)
|
||||
checkdepends=(openssh)
|
||||
options=(!lto)
|
||||
_tag=180345727f72097360d634576be279d02907766a # git rev-parse v${pkgver}
|
||||
_tag=2b5f49c6f40731b00023c39d6efcfade37db56b1 # git rev-parse v${pkgver}
|
||||
source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}
|
||||
gitea.tmpfiles
|
||||
gitea.service
|
||||
gitea.sysusers)
|
||||
sha256sums=(SKIP
|
||||
9f63a517e8da6865fa6d9e87f6b08fe25ea56285304115e052809663c48dc3d7
|
||||
b16d02a9f32a17cc14dfa46a980bad795a4ed744627e6342248f60236dc2be43
|
||||
7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5)
|
||||
sha256sums=('SKIP'
|
||||
'9f63a517e8da6865fa6d9e87f6b08fe25ea56285304115e052809663c48dc3d7'
|
||||
'b16d02a9f32a17cc14dfa46a980bad795a4ed744627e6342248f60236dc2be43'
|
||||
'7e7b798b8ce035c1fb55993ece41c5efb6cad5922708866804fa50ada0cf9fa5')
|
||||
validpgpkeys=(
|
||||
B56E3C7437A49E136862F5DE9D8A57ADAA232E95 # Matti Ranta <matti@mdranta.net>, retrieved from https://github.com/techknowlogick.gpg
|
||||
D8F9672D77C0BB60A024C23EDFDE60A0093EB926 # Lauris Bukšis-Haberkorns <lauris@nix.lv>, retrieved from https://github.com/lafriks.gpg
|
||||
|
|
Loading…
Reference in a new issue