From d0b1eae198c0c36cb6917c5784cc34a843a98fb5 Mon Sep 17 00:00:00 2001 From: Clemens Date: Sat, 3 May 2014 19:35:56 +0000 Subject: [PATCH] Use a sha256 checksum and put ALEditor into the src filename. --- haiku-libs/ale/ale-0.9.1.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haiku-libs/ale/ale-0.9.1.recipe b/haiku-libs/ale/ale-0.9.1.recipe index bbf5e8ef5..e35c82949 100644 --- a/haiku-libs/ale/ale-0.9.1.recipe +++ b/haiku-libs/ale/ale-0.9.1.recipe @@ -15,10 +15,10 @@ or watch: http://www.youtube.com/watch?v=ZPv58AWWGRQ" HOMEPAGE="http://github.com/czeidler/ALEditor" srcGitRef="52a5a621e3c28fc04d46402fae263b9693bd68ab" -CHECKSUM_SHA512="824282b07d6545ccfac0dedf324cbbfc0a2aeb2c57f0a671e9167cdfd7ca117fa552c0279f04f01b1cec26c2da25faa61871523a7d2149bc90311cfc45598880" -SRC_FILENAME=$srcGitRef.zip +CHECKSUM_SHA256="cda6bc713485c058b326bc79231a99c24abad36e7d0b68a9cbbc2b292092e683" +SRC_FILENAME="ALEditor-52a5a621e3c28fc04d46402fae263b9693bd68ab.tar.gz" SOURCE_DIR="ALEditor-$srcGitRef" -SRC_URI="https://github.com/czeidler/ALEditor/archive/$SRC_FILENAME" +SRC_URI="https://github.com/czeidler/ALEditor/archive/$srcGitRef.tar.gz" COPYRIGHT="Copyright (C) 2009-2014 by UniAuckland Team" LICENSE="MIT" REVISION="1"