summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthynkon2021-05-15 22:30:24 +0200
committerthynkon2021-05-15 22:30:24 +0200
commit8f76760d973740af4fe61a480ea5f7de9121ef54 (patch)
tree7301b1acd5962927a67fd9e974e4e6e6c5825e39
parent086c6517384d2aa2cdbcebfeb5e5bf1aadc07abe (diff)
downloadaur-8f76760d973740af4fe61a480ea5f7de9121ef54.tar.gz
Update to v. 2.0.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd95f8904981..4d04115cde2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = joplin-appimage
pkgdesc = The latest pre-released AppImage of Joplin - a cross-platform note taking and to-do app
- pkgver = 1.8.5
+ pkgver = 2.0.1
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/v1.8.5/Joplin-1.8.5.AppImage
- source = https://github.com/laurent22/joplin/raw/v1.8.5/LICENSE
- sha512sums = 6a2e65a44a8f47460872013cb564b040aa6790ee01eba9d3ba6fc64de715185b3a5ed2075e6021971a6fc263c28b7613cd377af393c25cbc1504d483d6085102
+ source = https://github.com/laurent22/joplin/releases/download/v2.0.1/Joplin-2.0.1.AppImage
+ source = https://github.com/laurent22/joplin/raw/v2.0.1/LICENSE
+ sha512sums = 15b7bf8969bed18f534f69174952c42935324a00125eba7a936bdb1105a017d25d93f4404baa917ae15e2421839273f828d5986a93a41100afaae60478718942
sha512sums = SKIP
pkgname = joplin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 8a5892ac870b..2f0133e83722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: thynkon <thynkon at protonmail dot com>
pkgname=joplin-appimage
-pkgver=1.8.5
+pkgver=2.0.1
pkgrel=1
pkgdesc="The latest pre-released 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=(
- 6a2e65a44a8f47460872013cb564b040aa6790ee01eba9d3ba6fc64de715185b3a5ed2075e6021971a6fc263c28b7613cd377af393c25cbc1504d483d6085102
+ 15b7bf8969bed18f534f69174952c42935324a00125eba7a936bdb1105a017d25d93f4404baa917ae15e2421839273f828d5986a93a41100afaae60478718942
SKIP
)