summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-05-06 00:32:13 +0200
committerbegin-theadventure2024-05-06 00:32:13 +0200
commitee5bd5c0276a56b2bd6cc76fcc3122309faa2b51 (patch)
treeed5335bf342cf9d64d804e863cd1f822ac50ec63
parent6f76f899536e3dd182be9a90fe0a710e9ba31a59 (diff)
downloadaur-ee5bd5c0276a56b2bd6cc76fcc3122309faa2b51.tar.gz
3.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8941f25248ba..31ea0ac88734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notesnook-bin
pkgdesc = A fully open source & end-to-end encrypted note taking alternative to Evernote (binary release)
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/streetwriters/notesnook
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = notesnook-bin
depends = nss
provides = notesnook
conflicts = notesnook
- source_x86_64 = notesnook_linux_x86_64-3.0.1.AppImage::https://github.com/streetwriters/notesnook/releases/download/v3.0.1/notesnook_linux_x86_64.AppImage
- sha256sums_x86_64 = 4393ef88b5bd9829aa6527bbace14d60a103450126745f38029706ef6b1a9c11
- source_aarch64 = notesnook_linux_x86_64-3.0.1.AppImage::https://github.com/streetwriters/notesnook/releases/download/v3.0.1/notesnook_linux_arm64.AppImage
+ source_x86_64 = notesnook_linux_x86_64-3.0.2.AppImage::https://github.com/streetwriters/notesnook/releases/download/v3.0.2/notesnook_linux_x86_64.AppImage
+ sha256sums_x86_64 = 1cb34c43f7976f94a14d64ab9976b35ce33d623b3fc6697297fc3eee324b806f
+ source_aarch64 = notesnook_linux_x86_64-3.0.2.AppImage::https://github.com/streetwriters/notesnook/releases/download/v3.0.2/notesnook_linux_arm64.AppImage
sha256sums_aarch64 = SKIP
pkgname = notesnook-bin
diff --git a/PKGBUILD b/PKGBUILD
index ee3423e3360a..4de8a32cd449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=notesnook-bin
pkgdesc="A fully open source & end-to-end encrypted note taking alternative to Evernote (binary release)"
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
url="https://github.com/streetwriters/notesnook"
license=('GPL-3.0-or-later')
@@ -17,7 +17,7 @@ conflicts=("notesnook")
_appimage="notesnook_linux_$CARCH-$pkgver.AppImage"
source_x86_64=("$_appimage::$url/releases/download/v$pkgver/notesnook_linux_x86_64.AppImage")
source_aarch64=("$_appimage::$url/releases/download/v$pkgver/notesnook_linux_arm64.AppImage")
-sha256sums_x86_64=('4393ef88b5bd9829aa6527bbace14d60a103450126745f38029706ef6b1a9c11')
+sha256sums_x86_64=('1cb34c43f7976f94a14d64ab9976b35ce33d623b3fc6697297fc3eee324b806f')
sha256sums_aarch64=('SKIP')