From fe7d95003173e422e1ecb82545bd465e367ddafa Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 27 Oct 2022 19:15:46 +0300 Subject: [PATCH 1/4] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=201.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- obsidian/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obsidian/lure.sh b/obsidian/lure.sh index bbe6e19..0794f27 100644 --- a/obsidian/lure.sh +++ b/obsidian/lure.sh @@ -1,6 +1,6 @@ name='obsidian' -version='1.0.0' -release='1' +version='1.0.3' +release='2' desc='A powerful knowledge base that works on top of a local folder of plain text Markdown files' homepage='https://obsidian.md/' architectures=('amd64') From 7d800ea96a8d2b4364e00bac5b4634f563601609 Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 27 Oct 2022 19:23:29 +0300 Subject: [PATCH 2/4] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20checksums?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- obsidian/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsidian/lure.sh b/obsidian/lure.sh index 0794f27..48f1115 100644 --- a/obsidian/lure.sh +++ b/obsidian/lure.sh @@ -12,7 +12,7 @@ deps_amd64=('zlib' 'hicolor-icon-theme' 'fuse3') build_deps=('npm') sources_amd64=("https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/obsidian-${version}.tar.gz") -checksums_amd64=('1f50a5f52073fe6c0df207b3164715e0ac48efec558d057602dc8b2b28d5a48f') +checksums_amd64=('329424e60e35f386640808cb539520d11796815003b244b542e31c9cf74da1fb') prepare() { cd ~/.npm From fce395367258eabe5427f4f93b4f277dcfc63e73 Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 27 Oct 2022 19:28:14 +0300 Subject: [PATCH 3/4] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=B8?= =?UTF-8?q?=D1=81=D1=82=D0=BE=D1=87=D0=BD=D0=B8=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- obsidian/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsidian/lure.sh b/obsidian/lure.sh index 48f1115..d058d4f 100644 --- a/obsidian/lure.sh +++ b/obsidian/lure.sh @@ -11,7 +11,7 @@ conflicts=('obsidian') deps_amd64=('zlib' 'hicolor-icon-theme' 'fuse3') build_deps=('npm') -sources_amd64=("https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/obsidian-${version}.tar.gz") +sources_amd64=("https://github.com/obsidianmd/obsidian-releases/releases/download/v${version}/${name}-${version}.tar.gz") checksums_amd64=('329424e60e35f386640808cb539520d11796815003b244b542e31c9cf74da1fb') prepare() { From d682a94aa98080f2a6469c40d6ff45bfee0c141a Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 27 Oct 2022 19:44:50 +0300 Subject: [PATCH 4/4] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20checksums?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noisetorch/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noisetorch/lure.sh b/noisetorch/lure.sh index 4c65207..6bd0a81 100644 --- a/noisetorch/lure.sh +++ b/noisetorch/lure.sh @@ -12,7 +12,7 @@ deps_amd64=('git' 'go') build_deps=('git' 'go') sources_amd64=("git+https://github.com/noisetorch/NoiseTorch.git#tag=v${version}") -checksums_amd64=('SKIP') +checksums_amd64=('4a30650314a6f83d979f3303d49618847ba58e39e3e26482dfe58b5e261c5611') prepare() { cd "${srcdir}/NoiseTorch"