From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 95FC21397E6 for ; Mon, 17 Aug 2015 12:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81D14141B2; Mon, 17 Aug 2015 12:48:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24EFF141B2 for ; Mon, 17 Aug 2015 12:48:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01C36340A8F for ; Mon, 17 Aug 2015 12:48:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17FE3116 for ; Mon, 17 Aug 2015 12:48:14 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1439815686.0814984a4a2fd843bd7458e2d1e204f46c753620.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/linksys-tftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild X-VCS-Directories: net-ftp/linksys-tftp/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 0814984a4a2fd843bd7458e2d1e204f46c753620 X-VCS-Branch: master Date: Mon, 17 Aug 2015 12:48:14 +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: b0783e8f-80de-4ee5-9592-bd022b691894 X-Archives-Hash: cf5e82abcbfa5b77a4fa8a90cb0b11f9 commit: 0814984a4a2fd843bd7458e2d1e204f46c753620 Author: Mike Frysinger gentoo org> AuthorDate: Mon Aug 17 12:47:07 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Aug 17 12:48:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0814984a net-ftp/linksys-tftp: update HOMEPAGE/SRC_URI #557886 net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild b/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild index 7f305c1..4b23797 100644 --- a/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild +++ b/net-ftp/linksys-tftp/linksys-tftp-1.2.1-r3.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="TFTP client suitable for uploading to the Linksys WRT54G Wireless Router" -HOMEPAGE="http://redsand.net/projects/linksys-tftp/linksys-tftp.php" -SRC_URI="http://redsand.net/projects/${PN}/pub/${P}.tar.bz2" +HOMEPAGE="https://www.redsand.net/solutions/linksys_tftp.html" +SRC_URI="https://www.redsand.net/solutions/${P}.tar.bz2" LICENSE="BSD" SLOT="0"