Skip to content

Commit

Permalink
Merge pull request #13 from remcoros/sparrow_1.8.6
Browse files Browse the repository at this point in the history
Update to Sparrow 1.8.6
  • Loading branch information
remcoros committed Apr 24, 2024
2 parents ba86199 + 6a75106 commit 079776e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -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" );

0 comments on commit 079776e

Please sign in to comment.