diff --git a/Evergreen/Manifests/PodmanDesktop.json b/Evergreen/Manifests/PodmanDesktop.json index b7ea822f..9f0b774f 100644 --- a/Evergreen/Manifests/PodmanDesktop.json +++ b/Evergreen/Manifests/PodmanDesktop.json @@ -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$" }, diff --git a/docs/apps.md b/docs/apps.md index 4242d268..e8b9710d 100644 --- a/docs/apps.md +++ b/docs/apps.md @@ -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/ | @@ -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/ | diff --git a/tests/Private/Get-InstallerType.Tests.ps1 b/tests/Private/Get-InstallerType.Tests.ps1 index 65b51fb5..496e5813 100644 --- a/tests/Private/Get-InstallerType.Tests.ps1 +++ b/tests/Private/Get-InstallerType.Tests.ps1 @@ -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" } }