diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 18:02:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:35 +0000 |
commit | 918c2069911b4da530f9d9afff47d5a1b2939725 (patch) | |
tree | 9965699272ecd978a74d97e9cb3bdd7e6969e974 /main/openvswitch | |
parent | a4c0d3cf8ab797eb1442d061c99ef56f99fec085 (diff) | |
download | aports-918c2069911b4da530f9d9afff47d5a1b2939725.tar.bz2 aports-918c2069911b4da530f9d9afff47d5a1b2939725.tar.xz |
main/openvswitch: rebuild against libressl 2.5
Diffstat (limited to 'main/openvswitch')
-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 f3111d384a..df3e8d6b96 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.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="A production quality, multilayer virtual switch" url="http://openvswitch.org/" arch="all" |