summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-11-20 15:17:32 +0800
committerzxp198210052024-11-20 15:17:32 +0800
commit838063b4622f7fd7a508610f7d2d851a54cac40d (patch)
treebd6f573c75b84fed3c4d0e4be24d60c1343a9b78
parent77fa3218d38049b42e0c6a4e54e890da52603363 (diff)
downloadaur-838063b4622f7fd7a508610f7d2d851a54cac40d.tar.gz
update to 3.0.21
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf3d5d9f45d3..35bf93b2161e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notesnook-electron-bin
pkgdesc = A fully open source & end-to-end encrypted note taking alternative to Evernote.(Prebuilt version.Use system-wide electron)
- pkgver = 3.0.20
+ pkgver = 3.0.21
pkgrel = 1
url = https://notesnook.com/
arch = aarch64
@@ -9,13 +9,13 @@ pkgbase = notesnook-electron-bin
makedepends = fuse2
makedepends = asar
depends = electron31
- provides = notesnook=3.0.20
+ provides = notesnook=3.0.21
conflicts = notesnook
source = notesnook-electron.sh
sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980
- source_aarch64 = notesnook-electron-3.0.20-aarch64.AppImage::https://github.com/streetwriters/notesnook/releases/download/v3.0.20/notesnook_linux_arm64.AppImage
- sha256sums_aarch64 = ac247aa7e4950cfe2bcc795c00836063667f2840a009506de93dc05b8a0acb84
- source_x86_64 = notesnook-electron-3.0.20-x86_64.AppImage::https://github.com/streetwriters/notesnook/releases/download/v3.0.20/notesnook_linux_x86_64.AppImage
- sha256sums_x86_64 = 2e07164d866ebddff2b66f7cc465594338c0d1d7e3586cb4ff1d040da82bb29e
+ source_aarch64 = notesnook-electron-3.0.21-aarch64.AppImage::https://github.com/streetwriters/notesnook/releases/download/v3.0.21/notesnook_linux_arm64.AppImage
+ sha256sums_aarch64 = 85336e51d4af21d5031f7337d02041f52348ada524461bee9c96b6a8efabd9f4
+ source_x86_64 = notesnook-electron-3.0.21-x86_64.AppImage::https://github.com/streetwriters/notesnook/releases/download/v3.0.21/notesnook_linux_x86_64.AppImage
+ sha256sums_x86_64 = 6a2720f6c1def5e460fb1492e0ec7c0161631c1831b50b75a82f6be4202cda69
pkgname = notesnook-electron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 46b5d118566d..23e1fc7bf293 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=notesnook
pkgname="${_pkgname}-electron-bin"
_appname=Notesnook
-pkgver=3.0.20
+pkgver=3.0.21
_electronversion=31
pkgrel=1
pkgdesc="A fully open source & end-to-end encrypted note taking alternative to Evernote.(Prebuilt version.Use system-wide electron)"
@@ -28,8 +28,8 @@ source=(
"${pkgname%-bin}.sh"
)
sha256sums=('291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980')
-sha256sums_aarch64=('ac247aa7e4950cfe2bcc795c00836063667f2840a009506de93dc05b8a0acb84')
-sha256sums_x86_64=('2e07164d866ebddff2b66f7cc465594338c0d1d7e3586cb4ff1d040da82bb29e')
+sha256sums_aarch64=('85336e51d4af21d5031f7337d02041f52348ada524461bee9c96b6a8efabd9f4')
+sha256sums_x86_64=('6a2720f6c1def5e460fb1492e0ec7c0161631c1831b50b75a82f6be4202cda69')
build() {
sed -e "
s/@electronversion@/${_electronversion}/g