summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMário Ferreira2023-12-24 16:47:06 +0100
committerMário Ferreira2023-12-24 16:47:06 +0100
commitbb17218c62124683c0306d89bc01aa9403ff634a (patch)
tree140aad303be3e00a0ae715e71cc32ae3ecc7d050
parent3bccadd265c2d7feac98d6bd6ee2abb04dca6c5b (diff)
downloadaur-bb17218c62124683c0306d89bc01aa9403ff634a.tar.gz
Update to v. 2.13.11-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb34a4de897c..bdd01ca3299d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = joplin-appimage
pkgdesc = The latest stable AppImage of Joplin - a cross-platform note taking and to-do app
- pkgver = 2.13.9
+ pkgver = 2.13.11
pkgrel = 1
url = https://github.com/laurent22/joplin
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = joplin-appimage
depends = fuse2
conflicts = joplin-desktop
options = !strip
- source = https://github.com/laurent22/joplin/releases/download/v2.13.9/Joplin-2.13.9.AppImage
- source = https://github.com/laurent22/joplin/raw/v2.13.9/LICENSE
- sha512sums = b0adc12c4f85eced65e8d15fc524c219c8107b7058f5c1f9511c4a3caaf067f432da58743619dc62a0608c1815c48f108758d12a1a68faa7b2a1e194a651aac5
+ source = https://github.com/laurent22/joplin/releases/download/v2.13.11/Joplin-2.13.11.AppImage
+ source = https://github.com/laurent22/joplin/raw/v2.13.11/LICENSE
+ sha512sums = 7a32b3d5005589b25c19f6810fb9573ff3a2e4b201a3116b9209195aef1dd7480f279d90dd3f993d8d7613238f8f2e83d5fe207d1e53d9a1f3a5e55d984f1c24
sha512sums = SKIP
pkgname = joplin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 43251f9bd240..3601ccff5a58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: thynkon <thynkon at protonmail dot com>
pkgname=joplin-appimage
-pkgver=2.13.9
+pkgver=2.13.11
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=(
- b0adc12c4f85eced65e8d15fc524c219c8107b7058f5c1f9511c4a3caaf067f432da58743619dc62a0608c1815c48f108758d12a1a68faa7b2a1e194a651aac5
+ 7a32b3d5005589b25c19f6810fb9573ff3a2e4b201a3116b9209195aef1dd7480f279d90dd3f993d8d7613238f8f2e83d5fe207d1e53d9a1f3a5e55d984f1c24
SKIP
)
_filename="Joplin-${pkgver}.AppImage"