mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-06 22:24:12 -05:00
Joplin 3.5.7 => 3.5.9 (#13920)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Total size: 420681819
|
||||
# Total size: 421032502
|
||||
/usr/local/bin/joplin
|
||||
/usr/local/share/icons/hicolor/1024x1024/apps/joplin.png
|
||||
/usr/local/share/icons/hicolor/128x128/apps/joplin.png
|
||||
|
||||
@@ -3,12 +3,12 @@ require 'package'
|
||||
class Joplin < Package
|
||||
description 'Open source note-taking app'
|
||||
homepage 'https://joplinapp.org/'
|
||||
version '3.5.7'
|
||||
version '3.5.9'
|
||||
license 'AGPL-3.0'
|
||||
compatibility 'x86_64'
|
||||
min_glibc '2.28'
|
||||
source_url "https://objects.joplinusercontent.com/v#{version}/Joplin-#{version}.AppImage"
|
||||
source_sha256 'b874d9319c3f46d060c088eff99e462ad79e6c2bf90b789a1078f4a6eec43fe7'
|
||||
source_sha256 'eb0a27fa5777077c23b290f829812bab3941b8ce04717d8ead75edceaa8e8ece'
|
||||
|
||||
depends_on 'gtk3'
|
||||
depends_on 'gdk_base'
|
||||
|
||||
2
tests/package/j/joplin
Executable file
2
tests/package/j/joplin
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
joplin
|
||||
Reference in New Issue
Block a user