9 Commits

Author SHA1 Message Date
beba7b49e7 Update to v0.7.9-alpha 2025-06-26 12:10:33 +02:00
4dc34563f2 Update v0.7.8-alpha 2025-05-27 21:02:54 +02:00
b147abd08d Merge pull request #34 from RoboSats/Update/v0.7.7-alpha
v0.7.7-alpha
2025-05-04 16:35:23 +00:00
f9c5a41c45 v0.7.7-alpha 2025-05-04 18:34:52 +02:00
1227f95d29 Merge pull request #33 from RoboSats/Update/v0.7.6-alpha
Update v0.7.6-alpha
2025-04-09 10:54:58 +00:00
57404e40ad Update v0.7.6-alpha 2025-04-09 12:54:32 +02:00
d247820324 Merge pull request #32 from Start9Labs/update/v0.7.5-alpha
Update RoboSats v0.7.5-alpha
2025-03-24 08:05:45 +00:00
884eb2ec3d Update RoboSats v0.7.5-alpha 2025-03-23 23:05:44 -06:00
325a171934 Merge pull request #31 from RoboSats/Update/v0.7.5-alpha
Update v0.7.5-alpha
2025-03-23 08:59:07 +00:00
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM recksato/robosats-client:v0.7.5-alpha
FROM recksato/robosats-client:v0.7.9-alpha
RUN apk add bash curl sudo tini wget yq; \
rm -f /var/cache/apk/*

View File

@ -1,14 +1,14 @@
id: robosats
title: "RoboSats"
version: 0.7.5
version: 0.7.9
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.9-alpha [Release Notes](https://github.com/RoboSats/robosats/releases/tag/v0.7.9-alpha)
license: mit
wrapper-repo: "https://github.com/Start9Labs/robosats-startos"
upstream-repo: "https://github.com/RoboSats/robosats"
support-site: "https://github.com/Start9Labs/robosats-startos/issues"
marketing-site: "https://learn.robosats.com/"
donation-url: "https://learn.robosats.com/contribute/donate/"
marketing-site: "https://learn.robosats.org/"
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".
build: ["make"]
# Human readable descriptors for the service. These are used throughout the StartOS user interface, primarily in the marketplace.

View File

@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";
export const migration: T.ExpectedExports.migration =
compat.migrations.fromMapping({}, "0.7.5");
compat.migrations.fromMapping({}, "0.7.9");