diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 16:24:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:36 +0000 |
commit | 40b1842ce05fe20210da5dc64d5c50becb608a78 (patch) | |
tree | 2fc62e4a0aaf9f51f665d538e1ad9dd3fe908d5d /main/openvswitch/APKBUILD | |
parent | 374884e9f566bb63498f8fbfa409c2745933da5c (diff) | |
download | aports-40b1842ce05fe20210da5dc64d5c50becb608a78.tar.bz2 aports-40b1842ce05fe20210da5dc64d5c50becb608a78.tar.xz |
main/openvswitch: rebuild against libressl-2.6
Diffstat (limited to 'main/openvswitch/APKBUILD')
-rw-r--r-- | main/openvswitch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openvswitch/APKBUILD b/main/openvswitch/APKBUILD index 5e08615003..c023e249c3 100644 --- a/main/openvswitch/APKBUILD +++ b/main/openvswitch/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=openvswitch pkgver=2.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="A production quality, multilayer virtual switch" url="http://openvswitch.org/" arch="all" |