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 09E01DC5B5D for ; Thu, 25 Feb 2016 18:23:58 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id BEC16DC06E0 for ; Thu, 25 Feb 2016 18:23:56 +0000 (UTC) Received: from [81.4.121.188] (port=35506 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1aZ0Zp-001Qlp-RS for alpine-aports@lists.alpinelinux.org; Thu, 25 Feb 2016 18:23:53 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/lshell: update to 0.9.18 Date: Thu, 25 Feb 2016 18:23:50 +0000 Message-Id: <1456424630-663-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.7.1 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/lshell/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/lshell/APKBUILD b/testing/lshell/APKBUILD index 50fbdbb..15e6f7b 100644 --- a/testing/lshell/APKBUILD +++ b/testing/lshell/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=lshell -pkgver=0.9.17 +pkgver=0.9.18 pkgrel=0 pkgdesc="Python-based limited Shell" url="http://ghantoos.org/limited-shell-lshell" @@ -35,6 +35,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="028e7e67f459a3cc99a965ebb98a6e3c lshell-0.9.17.tar.gz" -sha256sums="e3ec1dad37e8da192604ee39f83d26acc8c8e8a227a8ba216e9caaa6abd7809d lshell-0.9.17.tar.gz" -sha512sums="74d273d584e3da7e4ed97c035aecec04a49ce0260044fb9f23917358927cf1b3ac65ccb41ebe7bbc55d4f87d39f89c846be94c764e09457f44469a610abd763b lshell-0.9.17.tar.gz" +md5sums="3da7d21e15bd950fe8ed2afc4cac8595 lshell-0.9.18.tar.gz" +sha256sums="7ffb37bf7a1d8c63845939a2e916e45b9cd9f321daa6b3e4c8f680e3c50e8bbd lshell-0.9.18.tar.gz" +sha512sums="546e55fd04d9913adbf6ff181d365f0aff8c94131229d4be994b29e94b925943fb32f99dc145172938535565f69405d0edad5bd2d9b7125f8770d0f0c591fece lshell-0.9.18.tar.gz" -- 2.7.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---