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

This commit is contained in:
Alberto García
2025-03-04 08:44:22 +00:00
committed by GitHub
parent e0d648389d
commit 18a5b2da05
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"));