diff --git a/.SRCINFO b/.SRCINFO index ee8d3ab..c1ee66f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = joplin - pkgver = 2.0.11 + pkgver = 2.1.7 pkgrel = 1 url = https://joplinapp.org/ install = joplin.install @@ -28,11 +28,11 @@ pkgbase = joplin source = joplin.desktop source = joplin-desktop.sh source = joplin.sh - source = joplin-2.0.11.tar.gz::https://github.com/laurent22/joplin/archive/v2.0.11.tar.gz + source = joplin-2.1.7.tar.gz::https://github.com/laurent22/joplin/archive/v2.1.7.tar.gz sha256sums = c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2 sha256sums = a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8 sha256sums = dc1236767ee055ea1d61f10e5266a23e70f3e611b405fe713ed24ca18ee9eeb5 - sha256sums = b435bd4be425a6dc90e80e5d38884b3b255d16bb2e322b052c842597ba899b5e + sha256sums = b8d4fedb636d41d93718e51fcd99a5d889471db3f86002d9f3c1d90fc386f68c pkgname = joplin pkgdesc = A note taking and to-do application with synchronization capabilities - CLI App diff --git a/PKGBUILD b/PKGBUILD index 1ce14e1..51c99cc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgbase="joplin" pkgname=('joplin' 'joplin-desktop') -pkgver=2.0.11 +pkgver=2.1.7 groups=('joplin') pkgrel=1 install="joplin.install" @@ -23,7 +23,7 @@ source=("joplin.desktop" "joplin-desktop.sh" "joplin.sh" sha256sums=('c7c5d8b0ff9edb810ed901ea21352c9830bfa286f3c18b1292deca5b2f8febd2' 'a450284fe66d89aa463d129ce8fff3a0a1a783a64209e4227ee47449d5737be8' 'dc1236767ee055ea1d61f10e5266a23e70f3e611b405fe713ed24ca18ee9eeb5' - 'b435bd4be425a6dc90e80e5d38884b3b255d16bb2e322b052c842597ba899b5e') + 'b8d4fedb636d41d93718e51fcd99a5d889471db3f86002d9f3c1d90fc386f68c') # local npm cache directory _npm_cache="npm-cache"