From afaca72ded9a9be7dff136abade58c513c15ca59 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:53:37 -0800 Subject: [PATCH] chore(devpod): add update script (#3724) (#3753) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 18a5b2da05a39ac3ead607447dd99663f97e089c) Co-authored-by: Alberto GarcĂ­a <4411661+GarciaLnk@users.noreply.github.com> --- anda/devs/devpod/DevPod.desktop | 2 +- anda/devs/devpod/golang-github-loft-sh-devpod.spec | 4 ++-- anda/devs/devpod/update.rhai | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 anda/devs/devpod/update.rhai diff --git a/anda/devs/devpod/DevPod.desktop b/anda/devs/devpod/DevPod.desktop index eba6b7fc2a..3b00d4d64a 100644 --- a/anda/devs/devpod/DevPod.desktop +++ b/anda/devs/devpod/DevPod.desktop @@ -2,7 +2,7 @@ Version=1.0 Type=Application Name=DevPod -Comment=DevPod +Comment=Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker Exec=/usr/bin/DevPod Icon=devpod.png Terminal=false diff --git a/anda/devs/devpod/golang-github-loft-sh-devpod.spec b/anda/devs/devpod/golang-github-loft-sh-devpod.spec index 578ecc23c3..2689afe4a3 100644 --- a/anda/devs/devpod/golang-github-loft-sh-devpod.spec +++ b/anda/devs/devpod/golang-github-loft-sh-devpod.spec @@ -3,7 +3,7 @@ # https://github.com/loft-sh/devpod %global goipath github.com/loft-sh/devpod -Version: 0.6.9 +Version: 0.6.13 %gometa -f @@ -17,7 +17,7 @@ and lets you use any cloud, kubernetes or just localhost docker.} loadtest/README.md Name: devpod -Release: %autorelease +Release: 1%?dist Summary: Codespaces but open-source, client-only and unopinionated: Works with any IDE and lets you use any cloud, kubernetes or just localhost docker Provides: golang-github-loft-sh-devpod BuildRequires: anda-srpm-macros mold diff --git a/anda/devs/devpod/update.rhai b/anda/devs/devpod/update.rhai new file mode 100644 index 0000000000..5e61578aae --- /dev/null +++ b/anda/devs/devpod/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("loft-sh/devpod"));