X-Original-To: alpine-aports@lists.alpinelinux.org Received: from smtp6.tech.numericable.fr (smtp6.tech.numericable.fr [82.216.111.42]) by lists.alpinelinux.org (Postfix) with ESMTP id 15281F84DAC for ; Mon, 4 Mar 2019 13:51:34 +0000 (UTC) Received: from skarnet.org (140.156.124.78.rev.sfr.net [78.124.156.140]) by smtp6.tech.numericable.fr (Postfix) with SMTP id C6969182890 for ; Mon, 4 Mar 2019 14:51:33 +0100 (CET) Received: (qmail 20130 invoked from network); 4 Mar 2019 14:52:00 +0100 Received: from alpine.internal.skarnet.org. (HELO alpine.internal.skarnet.org) () by sinay.internal.skarnet.org. with SMTP; 4 Mar 2019 14:52:00 +0100 From: Laurent Bercot To: alpine-aports@lists.alpinelinux.org Cc: Laurent Bercot Subject: [alpine-aports] [PATCH 02/10] main/execline: upgrade to 2.5.1.0 Date: Mon, 4 Mar 2019 14:50:14 +0100 Message-Id: <20190304135022.116516-2-ska-devel@skarnet.org> X-Mailer: git-send-email 2.18.1 In-Reply-To: <20190304135022.116516-1-ska-devel@skarnet.org> References: <20190304135022.116516-1-ska-devel@skarnet.org> X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedutddrfedugdehhecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfpfgfogfftkfevteeunffgpdfqfgfvnecuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffojghfsedttdertdertddtnecuhfhrohhmpefnrghurhgvnhhtuceuvghrtghothcuoehskhgrqdguvghvvghlsehskhgrrhhnvghtrdhorhhgqeenucffohhmrghinhepshhkrghrnhgvthdrohhrghenucfrrghrrghmpehmohguvgepshhmthhpohhuthenucevlhhushhtvghrufhiiigvpedt X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/execline/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/execline/APKBUILD b/main/execline/APKBUILD index 303f9f0f78..a42248331e 100644 --- a/main/execline/APKBUILD +++ b/main/execline/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Laurent Bercot # Contributor: John Regan pkgname=execline -pkgver=2.5.0.1 +pkgver=2.5.1.0 pkgrel=0 pkgdesc="A small scripting language, to be used in place of a shell in non-interactive scripts." url="http://skarnet.org/software/$pkgname/" @@ -35,4 +35,4 @@ doc() { cp -a "$builddir/doc" "$subpkgdir/usr/share/doc/$pkgname" } -sha512sums="9e013a83844fc3f5b28c6aea44b446f550dafe52131facf0d7c0648c9ae62c4a62d895f72cedb010754319c0e298fb4c8396d2c6be019cd6218558934bffaea3 execline-2.5.0.1.tar.gz" +sha512sums="461a91d0e790e96233179c89c783bb29d89592def451643265c97259db83056556cd5f231d668e8c460396c35a8792f56b30193171e85488e60e3cb4feb7379c execline-2.5.1.0.tar.gz" -- 2.18.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---