joplin -> 3.6.3 in updater-joplin-3.6.3 — joplin: 3.6.2 → 3.6.3 (#14874)

* 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 <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-03-03 02:44:21 +00:00
committed by GitHub
parent 03001bddde
commit 7b92f48795
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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'