X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 4DA83F85493 for ; Tue, 25 Dec 2018 06:11:02 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id 2E1B6592EB for ; Tue, 25 Dec 2018 09:11:01 +0300 (MSK) From: alpine-mips-patches Date: Tue, 25 Dec 2018 05:53:51 +0000 Subject: [alpine-aports] [PATCH 2/3] community/neko: rebuild against libmbedtls.so.12 To: alpine-aports@lists.alpinelinux.org Message-Id: <20181225061101.2E1B6592EB@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/neko/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/neko/APKBUILD b/community/neko/APKBUILD index f6953af279..618a9f663d 100644 --- a/community/neko/APKBUILD +++ b/community/neko/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Andy Li pkgname=neko pkgver=2.2.0 -pkgrel=4 +pkgrel=5 pkgdesc="High-level dynamically typed programming language" url="https://nekovm.org/" arch="all" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---