X-Original-To: alpine-aports@lists.alpinelinux.org Received: from newmail.tetrasec.net (unknown [172.21.74.12]) by lists.alpinelinux.org (Postfix) with ESMTP id 92B4D5C4427 for ; Fri, 3 Jun 2016 10:27:19 +0000 (GMT) Received: from ncopa-desktop.alpinelinux.org (12.63.200.37.customer.cdi.no [37.200.63.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id E331A5A086F; Fri, 3 Jun 2016 10:27:18 +0000 (GMT) Date: Fri, 3 Jun 2016 12:27:15 +0200 From: Natanael Copa To: Olivier Mauras Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/lmdb: Update to 0.9.18 Message-ID: <20160603122715.4fa5d8e5@ncopa-desktop.alpinelinux.org> In-Reply-To: References: X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 02 Jun 2016 13:33:13 +0200 Olivier Mauras wrote: > diff --git a/testing/lmdb/APKBUILD b/testing/lmdb/APKBUILD > index fdc49a1..fbf52ff 100644 > --- a/testing/lmdb/APKBUILD > +++ b/testing/lmdb/APKBUILD > @@ -1,6 +1,7 @@ > +# Maintainer: Natanael Copa > pkgname=lmdb > -pkgver=0.9.17 > -pkgrel=1 > +pkgver=0.9.18 > +pkgrel=0 > pkgdesc="Lightning Memory-Mapped Database" > url="http://symas.com/mdb/" > arch="all" > @@ -40,9 +41,9 @@ tools() { > mv "$pkgdir"/usr/bin "$subpkgdir"/usr > } > > -md5sums="8a5501c8b8535ddd6de67e95a8633aff LMDB_0.9.17.tar.gz > -57ec2294bfbf1136f3c0380878bdb7fa lmdb_make.patch" > -sha256sums="80a08218e40f76a0485ec18c42de6f1e020b1ed0268f7cb34c69746e8d98c72c > LMDB_0.9.17.tar.gz seems like your mailer wrapped the line here. it makes git am unhappy. > -3e1828561bcfddab00afb0ef858c6225630730669b7f16a922eb9546b65ff28d > lmdb_make.patch" > -sha512sums="2f6108364973e01f6379613c02b9fa11933d6c91eadc5ae0cad55818bc0205041d0663a5dd936d89ec651eb1de0257390d48d549d1bc24ef29d7ee57c9fcb941 > LMDB_0.9.17.tar.gz -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---