From b425ebc1665b162a6800832bc11c593a94e34afa Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 9 Jun 2024 16:17:54 +0200 Subject: [PATCH] clipdinger: quick fix I forgot to uncomment minimizing the window on start that I did for debugging... damn. --- haiku-apps/clipdinger/clipdinger-1.2.3.recipe | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/haiku-apps/clipdinger/clipdinger-1.2.3.recipe b/haiku-apps/clipdinger/clipdinger-1.2.3.recipe index c0fd3bfe1..1425ab72d 100644 --- a/haiku-apps/clipdinger/clipdinger-1.2.3.recipe +++ b/haiku-apps/clipdinger/clipdinger-1.2.3.recipe @@ -22,10 +22,11 @@ Please see the ReadMe available from the Help menu for more details." HOMEPAGE="https://github.com/humdingerb/clipdinger" COPYRIGHT="2015-2024 Humdinger" LICENSE="MIT" -REVISION="1" -SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="cfa0ccd905fbd7f3aa40a76390f543dd84f7ff27f7f73359178689f7e4b34579" -SOURCE_DIR="clipdinger-$portVersion" +REVISION="2" +srcGitRev="30b3d9a86b235644b2c97917cf004f128910c9d1" +SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz" +CHECKSUM_SHA256="3471076a590b361eeee0f733b3c79c78e82bc71f0da8b9a1c28b5eedd6da59ff" +SOURCE_DIR="clipdinger-$srcGitRev" ARCHITECTURES="all"