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 6903BDC0216 for ; Fri, 8 May 2015 04:40:26 +0000 (UTC) Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 28D11DC0089 for ; Fri, 8 May 2015 04:40:21 +0000 (UTC) Received: by igbyr2 with SMTP id yr2so11845222igb.0 for ; Thu, 07 May 2015 21:40:20 -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; bh=HE1SioFl1VR9iHZsbWQvBsJFrU5JqqFl+pz8H+HpDHg=; b=KJQCuiYRmJFNHSmwwn9xcw6Eg7HHscjSSVwuf9BAUZ8qI9dt40KuOOuhCz1dtGkTBj YW3cufqKA//ppZUbRkn3UGT054Ofmn2DAM3+RACPAAJzA5CIWInhRLfCuMs2v2M5TtqU tIwCc921mI+JKfCH1H3pHVtgAsepQ+euYU+Q87wbBmk/h1KqsIbZ1BHwWFZ4pJMW5YXZ 81Ua99xiBDGi70hE2Jm+LV/Rh34aIZwE0gpxeShJgLQAjS7yb4zFzq72ChVNseHSjWkC eWidxhDMUYXT4xzUmnMbyKEDHuunLjoCcOA/MwPvJO+MyiRNY1gRgAwjfzMpAkxOhcZz HsSA== X-Received: by 10.50.41.8 with SMTP id b8mr1962016igl.38.1431060020056; Thu, 07 May 2015 21:40:20 -0700 (PDT) Received: from localhost.localdomain (c-98-207-175-89.hsd1.ca.comcast.net. [98.207.175.89]) by mx.google.com with ESMTPSA id m5sm2796869ioi.4.2015.05.07.21.40.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 07 May 2015 21:40:18 -0700 (PDT) From: Dustin Lacewell To: alpine-aports@lists.alpinelinux.org Cc: Dustin Lacewell Subject: [alpine-aports] [PATCH] main/py-twisted: update to 15.1.0 Date: Thu, 7 May 2015 21:40:13 -0700 Message-Id: <1431060013-11335-1-git-send-email-dlacewell@gmail.com> X-Mailer: git-send-email 2.4.0 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: http://twistedmatrix.com/ Asynchronous networking framework written in Python. --- main/py-twisted/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main/py-twisted/APKBUILD b/main/py-twisted/APKBUILD index 358c15e..c8b0801 100644 --- a/main/py-twisted/APKBUILD +++ b/main/py-twisted/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=py-twisted _pkgname=Twisted -pkgver=14.0.0 +pkgver=15.1.0 pkgrel=0 pkgdesc="Asynchronous networking framework written in Python." url="http://twistedmatrix.com/" @@ -11,6 +11,7 @@ depends="py-crypto py-zope-interface" makedepends="python-dev" install="" subpackages="$pkgname-doc" +sourcefile="$_pkgname-$pkgver.tar.bz2" source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.bz2" _builddir="$srcdir"/"$_pkgname"-$pkgver @@ -30,6 +31,6 @@ package() { done } -md5sums="9625c094e0a18da77faa4627b98c9815 Twisted-14.0.0.tar.bz2" -sha256sums="bdfd961ac2216f5c65b07f2c3a5e5116f6713b8c1cf076c40010c64810d26963 Twisted-14.0.0.tar.bz2" -sha512sums="657a89603ffb6a0b5b9f41307d2f4400e8fd8947f122f40639b0d87cc769a47a09822c1612206e66bdee2be8b297e53a4271682981cdbeca7d910e57c8582413 Twisted-14.0.0.tar.bz2" +md5sums="df65e3da0bee81140e7637156802a518 $sourcefile" +sha256sums="82025d24cee178a7328a0467240bb6b1e7c283a9d85f115a9872dfcbfe20732a $sourcefile" +sha512sums="f7a755c7957d85c688db1076409ed1dd61967cf399253961caf584ab5b923d830fe995870bf7da1c9cbd304d98f0dc0a97c91ba92dc41301f652b360e5c5820f $sourcefile" -- 2.4.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---