From 87ea8e35d6a0cc7c99d05b16ac092a018cc236e2 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sat, 26 Dec 2015 22:13:13 +0100 Subject: [PATCH] Changed SOURCE_URI of clipdinger, ubertuber, quicklaunch Changed to tagged releases so haikuporter accepts them as secure. Also changed homepage URL of ubertuber. --- haiku-apps/clipdinger/clipdinger-0.4.recipe | 4 +++- haiku-apps/quicklaunch/quicklaunch-0.9.12.recipe | 3 ++- haiku-apps/ubertuber/ubertuber-0.9.11.recipe | 11 +++++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/haiku-apps/clipdinger/clipdinger-0.4.recipe b/haiku-apps/clipdinger/clipdinger-0.4.recipe index 338199d47..5d80ba560 100644 --- a/haiku-apps/clipdinger/clipdinger-0.4.recipe +++ b/haiku-apps/clipdinger/clipdinger-0.4.recipe @@ -17,7 +17,8 @@ HOMEPAGE="http://humdingerb.github.io/clipdinger/" COPYRIGHT="2015 Humdinger" LICENSE="MIT" REVISION="2" -SOURCE_URI="git://github.com/humdingerb/clipdinger.git#4cfd6f655a46cf1c1456494ead04b5fb0e3cd531" +SOURCE_URI="https://github.com/humdingerb/clipdinger/archive/0.4.tar.gz" +CHECKSUM_SHA256="c8eda6d03fe40c04b977463015ed48463dfb39255b3c98eef1be0f9f90a484e3" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -29,6 +30,7 @@ PROVIDES=" REQUIRES=" haiku " + BUILD_REQUIRES=" haiku_devel " diff --git a/haiku-apps/quicklaunch/quicklaunch-0.9.12.recipe b/haiku-apps/quicklaunch/quicklaunch-0.9.12.recipe index 3cc3ee961..e9e216761 100644 --- a/haiku-apps/quicklaunch/quicklaunch-0.9.12.recipe +++ b/haiku-apps/quicklaunch/quicklaunch-0.9.12.recipe @@ -12,8 +12,9 @@ HOMEPAGE="http://humdingerb.github.io/quicklaunch/" COPYRIGHT="2010-2015 Humdinger" LICENSE="MIT" REVISION="1" +SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="64c88b32631a90fe8c0e00bb8e5e8e644790b3637231c53e67c3b436ffcc07e1" -SOURCE_URI="git://github.com/humdingerb/quicklaunch.git#5153fa3616fa2e59bf064cde35061b2049d4b953" ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" diff --git a/haiku-apps/ubertuber/ubertuber-0.9.11.recipe b/haiku-apps/ubertuber/ubertuber-0.9.11.recipe index 69bf8eb37..98cdc05b7 100644 --- a/haiku-apps/ubertuber/ubertuber-0.9.11.recipe +++ b/haiku-apps/ubertuber/ubertuber-0.9.11.recipe @@ -17,11 +17,13 @@ DepositFiles, Vimeo.com, blip.tv, Facebook video, Escapist magazine and many \ more For a complete list, check http://rg3.github.io/youtube-dl/supportedsites.html" -HOMEPAGE="http://sourceforge.net/projects/ubertuber/" -SOURCE_URI="git://git.code.sf.net/p/ubertuber/code#ed00f7c8124657e1413f1f3b81eb4a2a63ca4de2" -LICENSE="MIT" +HOMEPAGE="http://humdingerb.github.io/ubertuber/" COPYRIGHT="2011-2015 Humdinger" -REVISION="1" +LICENSE="MIT" +REVISION="2" +SOURCE_URI="https://github.com/humdingerb/ubertuber/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="afb1dd028af83ab88004f1cc673d143adcd00b65d0675e1109c51409bcbd612d" + ARCHITECTURES="x86_gcc2 x86 x86_64" PROVIDES=" @@ -32,6 +34,7 @@ REQUIRES=" haiku cmd:youtube_dl " + BUILD_REQUIRES=" haiku_devel "