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 D352D5C4C44 for ; Mon, 24 Jul 2017 14:31:17 +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 5BC181A1AF9 for ; Mon, 24 Jul 2017 14:31:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1500906677; bh=JDYNjrpTAd8ba037KNFpgmPVPB8c24UgKS2BetRjXZw=; h=From:To:Subject:Date:From; b=JgZQQOEt2vYPqNMsAICo+N2r59yTORcaa8zVZbule5LJnuB1/oL+lYo6zieMEqt7V Yu+INTqAW4pvkpFehTJQ06hUx3R59ntYnDkExZFcnG4LCmBn5x+jbfVyAKb6M7bhMi YKvaWAKifvTRo9nxYBP7CeoxpTJdZHS/OFsXtKkY= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire@riseup.net) by (cotinga) with ESMTPSA id 511C25BB28 From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] community/you-get: upgrade to 0.4.803 Date: Mon, 24 Jul 2017 22:31:08 +0800 Message-Id: <20170724143108.25837-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 92f931227e..b7a72b735c 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.775 +pkgver=0.4.803 pkgrel=0 pkgdesc="Tiny command line utility to download media contents" url="https://you-get.org/" @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="adee5d801bb78118e9aac4a90c60e1e93a1354c80b9a782dfb66fd4edf3c73ced95de64199e3434e70ab802128ebb53f5eef350bf0d4625de3659644ce953771 you-get-0.4.775.tar.gz" +sha512sums="827031e0f8277e9369a8d364985d9d0bace1572e15de76a62b513a732d2bcc7d1286b3a7381491d02bce77dd103201ef4c47858091a8faf8ac3dc73ef11b2418 you-get-0.4.803.tar.gz" -- 2.13.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---