diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 14:35:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:35 +0000 |
commit | 4c29d9546d3683cbc88e66049b2acb7cbedae605 (patch) | |
tree | 4908667b5e6442dcfd0a0209e0e717c3527ed3f3 | |
parent | 3e6790b624097e354ebc10b986e322125c851400 (diff) | |
download | aports-4c29d9546d3683cbc88e66049b2acb7cbedae605.tar.bz2 aports-4c29d9546d3683cbc88e66049b2acb7cbedae605.tar.xz |
main/tinc: rebuild against libressl-2.6
-rw-r--r-- | main/tinc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tinc/APKBUILD b/main/tinc/APKBUILD index 736443a4a9..131ccdc4fb 100644 --- a/main/tinc/APKBUILD +++ b/main/tinc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=tinc pkgver=1.0.32 -pkgrel=1 +pkgrel=2 pkgdesc="tinc is a Virtual Private Network (VPN) daemon" url="http://www.tinc-vpn.org/" arch="all" |