summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthynkon2021-07-19 20:13:23 +0200
committerthynkon2021-07-19 20:13:23 +0200
commit7cdd2135094005373fb07031a5e036e0e116e727 (patch)
treea358495ea2aec3b8ae6d7d32faaa97f8082686a8
parent3cbfec9693441ea47b4ac0295667345348af345d (diff)
downloadaur-7cdd2135094005373fb07031a5e036e0e116e727.tar.gz
Update to v. 2.1.9-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98fa4ef757c0..e554bd183dc3 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.8
+ pkgver = 2.1.9
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.8/Joplin-2.1.8.AppImage
- source = https://github.com/laurent22/joplin/raw/v2.1.8/LICENSE
- sha512sums = f356f0df2a459cae514c49bf3a3bd7a61973c980bf13233ad71e9d55c5a5f16e26d05ecd5860832a9b81f4bda6e759486147160cff733f648816895511c84ad2
+ 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
sha512sums = SKIP
pkgname = joplin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index ea1f0e3e2fe8..6ca0c634db19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: thynkon <thynkon at protonmail dot com>
pkgname=joplin-appimage
-pkgver=2.1.8
+pkgver=2.1.9
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=(
- f356f0df2a459cae514c49bf3a3bd7a61973c980bf13233ad71e9d55c5a5f16e26d05ecd5860832a9b81f4bda6e759486147160cff733f648816895511c84ad2
+ 90223cfa9e011db0d3183ad5cce45e2ea95e2d28d13edb5bedade904de064b4f56862c4050a305995437998567a9b1f06bb7cd7daceb1b33fd3dff1c292f6366
SKIP
)