user/gitlab-foss: upgrade to 16.3.6
This commit is contained in:
parent
71db2e35c9
commit
0d290bee25
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=gitlab-foss
|
||||
_pkgname=${pkgname%-foss}
|
||||
pkgver=16.2.8
|
||||
pkgver=16.3.6
|
||||
_gittag=v$pkgver
|
||||
pkgrel=0
|
||||
pkgdesc="A version control for your server"
|
||||
|
@ -127,6 +127,7 @@ build() {
|
|||
bundle config --local without "$bundle_without"
|
||||
bundle config --local build.ffi --enable-system-libffi
|
||||
bundle config --local build.gpgme --use-system-libraries
|
||||
bundle config --local build.re2 --enable-system-libraries
|
||||
bundle config --local build.nokogiri --use-system-libraries \
|
||||
--with-xml2-include=/usr/include/libxml2 \
|
||||
--with-xslt-include=/usr/include/libxslt
|
||||
|
@ -374,7 +375,7 @@ assets() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
7cd1a631384d83be2f1e3dac4742652b0a6403d8c8ee04305704ad67dd4e0a5b8d1702460c955db89277b7236a032d9a31a628cc196051f3dbc5ad1496bd3a6e gitlab-foss-v16.2.8.tar.gz
|
||||
593a7e878052c1b2de0cb15faed4e675ca7ef3f37d5650d59b1a3bd0f3b2bc1dac77138006c1b8ed721c62d22bd25276885f44b3eea44e8657b76a00acb9399a gitlab-foss-v16.3.6.tar.gz
|
||||
cdba615287c0a024c6589b5142543856393c8e5df3d21d2158908b34857d3d56581fe0bd66fa31cd3ff756c60f9f65f235c8ec7615a0970f7a87bbeb41be93ed database-config.patch
|
||||
55b0667d3969113ffd6860652ee8bdb9a534c25f413f33b2739e922c886988e7cea72c1c00c7eecf29fcff3682b1324156365605ffc6aae45d1e0ccddf96288b gitlab.initd
|
||||
1f451b67a5d5e58650b0fe862a2b65cfb8bff5502b37d94ae90619c1ff9affbecf24428303a2849bebce5f94bef37078f0e5710e344bbab616134e910938384a gitlab.mailroom.initd
|
||||
|
|
Loading…
Reference in a new issue