Skip to content

Commit

Permalink
Rebuild index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 20, 2024
1 parent 6631c0d commit b06a2c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -79770,7 +79770,7 @@
},
"com.github.dataJAR-recipes.download.SoapUI": {
"name": "SoapUIInstaller",
"description": "Downloads the latest version of SoapUI.",
"description": "Downloads the latest version of SoapUI.\n\nTo download Apple Silicon use: \"arm64\" in the DOWNLOAD_ARCH variable\nTo download Intel use: \"x64\" in the DOWNLOAD_ARCH variable",
"repo": "autopkg/dataJAR-recipes",
"path": "SoapUI/SoapUI.download.recipe",
"shortname": "SoapUI.download",
Expand All @@ -79781,7 +79781,7 @@
},
"com.github.dataJAR-recipes.pkg.SoapUI": {
"name": "SoapUI",
"description": "Downloads the latest version of SoapUI and creates a package.",
"description": "Downloads the latest version of SoapUI and creates a package.\n\nFor Intel use: \"x86_64\" in the SUPPORTED_ARCH variable\nFor Apple Silicon use: \"arm64\" in the SUPPORTED_ARCH variable",
"repo": "autopkg/dataJAR-recipes",
"path": "SoapUI/SoapUI.pkg.recipe",
"parent": "com.github.dataJAR-recipes.download.SoapUI",
Expand All @@ -79793,7 +79793,7 @@
},
"com.github.dataJAR-recipes.munki.SoapUI": {
"name": "SoapUI",
"description": "Downloads the latest version of SoapUI and imports it into Munki.",
"description": "Downloads the latest version of SoapUI and imports it into Munki.\n\nFor Intel use: \"x86_64\" in the SUPPORTED_ARCH variable\nFor Apple Silicon use: \"arm64\" in the SUPPORTED_ARCH variable",
"repo": "autopkg/dataJAR-recipes",
"path": "SoapUI/SoapUI.munki.recipe",
"parent": "com.github.dataJAR-recipes.pkg.SoapUI",
Expand Down

0 comments on commit b06a2c4

Please sign in to comment.