From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDAC9138334 for ; Thu, 26 Dec 2019 11:27:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338F9E0D36; Thu, 26 Dec 2019 11:27:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAE64E0D37 for ; Thu, 26 Dec 2019 11:27:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB4E334DBA8 for ; Thu, 26 Dec 2019 11:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2F4477 for ; Thu, 26 Dec 2019 11:27:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1577359631.80adf529bda101c61d73b0b98e234ceefcab1ba8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/squashdelta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/squashdelta/squashdelta-0.1.1.ebuild X-VCS-Directories: dev-util/squashdelta/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 80adf529bda101c61d73b0b98e234ceefcab1ba8 X-VCS-Branch: master Date: Thu, 26 Dec 2019 11:27:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6380c15a-8714-4686-8ee6-8b139108d3fe X-Archives-Hash: 3ea8c954a7eef27ca66d4c79621cf1d7 commit: 80adf529bda101c61d73b0b98e234ceefcab1ba8 Author: Michał Górny gentoo org> AuthorDate: Thu Dec 26 11:12:14 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 26 11:27:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80adf529 dev-util/squashdelta: Update SRC_URI Signed-off-by: Michał Górny gentoo.org> dev-util/squashdelta/squashdelta-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/squashdelta/squashdelta-0.1.1.ebuild b/dev-util/squashdelta/squashdelta-0.1.1.ebuild index 9883a7ef38f..9f6ebdce8b9 100644 --- a/dev-util/squashdelta/squashdelta-0.1.1.ebuild +++ b/dev-util/squashdelta/squashdelta-0.1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="Efficient (partially uncompressed) SquashFS binary delta tool" HOMEPAGE="https://github.com/mgorny/squashdelta/" -SRC_URI="https://www.github.com/mgorny/squashdelta/releases/download/v${PV}/${P}.tar.bz2" +SRC_URI="https://github.com/mgorny/squashdelta/releases/download/v${PV}/${P}.tar.bz2" # uses public-domain murmurhash3 LICENSE="BSD public-domain"