X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by lists.alpinelinux.org (Postfix) with ESMTP id 8892C1EBFFA for ; Mon, 10 Jan 2011 01:07:52 +0000 (UTC) Received: by iwn39 with SMTP id 39so19092466iwn.13 for ; Sun, 09 Jan 2011 17:07:51 -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=Th+PRu/IfI++F6C9RLRSBrFyxNC29mbS9VONH86/oLY=; b=XlKeaVhED4VuN1cbS9XqI4pFZ+Wec9SCYSgwye31syFZAzntYGTeAoHk1tM5zNj1P+ 8v1Ttk03QQ9LtLKnrUI0t0HJ3c+cmgqnxcZbwnOq5FMntt1W57TeQXSnBn3//Ilim3xw 9OMFEAGebuwo2FwNvD7//LkhVkri+DuzvPvK8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=Ot+OPcf8dJCDLW8NOpXQiwKBU6/YuU4PWETcs8NY266tqJIJhrxIksiRmsYrk8s0zQ M+Q+1MfeCwwcmBMOeNVqIHbyJlkqTRrdjWmW3TT+OGo/KXPzJ3Gcswdv83oPT0GGmMbW XtsYnkxTUF3v25i1Mz+qWME7+T9JfDSUvSwxA= Received: by 10.42.241.65 with SMTP id ld1mr3594730icb.454.1294621671387; Sun, 09 Jan 2011 17:07:51 -0800 (PST) Received: from localhost.localdomain (209.250.132.162.tor.pathcom.com [209.250.132.162]) by mx.google.com with ESMTPS id jv9sm3146778icb.1.2011.01.09.17.07.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 09 Jan 2011 17:07:50 -0800 (PST) From: Jeff Bilyk To: alpine-devel@lists.alpinelinux.org Cc: Jeff Bilyk Subject: [alpine-devel] [PATCH] testing/apts: bump to v0.3 Date: Sun, 9 Jan 2011 19:07:27 +0000 Message-Id: <1294600047-2021-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.3 --- testing/apts/APKBUILD | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/apts/APKBUILD b/testing/apts/APKBUILD index 794ed81..2bcf8f9 100644 --- a/testing/apts/APKBUILD +++ b/testing/apts/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa # Maintainer: Jeff Bilyk pkgname=apts -pkgver=0.2 +pkgver=0.3 pkgrel=0 pkgdesc="APTS - Alpine Package Testing Suite" depends= @@ -34,4 +34,4 @@ package() { done } -md5sums="7775fa308008428ab3cc055c4be8d2af apts-0.2.tar.bz2" +md5sums="7fc6abc1ef9f006bbca19b4c85ecb47f apts-0.3.tar.bz2" -- 1.7.3.4 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---