summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthynkon2020-09-15 18:31:03 +0200
committerthynkon2020-09-15 18:31:03 +0200
commit8713766ada52755f89416c0711f7c06a33192269 (patch)
tree72ec6bc2454c3a606dfd3ed2bb602260eafb6105
parent70b35dd2bd2b3f13ec263d48a50759f42120f648 (diff)
downloadaur-8713766ada52755f89416c0711f7c06a33192269.tar.gz
Updated to v. 1.1.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2e8c3ac5f63..c19671d5f94e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = joplin-appimage
pkgdesc = The latest pre-released AppImage of Joplin - a cross-platform note taking and to-do app
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/laurent22/joplin
arch = x86_64
license = MIT
options = !strip
- source = https://github.com/laurent22/joplin/releases/download/v1.1.1/Joplin-1.1.1.AppImage
- source = https://github.com/laurent22/joplin/raw/v1.1.1/LICENSE
- sha512sums = 6b68b7ab2415e7b05628ba3a7725a392fe0f1e5a639e3591f7e93c1cb32f6aaf0fd6e21e13bd2aba3b198fcb3fb9ae1b64755b88cebb71c17a096c1c451a7b50
+ source = https://github.com/laurent22/joplin/releases/download/v1.1.2/Joplin-1.1.2.AppImage
+ source = https://github.com/laurent22/joplin/raw/v1.1.2/LICENSE
+ sha512sums = a6f217f6ab3fccae5e1a16adb486ff6074f6cb5284aaa19d1573d9f3d858be1804d2039179fb0d993011c85f37def9294ec759b13d94522b63f5000da2bef0da
sha512sums = SKIP
pkgname = joplin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 91c91979646e..ee5acc111cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: thynkon <thynkon at protonmail dot com>
pkgname=joplin-appimage
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="The latest pre-released AppImage of Joplin - a cross-platform note taking and to-do app"
arch=('x86_64')
@@ -14,7 +14,7 @@ source=(
${url}/raw/v${pkgver}/LICENSE
)
sha512sums=(
- 6b68b7ab2415e7b05628ba3a7725a392fe0f1e5a639e3591f7e93c1cb32f6aaf0fd6e21e13bd2aba3b198fcb3fb9ae1b64755b88cebb71c17a096c1c451a7b50
+ a6f217f6ab3fccae5e1a16adb486ff6074f6cb5284aaa19d1573d9f3d858be1804d2039179fb0d993011c85f37def9294ec759b13d94522b63f5000da2bef0da
SKIP
)