File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 33
33
cp index.html vnc.html && \
34
34
mkdir Downloads
35
35
36
- FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-7784e3cf-ls114 AS buildstage
36
+ FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-64c54f55-ls117 AS buildstage
37
37
38
38
# these are specified in Makefile
39
39
ARG ARCH
Original file line number Diff line number Diff line change 38
38
cp index.html vnc.html && \
39
39
mkdir Downloads
40
40
41
- FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-debianbookworm-7784e3cf-ls114 AS buildstage
41
+ FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-debianbookworm-64c54f55-ls117 AS buildstage
42
42
43
43
# these are specified in Makefile
44
44
ARG ARCH
Original file line number Diff line number Diff line change 1
- SPARROW_VERSION := 2.2.2
2
- SPARROW_DEBVERSION := 2.2.2 -1
1
+ SPARROW_VERSION := 2.2.3
2
+ SPARROW_DEBVERSION := 2.2.3 -1
3
3
SPARROW_PGP_SIG := E94618334C674B40
4
4
# sha256 hashes can be found in https://github.com/mikefarah/yq/releases/download/v4.40.7/checksums-bsd
5
5
YQ_VERSION := 4.40.7
Original file line number Diff line number Diff line change 1
1
id : sparrow-webtop
2
2
title : " Sparrow"
3
- version : 2.2.2
3
+ version : 2.2.3
4
4
release-notes : |
5
- * Update Sparrow to 2.2.2 - [Release Notes](https://github.com/sparrowwallet/sparrow/releases/tag/2.2.2)
6
- * Update Sparrow to 2.2.1 - [Release Notes](https://github.com/sparrowwallet/sparrow/releases/tag/2.2.1)
5
+ * Update Sparrow to 2.2.3 - [Release Notes](https://github.com/sparrowwallet/sparrow/releases/tag/2.2.3)
7
6
* Update Sparrow to 2.2.0 - [Release Notes](https://github.com/sparrowwallet/sparrow/releases/tag/2.2.0)
8
7
license : GPLv3
9
8
wrapper-repo : " https://github.com/remcoros/sparrow-webtop-startos"
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ export const migration: T.ExpectedExports.migration = compat.migrations
20
20
{ version : "2.0.0.1" , type : "down" } ,
21
21
) ,
22
22
} ,
23
- } , "2.2.2 " ) ;
23
+ } , "2.2.3 " ) ;
You can’t perform that action at this time.
0 commit comments