mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-19 01:03:26 +00:00
Update to v0.7.9-alpha
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM recksato/robosats-client:v0.7.8-alpha
|
FROM recksato/robosats-client:v0.7.9-alpha
|
||||||
RUN apk add bash curl sudo tini wget yq; \
|
RUN apk add bash curl sudo tini wget yq; \
|
||||||
rm -f /var/cache/apk/*
|
rm -f /var/cache/apk/*
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
id: robosats
|
id: robosats
|
||||||
title: "RoboSats"
|
title: "RoboSats"
|
||||||
version: 0.7.8
|
version: 0.7.9
|
||||||
release-notes: |
|
release-notes: |
|
||||||
* Updated to RoboSats v0.7.8-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.8-alpha)
|
* Updated to RoboSats v0.7.9-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.9-alpha)
|
||||||
license: mit
|
license: mit
|
||||||
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
|
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
|
||||||
upstream-repo: "https://github.com/RoboSats/robosats"
|
upstream-repo: "https://github.com/RoboSats/robosats"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { compat, types as T } from "../deps.ts";
|
import { compat, types as T } from "../deps.ts";
|
||||||
|
|
||||||
export const migration: T.ExpectedExports.migration =
|
export const migration: T.ExpectedExports.migration =
|
||||||
compat.migrations.fromMapping({}, "0.7.8");
|
compat.migrations.fromMapping({}, "0.7.9");
|
||||||
|
Reference in New Issue
Block a user