chore(devpod): add update script (#3724) (#3752)

(cherry picked from commit 18a5b2da05)

Co-authored-by: Alberto García <4411661+GarciaLnk@users.noreply.github.com>
This commit is contained in:
Raboneko
2025-03-04 10:53:17 -08:00
committed by GitHub
parent aadb2969cb
commit fd23aaee29
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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
@@ -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
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("loft-sh/devpod"));