diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 20:05:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-10 16:14:35 +0000 |
commit | e38d407f1156c45a0c83d740aef9a2e6d078bc9c (patch) | |
tree | 19594d0fee9735b17aa074d001f86b53e41ef633 /testing/python3.4 | |
parent | 68ec40a3ddf99092840df4377497cff0a149cd6f (diff) | |
download | aports-e38d407f1156c45a0c83d740aef9a2e6d078bc9c.tar.bz2 aports-e38d407f1156c45a0c83d740aef9a2e6d078bc9c.tar.xz |
testing/[various]: rebuild against libressl-2.6
Diffstat (limited to 'testing/python3.4')
-rw-r--r-- | testing/python3.4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/python3.4/APKBUILD b/testing/python3.4/APKBUILD index b028f68d67..000c0ac431 100644 --- a/testing/python3.4/APKBUILD +++ b/testing/python3.4/APKBUILD @@ -3,7 +3,7 @@ _basever=3.4 pkgname=python$_basever pkgver=$_basever.5 -pkgrel=2 +pkgrel=3 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" |