diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-08 10:40:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-09 19:58:34 +0000 |
commit | b40ea7f12e00ae0e3e11a146fe65ea73c8146530 (patch) | |
tree | fa474dc17123fe1fa9954c70cc6df353f42646d7 /main/encfs | |
parent | 9e00f1314963d224cbe4fc6cb390219bd765edd3 (diff) | |
download | aports-b40ea7f12e00ae0e3e11a146fe65ea73c8146530.tar.bz2 aports-b40ea7f12e00ae0e3e11a146fe65ea73c8146530.tar.xz |
main/encfs: rebuild against libressl-2.6
Diffstat (limited to 'main/encfs')
-rw-r--r-- | main/encfs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/encfs/APKBUILD b/main/encfs/APKBUILD index d7863f3146..4ed699aa2c 100644 --- a/main/encfs/APKBUILD +++ b/main/encfs/APKBUILD @@ -3,7 +3,7 @@ pkgname=encfs pkgver=1.8.1 _ver=${pkgver/_/-} -pkgrel=6 +pkgrel=7 pkgdesc="EncFS provides an encrypted filesystem in user-space" url="https://vgough.github.io/encfs/" arch="all" |