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 DAD5D5C4B3B for ; Sun, 23 Jul 2017 23:04:54 +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 5B6751A08C7 for ; Sun, 23 Jul 2017 23:04:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1500851094; bh=5QTXEAWvFCIIz+U1c3HaD+zwGwhrrhzbsjv4RDY7oKI=; h=From:To:Subject:Date:From; b=KKILwvFENVdE2RKjOttjIlSkNwtK05MmqzIslWOSuBTNEPeibIYdAi77PmrwPoEYK OQh5PxxS/W8pGavulyFbQMGVw2hX2TAlZwRxXBQdeQEDoex81wZPUyA2Eb0rOvHRac /c+xctd7uGLiaa6CEEW7tHn6eEx6NQ+WVf58TQGU= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire@riseup.net) by (cotinga) with ESMTPSA id 7E6485B814 From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/you-get: upgrade to 0.4.775 Date: Mon, 24 Jul 2017 07:04:43 +0800 Message-Id: <20170723230443.12363-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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/community/you-get/APKBUILD b/community/you-get/APKBUILD index b58d34a58f..39847d5e83 100644 --- a/community/you-get/APKBUILD +++ b/community/you-get/APKBUILD @@ -1,7 +1,11 @@ # Contributor: Ivan Tham # Maintainer: Ivan Tham pkgname=you-get +<<<<<<< HEAD:community/you-get/APKBUILD pkgver=0.4.750 +======= +pkgver=0.4.775 +>>>>>>> testing/you-get: upgrade to 0.4.775:testing/you-get/APKBUILD pkgrel=0 pkgdesc="Tiny command line utility to download media contents" url="https://you-get.org/" @@ -28,4 +32,8 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } +<<<<<<< HEAD:community/you-get/APKBUILD sha512sums="3d328ecca33d2c2a376056aec22af742922fdfa57eee5a504e8741ba54e3ff8cb3499c2bc6c7689c11a5b2aa4bcbb37d8dc434a116875ff041adaf831e146419 you-get-0.4.750.tar.gz" +======= +sha512sums="adee5d801bb78118e9aac4a90c60e1e93a1354c80b9a782dfb66fd4edf3c73ced95de64199e3434e70ab802128ebb53f5eef350bf0d4625de3659644ce953771 you-get-0.4.775.tar.gz" +>>>>>>> testing/you-get: upgrade to 0.4.775:testing/you-get/APKBUILD -- 2.13.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---