Add unbuilt joplin to updater-joplin-3.4.6 (#12574)

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-21 13:02:44 +10:00
committed by GitHub
parent 4b6054f929
commit 2ecc463d29

View File

@@ -3,12 +3,12 @@ require 'package'
class Joplin < Package
description 'Open source note-taking app'
homepage 'https://joplinapp.org/'
version '3.4.3'
version '3.4.6'
license 'AGPL-3.0'
compatibility 'x86_64'
min_glibc '2.28'
source_url "https://objects.joplinusercontent.com/v#{version}/Joplin-#{version}.AppImage"
source_sha256 '9575cda764702b1947a51ba0c25628ca8f8289d45553de858c202e1a1aa9ff66'
source_sha256 '573c09aefef5635ee2fdc7c761d9cf4841f83f75cddfcfec2a3827b265a5c575'
depends_on 'gtk3'
depends_on 'gdk_base'