diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:31:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 21:31:21 +0000 |
commit | b0273bb4d52cf76a495a066cd157e8137f97a1b8 (patch) | |
tree | 5e5909e7434ba7196d93d90131757c5c70c44386 | |
parent | d92663a37c74465f5c7158b667fe5b9900d5b234 (diff) | |
download | aports-b0273bb4d52cf76a495a066cd157e8137f97a1b8.tar.bz2 aports-b0273bb4d52cf76a495a066cd157e8137f97a1b8.tar.xz |
community/tor: rebuild against libressl 2.5
-rw-r--r-- | community/tor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tor/APKBUILD b/community/tor/APKBUILD index 954bc8d6ad..2560e3f456 100644 --- a/community/tor/APKBUILD +++ b/community/tor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Christine Dodrill <me@christine.website> pkgname=tor pkgver=0.2.9.10 -pkgrel=0 +pkgrel=1 pkgdesc="Anonymous network connectivity" url="https://www.torproject.org" arch="all" |