X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lists.alpinelinux.org (Postfix) with ESMTP id 3DBED5C5672 for ; Sun, 24 Sep 2017 09:27:26 +0000 (GMT) Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id EF2EC1A0901 for ; Sun, 24 Sep 2017 09:27:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1506245246; bh=Of/fYHtQ6DagUE62coY/8tVhiUB2R8NeShPw3qQQ6Qk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lruUGOxiNeKJrLeoEqPDGr0lawZcccZH/2fNkzD31ZH3d8P+/Sr9OhN550oP/fvum z0k816ukDaGfll7sAyGsiXIS2sNEkCHcRw6t7ATqz0tXB8FN/++JbeESShiL2jtRrw 3gQ/PhERwAdEUH4L/W/e04teud7tvEAWm+eLz1+M= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire@riseup.net) by (cotinga) with ESMTPSA id 14D5D44AE1 From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 2/2] community/you-get: upgrade to 0.4.915 Date: Sun, 24 Sep 2017 17:27:13 +0800 Message-Id: <20170924092713.18926-2-pickfire@riseup.net> In-Reply-To: <20170924092713.18926-1-pickfire@riseup.net> References: <20170924092713.18926-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/you-get/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/you-get/APKBUILD b/community/you-get/APKBUILD index cc915ae48f..f569ebdcb9 100644 --- a/community/you-get/APKBUILD +++ b/community/you-get/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ivan Tham # Maintainer: Ivan Tham pkgname=you-get -pkgver=0.4.803 +pkgver=0.4.915 pkgrel=0 pkgdesc="Tiny command line utility to download media contents" url="https://you-get.org/" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="827031e0f8277e9369a8d364985d9d0bace1572e15de76a62b513a732d2bcc7d1286b3a7381491d02bce77dd103201ef4c47858091a8faf8ac3dc73ef11b2418 you-get-0.4.803.tar.gz" +sha512sums="74571d7cccbc0f5fa70e7848c0ba54ea0232a47cfb957d0265072ce82861d513c62cd9b4f072669ecc976da82908eb2abce6e87b1c2c040949a59e6093238fa6 you-get-0.4.915.tar.gz" -- 2.14.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---