diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-12-25 05:53:52 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-31 11:25:54 +0000 |
commit | 85769cd422ed54b0022021359a6912f19b6d171a (patch) | |
tree | 73d11af209b96e38fed5b33bdcec1ac3ab04760d /community/monkey | |
parent | db7e7d2aed1bb6b47f131c820e6d95776612736c (diff) | |
download | aports-85769cd422ed54b0022021359a6912f19b6d171a.tar.bz2 aports-85769cd422ed54b0022021359a6912f19b6d171a.tar.xz |
community/monkey: rebuild against libmbedtls.so.12
The current apk is broken anyway, it wants .so.10
Diffstat (limited to 'community/monkey')
-rw-r--r-- | community/monkey/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/monkey/APKBUILD b/community/monkey/APKBUILD index 2a9a52ef1f..5000e32df8 100644 --- a/community/monkey/APKBUILD +++ b/community/monkey/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=monkey pkgver=1.6.9 -pkgrel=3 +pkgrel=4 pkgdesc="Monkey is a lightweight and powerful web server" url="http://monkey-project.com" arch="all" |