summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthynkon2021-08-12 13:44:55 +0200
committerthynkon2021-08-12 13:44:55 +0200
commit9903c8ee8bc76f0f075f55883c1bfdd2d83d56e7 (patch)
tree01fb962363a80f4da50ffbb28598b13c8b2823a9
parent0e40ee8c9ca2f6d22f23307ea369eb6e579f839e (diff)
downloadaur-9903c8ee8bc76f0f075f55883c1bfdd2d83d56e7.tar.gz
Update to v. 2.2.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d260cca9cfa..1b6d0ce902b4 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.2.6
+ pkgver = 2.2.7
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.2.6/Joplin-2.2.6.AppImage
- source = https://github.com/laurent22/joplin/raw/v2.2.6/LICENSE
- sha512sums = 90c8e5e74fd9b96da5d5e3ff28cd0f99d0893169495bef3f65baaffad046c642ba7736a2df75efe898d7ce41b2eaf26ebf36a87205ad4d5ab12c88c48b8ffdd1
+ source = https://github.com/laurent22/joplin/releases/download/v2.2.7/Joplin-2.2.7.AppImage
+ source = https://github.com/laurent22/joplin/raw/v2.2.7/LICENSE
+ sha512sums = ef0967107a2f88717ab0524f14111872c2cab6feb7d72572e28637fb19664bcd485aac1b91382d7b43222066fdc0e540d416d4f2c7fd458277faad2ddbb2e1a2
sha512sums = SKIP
pkgname = joplin-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 5d1d7486abfb..9521132a150a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: thynkon <thynkon at protonmail dot com>
pkgname=joplin-appimage
-pkgver=2.2.6
+pkgver=2.2.7
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=(
- 90c8e5e74fd9b96da5d5e3ff28cd0f99d0893169495bef3f65baaffad046c642ba7736a2df75efe898d7ce41b2eaf26ebf36a87205ad4d5ab12c88c48b8ffdd1
+ ef0967107a2f88717ab0524f14111872c2cab6feb7d72572e28637fb19664bcd485aac1b91382d7b43222066fdc0e540d416d4f2c7fd458277faad2ddbb2e1a2
SKIP
)