X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-qt0-f195.google.com (mail-qt0-f195.google.com [209.85.216.195]) by lists.alpinelinux.org (Postfix) with ESMTP id 7706D5C5164 for ; Fri, 17 Mar 2017 11:10:18 +0000 (GMT) Received: by mail-qt0-f195.google.com with SMTP id r5so9008391qtb.2 for ; Fri, 17 Mar 2017 04:10:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flatglobe.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references; bh=Qytp0Jkj0UcJQfx9x6/2/IEsSdrUAxGOgupAFjxeJU8=; b=ix4nj+Zfm3uFVF6wTdDrjxmw68tTwWB4yN8shZocMR1QWF9/M0bdROo8QkxIHZFLFX 3QD/b6J5EEmf5jOtytgAblyY0rMO8JnAGJ4vV0KYZl7jDlJljpR18MwqClvR7J2UpfSv cECMwjoxebh4ATiiW6gbe46Y7pM4UJLrZTEeE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=Qytp0Jkj0UcJQfx9x6/2/IEsSdrUAxGOgupAFjxeJU8=; b=sENc6lsBMi4vkGutSFs7lq75QBItIm7yaIqB9jnCvS6r1dZenv1nbB50U67kQ/xjs/ ZM7kVf/eitTwYSeVcszjAOgqwCILxGvV6KAmu4cqA4179eixDBvrToUJ8ZwFqV6J5WJm 9iVn9uMZLbBIxjhqj4ig/OvOM0elBnZLoLkFWpWWWXa6d/ikWuGoCAGAnLoq/vZq80pG R/3mFq+qiMCEBX0XtL8KgVQGVxdhrD7boolyXnKoa5yOFG22iN33fG0RT/4iV3ExfZ7l FPzal6O7loWOENxANV9yozjfgonzPx/ICOYy+CzDnp86PZNXkDN/J2OdDZorlfWOrNvL AvYg== X-Gm-Message-State: AFeK/H04ZtW3Y2Gr60qjsywOQkrckJb9f5r7F85dVQfxOnBfQReH/KTtX/g3fIDv9B7aQA== X-Received: by 10.200.48.118 with SMTP id g51mr13796272qte.19.1489749017761; Fri, 17 Mar 2017 04:10:17 -0700 (PDT) Received: from localhost.localdomain (cpe-204-210-151-44.hvc.res.rr.com. [204.210.151.44]) by smtp.gmail.com with ESMTPSA id q31sm5656895qta.22.2017.03.17.04.10.16 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 17 Mar 2017 04:10:16 -0700 (PDT) From: "Tuan M. Hoang" To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 7/13] main/myrepo: update new package Date: Fri, 17 Mar 2017 07:10:07 -0400 Message-Id: <20170317111007.23839-1-tmhoang@flatglobe.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170317110855.23575-1-tmhoang@flatglobe.org> References: <20170317110855.23575-1-tmhoang@flatglobe.org> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Old package was removed --- main/myrepos/APKBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/main/myrepos/APKBUILD b/main/myrepos/APKBUILD index 50da6557f0..f905f647ee 100644 --- a/main/myrepos/APKBUILD +++ b/main/myrepos/APKBUILD @@ -1,10 +1,10 @@ # Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=myrepos -pkgver=1.20160123 -pkgrel=1 +pkgver=1.20170129 +pkgrel=0 pkgdesc="A multiple repository management tool" -url="https://github.com/joeyh/myrepos" +url="https://git.joeyh.name/git/myrepos.git" arch="noarch" license="GPL2+" depends="perl git" @@ -13,7 +13,7 @@ makedepends="" replaces="mr" install="" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/joeyh/$pkgname/archive/$pkgver.tar.gz" +source="https://git.joeyh.name/index.cgi/myrepos.git/snapshot/myrepos-${pkgver}.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver build() { @@ -44,6 +44,4 @@ doc() { default_doc } -md5sums="ab3891c9f542dcbb7ed7fb097bfa23b4 myrepos-1.20160123.tar.gz" -sha256sums="13d3b2c309d8130896e54456ae466763dc187433f737de12179f5e05cb63439c myrepos-1.20160123.tar.gz" -sha512sums="ad22f0369530347d104815338f27f5b375b88f323ef3821040db7270e179974018e269ecb650d7fd3a3d42ad62b17dfb7be43645f25e06578e0269f1f744ee4d myrepos-1.20160123.tar.gz" +sha512sums="cada56e811bff72dbd6161cdd843760d0aa34ab052e5ae6e210f1da0ff92f454246ed65399271892019a7ec2212180080a50251ed056cd49fe56e742394d7127 myrepos-1.20170129.tar.gz" -- 2.11.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---