diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-31 10:18:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-11-07 16:46:12 +0000 |
commit | 6801be67680adca04f2d4bcb4da71c98f796fd59 (patch) | |
tree | 4abc310a7612bce043a9565196feb2a792435cb4 /main/cgit/APKBUILD | |
parent | 54c9a7ed7f44971b9aa623a02fb2fc6d0421e5ef (diff) | |
download | aports-6801be67680adca04f2d4bcb4da71c98f796fd59.tar.bz2 aports-6801be67680adca04f2d4bcb4da71c98f796fd59.tar.xz |
main/cgit: rebuild with openssl 1.1
openssl libs does not seem to be used other than compile time
Diffstat (limited to 'main/cgit/APKBUILD')
-rw-r--r-- | main/cgit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/cgit/APKBUILD b/main/cgit/APKBUILD index ef36c81204..6bbfe6fd24 100644 --- a/main/cgit/APKBUILD +++ b/main/cgit/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cgit pkgver=1.2.1 -pkgrel=0 +pkgrel=1 _gitver=2.18.0 pkgdesc="A fast webinterface for git" url="https://git.zx2c4.com/cgit/" arch="all" license="GPL-2.0-only" -makedepends="libressl-dev zlib-dev lua5.3-dev asciidoc" +makedepends="openssl-dev zlib-dev lua5.3-dev asciidoc" subpackages="$pkgname-doc" source="http://git.zx2c4.com/$pkgname/snapshot/$pkgname-$pkgver.tar.xz https://www.kernel.org/pub/software/scm/git/git-$_gitver.tar.gz |