summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthynkon2021-08-11 09:34:38 +0200
committerthynkon2021-08-11 09:34:38 +0200
commit0e40ee8c9ca2f6d22f23307ea369eb6e579f839e (patch)
tree2cf5a0008585d5256dc4c5e03ade304f882e03f5
parent7cdd2135094005373fb07031a5e036e0e116e727 (diff)
downloadaur-0e40ee8c9ca2f6d22f23307ea369eb6e579f839e.tar.gz
Update to v. 2.2.6-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e554bd183dc3..8d260cca9cfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = joplin-appimage
pkgdesc = The latest stable AppImage of Joplin - a cross-platform note taking and to-do app
- pkgver = 2.1.9
+ pkgver = 2.2.6
pkgrel = 1
url = https://github.com/laurent22/joplin
arch = x86_64
license = MIT
depends = fuse2
options = !strip
- source = https://github.com/laurent22/joplin/releases/download/v2.1.9/Joplin-2.1.9.AppImage
- source = https://github.com/laurent22/joplin/raw/v2.1.9/LICENSE
- sha512sums = 90223cfa9e011db0d3183ad5cce45e2ea95e2d28d13edb5bedade904de064b4f56862c4050a305995437998567a9b1f06bb7cd7daceb1b33fd3dff1c292f6366
+ source = https://github.com/laurent22/joplin/releases/download/v2.2.6/Joplin-2.2.6.AppImage
+ source = https://github.com/laurent22/joplin/raw/v2.2.6/LICENSE
+ sha512sums = 90c8e5e74fd9b96da5d5e3ff28cd0f99d0893169495bef3f65baaffad046c642ba7736a2df75efe898d7ce41b2eaf26ebf36a87205ad4d5ab12c88c48b8ffdd1
sha512sums = SKIP
pkgname = joplin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 6ca0c634db19..5d1d7486abfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: thynkon <thynkon at protonmail dot com>
pkgname=joplin-appimage
-pkgver=2.1.9
+pkgver=2.2.6
pkgrel=1
pkgdesc="The latest stable AppImage of Joplin - a cross-platform note taking and to-do app"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=(
${url}/raw/v${pkgver}/LICENSE
)
sha512sums=(
- 90223cfa9e011db0d3183ad5cce45e2ea95e2d28d13edb5bedade904de064b4f56862c4050a305995437998567a9b1f06bb7cd7daceb1b33fd3dff1c292f6366
+ 90c8e5e74fd9b96da5d5e3ff28cd0f99d0893169495bef3f65baaffad046c642ba7736a2df75efe898d7ce41b2eaf26ebf36a87205ad4d5ab12c88c48b8ffdd1
SKIP
)