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 D72C51382C5 for ; Tue, 10 Apr 2018 00:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E687EE08F1; Tue, 10 Apr 2018 00:42:27 +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 C3AF0E08F1 for ; Tue, 10 Apr 2018 00:42:27 +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 5AD73335C05 for ; Tue, 10 Apr 2018 00:42:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 080AC260 for ; Tue, 10 Apr 2018 00:42:24 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1523320932.79ad79d94b27bce906a3f3aa3602effbe8844538.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/hugo/hugo-0.38.2.ebuild X-VCS-Directories: www-apps/hugo/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 79ad79d94b27bce906a3f3aa3602effbe8844538 X-VCS-Branch: master Date: Tue, 10 Apr 2018 00:42: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-Archives-Salt: 24be3abd-04e9-4930-834e-b9ad61fa33cf X-Archives-Hash: f4aa52489413857dfab2a282d5cfbeb8 commit: 79ad79d94b27bce906a3f3aa3602effbe8844538 Author: Manuel Rüger gentoo org> AuthorDate: Tue Apr 10 00:42:12 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Apr 10 00:42:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ad79d9 www-apps/hugo: Fix commit Package-Manager: Portage-2.3.28, Repoman-2.3.9 www-apps/hugo/hugo-0.38.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/hugo/hugo-0.38.2.ebuild b/www-apps/hugo/hugo-0.38.2.ebuild index a1afd90992d..697a99d29e0 100644 --- a/www-apps/hugo/hugo-0.38.2.ebuild +++ b/www-apps/hugo/hugo-0.38.2.ebuild @@ -59,7 +59,7 @@ EGO_VENDOR=( "github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e889 inherit golang-build golang-vcs-snapshot bash-completion-r1 EGO_PN="github.com/gohugoio/hugo" -GIT_COMMIT="f414966b942b5aad75565bee6c644782a07f0658" +GIT_COMMIT="712c0fdfe6e76920a96ec493e5ce6f78bcaa4b20" ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64"