summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthynkon2021-05-11 08:19:53 +0200
committerthynkon2021-05-11 08:19:53 +0200
commit086c6517384d2aa2cdbcebfeb5e5bf1aadc07abe (patch)
tree4b3c6813236588bb7a9ba28a9e51d364e3d45e06
parent70795dc45f69636182df693fe43c93429d46cda9 (diff)
downloadaur-086c6517384d2aa2cdbcebfeb5e5bf1aadc07abe.tar.gz
Update to v. 1.8.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b1289886803..dd95f8904981 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.4
+ pkgver = 1.8.5
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.4/Joplin-1.8.4.AppImage
- source = https://github.com/laurent22/joplin/raw/v1.8.4/LICENSE
- sha512sums = 16155f7fec28c32e87c5df5f43ee57a837399b8e3f0eaf5a2154dc9b1538a7606be300995ee580bd14971a250855832cc685e9299010a4deffb71b6d8aa3e27d
+ 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
sha512sums = SKIP
pkgname = joplin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index da07ea12b726..8a5892ac870b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: thynkon <thynkon at protonmail dot com>
pkgname=joplin-appimage
-pkgver=1.8.4
+pkgver=1.8.5
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=(
- 16155f7fec28c32e87c5df5f43ee57a837399b8e3f0eaf5a2154dc9b1538a7606be300995ee580bd14971a250855832cc685e9299010a4deffb71b6d8aa3e27d
+ 6a2e65a44a8f47460872013cb564b040aa6790ee01eba9d3ba6fc64de715185b3a5ed2075e6021971a6fc263c28b7613cd377af393c25cbc1504d483d6085102
SKIP
)