mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2026-01-26 20:55:39 +00:00
Compare commits
4 Commits
Update/v0.
...
Update/v0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
57404e40ad
|
|||
| d247820324 | |||
| 884eb2ec3d | |||
| 325a171934 |
@ -1,4 +1,4 @@
|
|||||||
FROM recksato/robosats-client:v0.7.5-alpha
|
FROM recksato/robosats-client:v0.7.6-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,14 +1,14 @@
|
|||||||
id: robosats
|
id: robosats
|
||||||
title: "RoboSats"
|
title: "RoboSats"
|
||||||
version: 0.7.5
|
version: 0.7.6
|
||||||
release-notes: |
|
release-notes: |
|
||||||
* Updated to RoboSats v0.7.5-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.5-alpha)
|
* Updated to RoboSats v0.7.6-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.6-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"
|
||||||
support-site: "https://github.com/Start9Labs/robosats-startos/issues"
|
support-site: "https://github.com/Start9Labs/robosats-startos/issues"
|
||||||
marketing-site: "https://learn.robosats.com/"
|
marketing-site: "https://learn.robosats.org/"
|
||||||
donation-url: "https://learn.robosats.com/contribute/donate/"
|
donation-url: "https://robosats.org/contribute/donate/"
|
||||||
# The series of commands to build the project into an s9pk for arm64/v8. In this case we are using a Makefile with the simple build command "make".
|
# The series of commands to build the project into an s9pk for arm64/v8. In this case we are using a Makefile with the simple build command "make".
|
||||||
build: ["make"]
|
build: ["make"]
|
||||||
# Human readable descriptors for the service. These are used throughout the StartOS user interface, primarily in the marketplace.
|
# Human readable descriptors for the service. These are used throughout the StartOS user interface, primarily in the marketplace.
|
||||||
|
|||||||
@ -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.5");
|
compat.migrations.fromMapping({}, "0.7.6");
|
||||||
|
|||||||
Reference in New Issue
Block a user