From 6a7510677846159734512e5fbd95bf2434727610 Mon Sep 17 00:00:00 2001 From: Remco Ros Date: Wed, 24 Apr 2024 16:03:01 +0000 Subject: [PATCH] chore: update to Sparrow 1.8.6 --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Makefile | 4 ++-- manifest.yaml | 5 ++--- scripts/procedures/migrations.ts | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e61802..b6615be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-d274027d-ls53 AS buildstage +FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-970af303-ls54 AS buildstage # these are specified in Makefile ARG ARCH diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index f2bd56b..9eed1ae 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,4 +1,4 @@ -FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-debianbookworm-d274027d-ls53 AS buildstage +FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-debianbookworm-970af303-ls54 AS buildstage # these are specified in Makefile ARG ARCH diff --git a/Makefile b/Makefile index 56351ab..075cd52 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -SPARROW_VERSION := 1.8.5 -SPARROW_DEBVERSION := 1.8.5-1 +SPARROW_VERSION := 1.8.6 +SPARROW_DEBVERSION := 1.8.6-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 fc6bb98..2476532 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,9 +1,8 @@ id: sparrow-webtop title: "Sparrow" -version: 1.8.5.2 +version: 1.8.6 release-notes: | - * Update to Sparrow 1.8.5 - See [full changelog](https://github.com/sparrowwallet/sparrow/releases/tag/1.8.5) - * Update and pin docker base image to specific debian version + * Update to Sparrow 1.8.6 - See [full changelog](https://github.com/sparrowwallet/sparrow/releases/tag/1.8.6) 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 d4d74b9..7467cc4 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.5.2" ); + .fromMapping({}, "1.8.6" );