Skip to content

Commit

Permalink
PodmanDesktop: fix GitHub url (moved to https://github.com/podman-des…
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rhard committed Dec 10, 2024
1 parent 5991c9a commit 781aa36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Evergreen/Manifests/PodmanDesktop.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Name": "Podman Desktop",
"Source": "https://github.com/containers/podman-desktop",
"Source": "https://github.com/podman-desktop/podman-desktop",
"Get": {
"Uri": "https://api.github.com/repos/containers/podman-desktop/releases/latest",
"Uri": "https://api.github.com/repos/podman-desktop/podman-desktop/releases/latest",
"MatchVersion": "(\\d+(\\.\\d+){1,4}).*",
"MatchFileTypes": "\\.exe$"
},
Expand Down
8 changes: 4 additions & 4 deletions docs/apps.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 359 Supported applications

Evergreen `2412.1685` supports the following applications:


Evergreen `2412.1685` supports the following applications:

| Name | Application | Link |
| ------------------------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| 1Password | 1Password | https://1password.com/ |
Expand Down Expand Up @@ -281,7 +281,7 @@ Evergreen `2412.1685` supports the following applications:
| PlexHTPC | Plex HTPC | https://www.plex.tv/media-server-downloads/ |
| PlexMediaServer | Plex Media ServerDesktop | https://www.plex.tv/media-server-downloads/ |
| Podman | Podman | https://github.com/containers/podman |
| PodmanDesktop | Podman Desktop | https://github.com/containers/podman-desktop |
| PodmanDesktop | Podman Desktop | https://github.com/podman-desktop/podman-desktop |
| PositRStudio | Posit RStudio Desktop | https://posit.co/products/open-source/rstudio/ |
| Postman | Postman | https://www.getpostman.com/ |
| Praat | Praat | https://www.fon.hum.uva.nl/praat/ |
Expand Down
2 changes: 1 addition & 1 deletion tests/Private/Get-InstallerType.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Describe -Name "Get-InstallerType" {

It "Returns Airgap given an airgap URL" {
InModuleScope -ModuleName "Evergreen" {
$Url = "https://github.com/containers/podman-desktop/releases/download/v1.6.4/podman-desktop-airgap-1.6.4-x64.exe"
$Url = "https://github.com/podman-desktop/podman-desktop/releases/download/v1.14.2/podman-desktop-airgap-1.14.2-x64.exe"
Get-InstallerType -String $Url | Should -Be "Airgap"
}
}
Expand Down

0 comments on commit 781aa36

Please sign in to comment.