From 70459c39e06bd06cd9e71bfc9c7d8b75d31ebb75 Mon Sep 17 00:00:00 2001 From: Remco Ros Date: Sat, 10 Feb 2024 11:53:43 +0000 Subject: [PATCH 1/2] prevents dialog windows from being maximized --- root/defaults/rc.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/root/defaults/rc.xml b/root/defaults/rc.xml index f6c78f6..64eaab2 100644 --- a/root/defaults/rc.xml +++ b/root/defaults/rc.xml @@ -694,7 +694,9 @@ + class="Sparrow" + title="Sparrow" + type="normal"> yes From c0ff5a2bb9fb9e307f8ef96d506dffc3d8aa31a2 Mon Sep 17 00:00:00 2001 From: Remco Ros Date: Sat, 10 Feb 2024 11:54:39 +0000 Subject: [PATCH 2/2] update yq --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f4f6e45..21422b5 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ SPARROW_VERSION := 1.8.2 SPARROW_DEBVERSION := 1.8.2-1 SPARROW_PGP_SIG := E94618334C674B40 -# sha256 hashes can be found in https://github.com/mikefarah/yq/releases/download/v4.40.5/checksums-bsd -YQ_VERSION := 4.40.5 -YQ_SHA_AMD64 := 0d6aaf1cf44a8d18fbc7ed0ef14f735a8df8d2e314c4cc0f0242d35c0a440c95 -YQ_SHA_ARM64 := 9431f0fa39a0af03a152d7fe19a86e42e9ff28d503ed4a70598f9261ec944a97 +# sha256 hashes can be found in https://github.com/mikefarah/yq/releases/download/v4.40.7/checksums-bsd +YQ_VERSION := 4.40.7 +YQ_SHA_AMD64 := 4f13ee9303a49f7e8f61e7d9c87402e07cc920ae8dfaaa8c10d7ea1b8f9f48ed +YQ_SHA_ARM64 := a84f2c8f105b70cd348c3bf14048aeb1665c2e7314cbe9aaff15479f268b8412 PKG_ID := $(shell yq e ".id" manifest.yaml) PKG_VERSION := $(shell yq e ".version" manifest.yaml)