X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by lists.alpinelinux.org (Postfix) with ESMTP id DA7F41EBFEF for ; Fri, 31 Dec 2010 00:20:24 +0000 (UTC) Received: by iyb26 with SMTP id 26so10515698iyb.13 for ; Thu, 30 Dec 2010 16:20:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=+rPvKV4D2Vufb0pxdfpNnNpP3WM4aH+hrFBHGFpe02o=; b=q45mAbKrM7Ze89v2cf7DXaAQvhXNgKQvcgUAB17kDL61M2Qccz7UhM80bXBrMbkNBh 1Z3hSQDG6VjAePP5UYsIsaLlrDJpJCCsgkRxbubj1GaNDBQOWuCtSVg2WaSfv/5hVODe QYrjIO2FthEg5QH/MxSjSbnsGO21Mr5Os96T0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=QUnWIwmGfL16P5exOHprXpn8VQpRUOn/pdyckvW5iYxjrsCIUf4b4Gk/+/PU4GTaK3 HX3jeHtWg85DJYb4eaX+duVrsbKGqziJguWaWxh0ernHXak36xvj1OL/b2Sf5wo8Yoj5 DJpgczTdQHGvxFKE1VE6eBe5z+yIf1Pq7t/wI= Received: by 10.42.167.137 with SMTP id s9mr17153701icy.38.1293754823613; Thu, 30 Dec 2010 16:20:23 -0800 (PST) Received: from localhost.localdomain (209.250.132.162.tor.pathcom.com [209.250.132.162]) by mx.google.com with ESMTPS id i2sm14045379icv.15.2010.12.30.16.20.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Dec 2010 16:20:22 -0800 (PST) From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Cc: Jeff Bilyk Subject: [alpine-devel] [PATCH] apts: bump to v0.2 Date: Thu, 30 Dec 2010 18:20:20 +0000 Message-Id: <1293733220-2071-1-git-send-email-jbilyk@gmail.com> X-Mailer: git-send-email 1.7.3.4 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: bump to v0.2 --- testing/apts/APKBUILD | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/apts/APKBUILD b/testing/apts/APKBUILD index 9c437f2..794ed81 100644 --- a/testing/apts/APKBUILD +++ b/testing/apts/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa # Maintainer: Jeff Bilyk pkgname=apts -pkgver=0.1 +pkgver=0.2 pkgrel=0 pkgdesc="APTS - Alpine Package Testing Suite" depends= @@ -34,4 +34,4 @@ package() { done } -md5sums="3fe0fe06d9319df862186258dc60d3d5 apts-0.1.tar.bz2" +md5sums="7775fa308008428ab3cc055c4be8d2af apts-0.2.tar.bz2" -- 1.7.3.4 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---