diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-30 13:23:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-17 20:20:28 +0000 |
commit | a9d688be61bbb266e9abdfc80cf9d09d4c30be65 (patch) | |
tree | efa3eccc74de37f93c2a89f6970a6d6d66e851c7 | |
parent | fba3fdbd4173920d27134bd08c14c9e4faa1c043 (diff) | |
download | aports-a9d688be61bbb266e9abdfc80cf9d09d4c30be65.tar.bz2 aports-a9d688be61bbb266e9abdfc80cf9d09d4c30be65.tar.xz |
community/monkey: rebuild against mbedtls-2.11.0
-rw-r--r-- | community/monkey/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/monkey/APKBUILD b/community/monkey/APKBUILD index 1aa8372158..e50c13abd3 100644 --- a/community/monkey/APKBUILD +++ b/community/monkey/APKBUILD @@ -5,10 +5,10 @@ pkgname=monkey pkgver=1.6.9 pkgrel=3 pkgdesc="Monkey is a lightweight and powerful web server" -url="http://monkey-project.com/" +url="http://monkey-project.com" arch="all" license="Apache-2.0" -makedepends="cmake jemalloc-dev bash mbedtls-dev findutils" +makedepends="bash cmake findutils jemalloc-dev mbedtls-dev" subpackages="$pkgname-doc $pkgname-dev" source="http://monkey-project.com/releases/1.6/$pkgname-$pkgver.tar.gz" |