diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-03 18:52:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-06 05:19:23 +0000 |
commit | 71a4eb4092b9dc0348ecc99cb6fa399e8c329b25 (patch) | |
tree | 46f7deeee7120d7fb022422a4a76bf8a3521f8fb /main/git | |
parent | faea644ba4bbb2a287074f26b770e12f97c649fe (diff) | |
download | aports-71a4eb4092b9dc0348ecc99cb6fa399e8c329b25.tar.bz2 aports-71a4eb4092b9dc0348ecc99cb6fa399e8c329b25.tar.xz |
main/git: rebuild against libressl-2.7
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 773c9e8b57..117fd13de5 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -6,7 +6,7 @@ # - CVE-2017-1000117 pkgname=git pkgver=2.16.3 -pkgrel=0 +pkgrel=1 pkgdesc="Distributed version control system" url="https://www.git-scm.com" arch="all" |