From b9889925aa965f938342d5f2eb3278232633402e Mon Sep 17 00:00:00 2001 From: reid Date: Sun, 15 Jan 2023 17:49:23 -0600 Subject: [PATCH] Hotfix for Urbit (#371) Co-authored-by: NativePlanet CICD --- urbit/docker-compose.yml | 2 +- urbit/umbrel-app.yml | 86 ++++++++++++++++++++-------------------- 2 files changed, 43 insertions(+), 45 deletions(-) diff --git a/urbit/docker-compose.yml b/urbit/docker-compose.yml index 5224d98..844368c 100644 --- a/urbit/docker-compose.yml +++ b/urbit/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_PORT: 8090 manager: - image: mopfelwinrux/urbit-umbrel:v1.16@sha256:db8298119357dafee04ff96188d87250c2104d50c357b8b6458ae1cb61b9246a + image: mopfelwinrux/urbit-umbrel:v1.16@sha256:f8c746b2c85336cbf5049ee88e2fea7c5aaa8d952da2a8a327cbeb0cfea06c41 ports: - "34343:34343" volumes: diff --git a/urbit/umbrel-app.yml b/urbit/umbrel-app.yml index f6a4421..af86273 100644 --- a/urbit/umbrel-app.yml +++ b/urbit/umbrel-app.yml @@ -1,44 +1,42 @@ -manifestVersion: 1 -id: urbit -category: Networking -name: Urbit -version: "v1.16" -tagline: Run Urbit on your Umbrel -description: >- - Urbit is a personal server for self-sovereign personal & networked - computing. Nock, a functional combinator, is built into Hoon, a system - programming language, used to implement Arvo, a deterministic operating - system, that communicates over Ames, a decentralized, encrypted P2P network. - - - This app helps you boot and manage Urbit instances on your Umbrel. It provides a simple management GUI, start and stop operations, and passes your +code through the interface. - - - If you are interested in purchasing an L2 planet checkout: subject.network/buy - - - Credit to ~timluc-miptev, ~master-forwex, ~sipsen-pilser & ~rivpyl-sidfyl -developer: ~mopfel-winrux & ~sitful-hatred -website: https://github.com/mopfel-winrux/urbit-umbrel -dependencies: [] -repo: https://github.com/mopfel-winrux/urbit-umbrel -support: https://github.com/mopfel-winrux/urbit-umbrel/issues -port: 8090 -gallery: - - 1.jpg - - 2.jpg - - 3.jpg -path: /launch -defaultUsername: umbrel -deterministicPassword: true -torOnly: false -submitter: ~mopfel-winrux -submission: https://github.com/getumbrel/umbrel/pull/1246 -releaseNotes: >- - Updated Urbit binary to v1.16 - - Arvo 417K - - Vere 1.16 - - This release is functionally equivalent to v1.15 but is built in the new Vere repo using Bazel instead of Nix with a new and improved release pipeline. It marks the successful extraction of the runtime from the Urbit monorepo. It also adds a new AArch64-specific macOS build and removes the Windows build. +manifestVersion: 1 +id: urbit +category: Networking +name: Urbit +version: "v1.16-hotfix1" +tagline: Run Urbit on your Umbrel +description: >- + Urbit is a personal server for self-sovereign personal & networked + computing. Nock, a functional combinator, is built into Hoon, a system + programming language, used to implement Arvo, a deterministic operating + system, that communicates over Ames, a decentralized, encrypted P2P network. + + + This app helps you boot and manage Urbit instances on your Umbrel. It provides a simple management GUI, start and stop operations, and passes your +code through the interface. + + + If you are interested in purchasing an L2 planet checkout: subject.network/buy + + + Credit to ~timluc-miptev, ~master-forwex, ~sipsen-pilser & ~rivpyl-sidfyl +developer: ~mopfel-winrux & ~sitful-hatred +website: https://github.com/mopfel-winrux/urbit-umbrel +dependencies: [] +repo: https://github.com/mopfel-winrux/urbit-umbrel +support: https://github.com/mopfel-winrux/urbit-umbrel/issues +port: 8090 +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +path: /launch +defaultUsername: umbrel +deterministicPassword: true +torOnly: false +submitter: ~mopfel-winrux +submission: https://github.com/getumbrel/umbrel/pull/1246 +releaseNotes: >- + - Updated Urbit binary to v1.16 + + - Fix URL with vere repo + + This release is functionally equivalent to v1.15 but is built in the new Vere repo using Bazel instead of Nix with a new and improved release pipeline. It marks the successful extraction of the runtime from the Urbit monorepo. It also adds a new AArch64-specific macOS build and removes the Windows build.