From 26b8a86e6be838704128cdd3483773cd1840bd01 Mon Sep 17 00:00:00 2001 From: Remco Ros Date: Thu, 7 Mar 2024 21:53:37 +0000 Subject: [PATCH] update to Sparrow 1.8.4 --- Makefile | 4 ++-- manifest.yaml | 4 ++-- scripts/procedures/migrations.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b963a6b..a762682 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -SPARROW_VERSION := 1.8.3 -SPARROW_DEBVERSION := 1.8.3-1 +SPARROW_VERSION := 1.8.4 +SPARROW_DEBVERSION := 1.8.4-1 SPARROW_PGP_SIG := E94618334C674B40 # sha256 hashes can be found in https://github.com/mikefarah/yq/releases/download/v4.40.7/checksums-bsd YQ_VERSION := 4.40.7 diff --git a/manifest.yaml b/manifest.yaml index 34a7d01..0709e79 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,8 +1,8 @@ id: sparrow-webtop title: "Sparrow" -version: 1.8.3.1 +version: 1.8.4.1 release-notes: | - * Update to Sparrow 1.8.3 - See [full changelog](https://github.com/sparrowwallet/sparrow/releases/tag/1.8.3) + * Update to Sparrow 1.8.4 - See [full changelog](https://github.com/sparrowwallet/sparrow/releases/tag/1.8.4) license: GPLv3 wrapper-repo: "https://github.com/remcoros/sparrow-webtop-startos" upstream-repo: "https://github.com/sparrowwallet/sparrow" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index d24dae9..969866b 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -1,4 +1,4 @@ import { compat, types as T } from "../deps.ts"; export const migration: T.ExpectedExports.migration = compat.migrations - .fromMapping({}, "1.8.3.1" ); + .fromMapping({}, "1.8.4.1" );