From patchwork Wed Apr 8 23:15:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Kenton, Stephen M." X-Patchwork-Id: 459546 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 41C911401DC for ; Thu, 9 Apr 2015 09:16:14 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 76E9A334DD; Wed, 8 Apr 2015 23:16:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e8JTAxPU4yt5; Wed, 8 Apr 2015 23:16:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 664A133548; Wed, 8 Apr 2015 23:16:12 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 49A4E1C243F for ; Wed, 8 Apr 2015 23:16:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 368929177F for ; Wed, 8 Apr 2015 23:16:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id opXZMjt3itdr for ; Wed, 8 Apr 2015 23:16:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from eastrmfepo103.cox.net (eastrmfepo103.cox.net [68.230.241.215]) by whitealder.osuosl.org (Postfix) with ESMTP id 939DC91775 for ; Wed, 8 Apr 2015 23:16:08 +0000 (UTC) Received: from eastrmimpo110 ([68.230.241.223]) by eastrmfepo103.cox.net (InterMail vM.8.01.05.15 201-2260-151-145-20131218) with ESMTP id <20150408231607.HETV32693.eastrmfepo103.cox.net@eastrmimpo110> for ; Wed, 8 Apr 2015 19:16:07 -0400 Received: from localhost.localdomain ([68.97.2.10]) by eastrmimpo110 with cox id DbG71q0010CxSiC01bG7Fv; Wed, 08 Apr 2015 19:16:07 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020204.5525B6B7.00B4,ss=1,re=0.001,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=2.0 cv=a+/uAzuF c=1 sm=1 a=nr99965rMXYxaIVTx7+86Q==:17 a=b01i9L7eAAAA:8 a=NEAV23lmAAAA:8 a=fTUCJgJWmGPI1ox8sjUA:9 a=nr99965rMXYxaIVTx7+86Q==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none From: Steve Kenton To: buildroot@busybox.net Date: Wed, 8 Apr 2015 18:15:58 -0500 Message-Id: <1428534958-5528-1-git-send-email-skenton@ou.edu> X-Mailer: git-send-email 2.1.0 Subject: [Buildroot] [PATCH 1/1] tovid: change from SVN to github X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" New download information for tovid plus hash file Signed-off-by: Steve Kenton Reviewed-by: Ryan Barnett Tested-by: Ryan Barnett --- package/tovid/tovid.hash | 2 ++ package/tovid/tovid.mk | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 package/tovid/tovid.hash diff --git a/package/tovid/tovid.hash b/package/tovid/tovid.hash new file mode 100644 index 0000000..9ddd750 --- /dev/null +++ b/package/tovid/tovid.hash @@ -0,0 +1,2 @@ +# Locally computed: +sha256 06f7cb00b213bbe83d72f4f2076b675a662697034e1d2cdc2dce987e35c827bc tovid-0.35.0.tar.gz diff --git a/package/tovid/tovid.mk b/package/tovid/tovid.mk index cc2edd9..3069d67 100644 --- a/package/tovid/tovid.mk +++ b/package/tovid/tovid.mk @@ -4,9 +4,8 @@ # ################################################################################ -TOVID_SITE = http://tovid.googlecode.com/svn/trunk/tovid -TOVID_SITE_METHOD = svn -TOVID_VERSION = 3534 +TOVID_VERSION = 0.35.0 +TOVID_SITE = https://github.com/tovid-suite/tovid/releases/download/v$(TOVID_VERSION) TOVID_LICENSE = GPLv2+ TOVID_LICENSE_FILES = COPYING TOVID_SETUP_TYPE = distutils