From 7d2fc2d2686c6ac4a40543511346aab3611fe435 Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 11 Dec 2014 09:32:15 -0800 Subject: [PATCH] Update yab recipe to use tar.gz archive. --- dev-lang/yab/yab-1.7.02.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-lang/yab/yab-1.7.02.recipe b/dev-lang/yab/yab-1.7.02.recipe index cd45c0cbc..76692b48f 100644 --- a/dev-lang/yab/yab-1.7.02.recipe +++ b/dev-lang/yab/yab-1.7.02.recipe @@ -4,10 +4,14 @@ yab is an extended version of yabasic, a BASIC programming language, with \ special commands designed for Haiku. " HOMEPAGE="http://sourceforge.net/projects/yab-interpreter" -SRC_URI="git+https://github.com/HaikuArchives/Yab.git#a5681d8a3403c142eae0ad416a59abd2aa7a28e4" +SRC_URI="https://github.com/HaikuArchives/Yab/archive/v1.7.3.tar.gz" +CHECKSUM_SIZE="1176449" +CHECKSUM_RMD160="f62fa02a585d9f6c5ee3eb9b781a06083352bd6f" +CHECKSUM_SHA512="a74edcf9718ee9a13a16ab0a99fbbed3cceebf1ea4bfac714b098d51531de7fdd0738e126b9a2e5d2f8d84fd0c153d9b7702e806cc91c6a97537dda11411e915" +SOURCE_DIR="Yab-1.7.3" -REVISION="2" +REVISION="3" LICENSE="Artistic"