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 76408DCB450 for ; Wed, 21 Oct 2015 04:40:41 +0000 (UTC) Received: from mail-io0-f179.google.com (mail-io0-f179.google.com [209.85.223.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 48BE0DCC8B2 for ; Wed, 21 Oct 2015 04:40:41 +0000 (UTC) Received: by iow1 with SMTP id 1so45439935iow.1 for ; Tue, 20 Oct 2015 21:40:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=yo6G34kfRPwnkOCXHulzA2LQ/SDfm7Jdb98OlxRGcck=; b=BNuui3WMd5z2NWf0GH3CE9r6oYLR9nK49jubPw1ZcfA1UxSNs0E0wgUy0wEtKdsaAB HRRg94B4rDlTOJt8wAYb/DhIstQFOFneFUzW2gUtfUr5ek6ksB5MX658q7Jh9BvPSUFh NzBu1H+x9y+bfKOIOeCb6AJlRLaFD/CLZ/eSF1Gt/QlL4GhU9clUCQR4gBtuAhwviNtx Nzh2zUQBbVknID4C8F+Sm1zj71ho+FVJEUPa+pSRglVVgTu+3sRMTwWuan87/N0RbieZ LCX8lqTAhAmYUY2pkSEcanD6MXttfsThaE8jDjtp5WOl+2bYsOcECYTxz8y3QO1o07gY uROA== X-Received: by 10.107.35.78 with SMTP id j75mr7630685ioj.123.1445402440670; Tue, 20 Oct 2015 21:40:40 -0700 (PDT) Received: from localhost.localdomain (c-98-220-44-199.hsd1.in.comcast.net. [98.220.44.199]) by smtp.gmail.com with ESMTPSA id np2sm2950814igb.13.2015.10.20.21.40.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 Oct 2015 21:40:40 -0700 (PDT) From: Peter Bui To: alpine-aports@lists.alpinelinux.org Cc: Peter Bui Subject: [alpine-aports] [PATCH 3/8] main/py-asn1-modules: update to 0.0.8 Date: Tue, 20 Oct 2015 23:40:16 -0500 Message-Id: <1445402421-15946-3-git-send-email-pnutzh4x0r@gmail.com> X-Mailer: git-send-email 2.4.1 In-Reply-To: <1445402421-15946-1-git-send-email-pnutzh4x0r@gmail.com> References: <1445402421-15946-1-git-send-email-pnutzh4x0r@gmail.com> 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/py-asn1-modules/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/py-asn1-modules/APKBUILD b/main/py-asn1-modules/APKBUILD index e55e684..c3325ee 100644 --- a/main/py-asn1-modules/APKBUILD +++ b/main/py-asn1-modules/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Peter Bui pkgname=py-asn1-modules _pkgname=pyasn1-modules -pkgver=0.0.7 +pkgver=0.0.8 pkgrel=0 pkgdesc="A collection of ASN.1-based protocols modules" url="http://pypi.python.org/pypi/pyasn1-modules" @@ -35,6 +35,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="9e92623a86709a77d43d406612ad7389 pyasn1-modules-0.0.7.tar.gz" -sha256sums="794dbcef4b7124b8271f12eb7eea0d37b466012f11ce023f91e2e2082df11c7e pyasn1-modules-0.0.7.tar.gz" -sha512sums="15e3f456b1fbb74a08cffc6d5f9910617b7fa67fbcb5028ac8da8c1592c4cd192d4f726b13d6f0b82f01a55511fbc7a9478d446e57241307517d9213a65f393a pyasn1-modules-0.0.7.tar.gz" +md5sums="178129bc7fbf07215c25230c5f053f81 pyasn1-modules-0.0.8.tar.gz" +sha256sums="10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837 pyasn1-modules-0.0.8.tar.gz" +sha512sums="6040d4f83c6b00f7a0e6ba0e1264090d0fa96fc39e97b04d624721cef200b6cf4dabfe550127ade4edc181187ca1b4219fb46a95082a39e6291d0e2e08f36d78 pyasn1-modules-0.0.8.tar.gz" -- 2.4.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---