X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id CDE81DC9577 for ; Sun, 27 Sep 2015 17:34:26 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 79446DC9618 for ; Sun, 27 Sep 2015 17:34:25 +0000 (UTC) Received: by wicfx3 with SMTP id fx3so76811292wic.1 for ; Sun, 27 Sep 2015 10:34:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=M5LGmjyG41vBzYQ+eRWINaKyw5V9WO2506E7IhdrH68=; b=edwRkWy7RPMqU+PhODh7q5DeO1Q6d/SdD1rFH6uCJNXXQ8h7y3j7UOsmKiIkMt6y/u Eh/9wHiaojrbYO5TmT0OUaQWARfJrQP/jV4141TrTDidECST82TPgB19VFwakGvQ7hWW 1b8tI5dZV0VElv+F2LDPS+ZkItD7RWhg/wtrJ5gXF+RXwgfIcouH3/nbRwsSW0QUY5sJ 0/6AWTjLsgM8+aO8iN+y6ZFJov42dQ+Z31F/uXz++TZA5OAPLGxPePIpGAUECgiucj7p s0L8BHbiWXSkhETGYf8xzcV3sx3I8kk/BkLoRyQfje6m0RM4/d8EvFCRk5L+TRAv2iwc boOw== X-Gm-Message-State: ALoCoQn+moPky90yEHcg1PFkoqUIRKhXeuv0YK0e1h74huCjbMJvMyFAJKDxy1y9lBYY5R+XVI3w X-Received: by 10.194.120.198 with SMTP id le6mr17223480wjb.133.1443375264790; Sun, 27 Sep 2015 10:34:24 -0700 (PDT) Received: from localhost (pD9579122.dip0.t-ipconnect.de. [217.87.145.34]) by smtp.gmail.com with ESMTPSA id lm3sm14043074wjc.39.2015.09.27.10.34.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Sep 2015 10:34:23 -0700 (PDT) From: Christian Kampka To: alpine-aports@lists.alpinelinux.org Cc: Christian Kampka Subject: [alpine-aports] [PATCH 4/5] main/execline: new upstream version 2.1.4.0 Date: Sun, 27 Sep 2015 19:33:56 +0200 Message-Id: <1443375237-31370-4-git-send-email-christian@kampka.net> X-Mailer: git-send-email 2.5.3 In-Reply-To: <1443375237-31370-1-git-send-email-christian@kampka.net> References: <1443375237-31370-1-git-send-email-christian@kampka.net> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/execline/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/execline/APKBUILD b/main/execline/APKBUILD index c758c03..c59ea10 100644 --- a/main/execline/APKBUILD +++ b/main/execline/APKBUILD @@ -1,7 +1,7 @@ # Contributor: John Regan # Maintainer: John Regan pkgname=execline -pkgver=2.1.3.1 +pkgver=2.1.4.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/" @@ -44,6 +44,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="8d54f85f63ab51fab38960c5f4e65731 execline-2.1.3.1.tar.gz" -sha256sums="7291d7c0e40f9706fc223abe290bb07a71fcf5fceec079a715e7d25bd2700236 execline-2.1.3.1.tar.gz" -sha512sums="eddac45805d36f1ecc182f5782ba5b1db917635a761ac81074646666022a1f3963867bed693a7f66180f3616f067ca297fb4cc3e67c938387514112f8d25972a execline-2.1.3.1.tar.gz" +md5sums="d43dda8bc4f349933b0039e1ed5a8404 execline-2.1.4.0.tar.gz" +sha256sums="e400b195865d73f8f9195aa8b74efa8b5d1d41bff71fbfaf73ee59f5caef767e execline-2.1.4.0.tar.gz" +sha512sums="6a6ab7fc8485958e8cb8b72b8a4aa00a184f4edba25f751baa98312d7f8432ce2f64bd4abab36fa008776ac382f07f900b1e49b5e15d20bbabc7f89056913419 execline-2.1.4.0.tar.gz" -- 2.5.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---