From 7b92f487954efe0fafea55428e7bd3169ec42380 Mon Sep 17 00:00:00 2001 From: "chromebrew-actions[bot]" <220035932+chromebrew-actions[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:44:21 +0000 Subject: [PATCH] =?UTF-8?q?joplin=20->=203.6.3=20in=20updater-joplin-3.6.3?= =?UTF-8?q?=20=E2=80=94=20joplin:=203.6.2=20=E2=86=92=203.6.3=20(#14874)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * joplin -> 3.6.3 in updater-joplin-3.6.3 * updater-joplin-3.6.3: Package File Update Run on linux/amd64 container. --------- Co-authored-by: github-merge-queue Co-authored-by: chromebrew-actions[bot] --- manifest/x86_64/j/joplin.filelist | 2 +- packages/joplin.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest/x86_64/j/joplin.filelist b/manifest/x86_64/j/joplin.filelist index 624766f798..993c376e95 100644 --- a/manifest/x86_64/j/joplin.filelist +++ b/manifest/x86_64/j/joplin.filelist @@ -1,4 +1,4 @@ -# Total size: 421944394 +# Total size: 422624749 /usr/local/bin/joplin /usr/local/share/icons/hicolor/1024x1024/apps/joplin.png /usr/local/share/icons/hicolor/128x128/apps/joplin.png diff --git a/packages/joplin.rb b/packages/joplin.rb index bd5e0f32bd..bb19bb74be 100644 --- a/packages/joplin.rb +++ b/packages/joplin.rb @@ -3,12 +3,12 @@ require 'package' class Joplin < Package description 'Open source note-taking app' homepage 'https://joplinapp.org/' - version '3.6.2' + version '3.6.3' license 'AGPL-3.0' compatibility 'x86_64' min_glibc '2.28' source_url "https://objects.joplinusercontent.com/v#{version}/Joplin-#{version}.AppImage" - source_sha256 '2674ade1a79c96d0db2ed9e20f7e70846d30c15a00a4958cfc134f7f4a1073a8' + source_sha256 '3812443143309b71658f2015ac92b4beee9b573cb0500b1738cbefb2bfed9b34' depends_on 'gtk3' depends_on 'gdk_base'