From 068a13f0dcefff540a11895534b1702aad1e8234 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Fri, 27 Oct 2017 16:54:11 +0300 Subject: [PATCH] Tolmach: use safe source --- haiku-apps/tolmach/tolmach-1.1.0.recipe | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/haiku-apps/tolmach/tolmach-1.1.0.recipe b/haiku-apps/tolmach/tolmach-1.1.0.recipe index bbfb66319..70a705e27 100644 --- a/haiku-apps/tolmach/tolmach-1.1.0.recipe +++ b/haiku-apps/tolmach/tolmach-1.1.0.recipe @@ -1,14 +1,15 @@ SUMMARY="A dictionary for Haiku" -DESCRIPTION=" -This program is a BeOS port of KDictionary translation program for Linux by \ -Ivan V. Murasko. It follows the main concept of original linux program but \ -mainly is a real BeOS program. -" +DESCRIPTION="This program is a BeOS port of KDictionary translation program \ +for Linux by Ivan V. Murasko. It follows the main concept of original linux \ +program but mainly is a real BeOS program." COPYRIGHT="1999 Ivan V. Murasko" LICENSE="GNU GPL v2" -HOMEPAGE="https://gitorious.org/desknotes/tolmach" -SOURCE_URI="git+http://github.com/haikuarchives/tolmach.git#5a67e9d38292d5dd482e116e8ee7aa605dee5398" -REVISION="1" +HOMEPAGE="https://github.com/HaikuArchives/tolmach" +COMMIT="bef06da57cf34e43a428f3e95855bd77a959cb1d" +SOURCE_URI="https://github.com/HaikuArchives/tolmach/archive/$COMMIT.tar.gz" +SOURCE_DIR="Tolmach-$COMMIT" +CHECKSUM_SHA256="d37169523cdfaa4acc0e8c67c97943e74d70767d08671574948a28553a1f17f2" +REVISION="2" ARCHITECTURES="x86_gcc2 x86 ?x86_64"