X-Original-To: alpine-aports@lists.alpinelinux.org Received: from skarnet.org (reverse-199.fdn.fr [80.67.176.199]) by lists.alpinelinux.org (Postfix) with SMTP id 4D345F8318E for ; Tue, 14 May 2019 14:51:44 +0000 (UTC) Received: (qmail 5396 invoked from network); 14 May 2019 16:52:10 +0200 Received: from alpine.internal.skarnet.org. (HELO alpine.internal.skarnet.org) () by sinay.internal.skarnet.org. with SMTP; 14 May 2019 16:52:10 +0200 From: Laurent Bercot To: alpine-aports@lists.alpinelinux.org Cc: Laurent Bercot Subject: [alpine-aports] [PATCH 05/10] main/execline: build with latest skalibs Date: Tue, 14 May 2019 16:50:55 +0200 Message-Id: <20190514145100.33213-5-ska-devel@skarnet.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190514145100.33213-1-ska-devel@skarnet.org> References: <20190514145100.33213-1-ska-devel@skarnet.org> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- main/execline/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/execline/APKBUILD b/main/execline/APKBUILD index a42248331e..22e70257a1 100644 --- a/main/execline/APKBUILD +++ b/main/execline/APKBUILD @@ -2,7 +2,7 @@ # Contributor: John Regan pkgname=execline pkgver=2.5.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="A small scripting language, to be used in place of a shell in non-interactive scripts." url="http://skarnet.org/software/$pkgname/" arch="all" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---