Skip to content

Commit 242a0fa

Browse files
author
github-actions
committed
Rebuild index
1 parent ffae0ed commit 242a0fa

File tree

2 files changed

+40
-14
lines changed

2 files changed

+40
-14
lines changed

index.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80302,10 +80302,10 @@
8030280302
},
8030380303
"com.github.dataJAR-recipes.munki.ExpressVPN": {
8030480304
"name": "ExpressVPN",
80305-
"description": "Downloads the latest version of the ExpressVPN and imports it into Munki.\n\nSet the DERIVE_MIN_OS variable to a non-empty string to set the minimum_os_version via MunkiInstallsItemsCreator.",
80305+
"description": "Downloads the latest version of the ExpressVPN and imports it into Munki.",
8030680306
"repo": "autopkg/dataJAR-recipes",
8030780307
"path": "ExpressVPN/ExpressVPN.munki.recipe",
80308-
"parent": "com.github.dataJAR-recipes.download.ExpressVPN",
80308+
"parent": "com.github.dataJAR-recipes.pkg.ExpressVPN",
8030980309
"shortname": "ExpressVPN.munki",
8031080310
"inferred_type": "munki",
8031180311
"app_display_name": "ExpressVPN",
@@ -80319,10 +80319,22 @@
8031980319
"shortname": "ExpressVPN.download",
8032080320
"inferred_type": "download",
8032180321
"children": [
80322-
"com.github.dataJAR-recipes.munki.ExpressVPN",
80322+
"com.github.dataJAR-recipes.pkg.ExpressVPN",
8032380323
"com.github.almenscorner.intune.ExpressVPN"
8032480324
]
8032580325
},
80326+
"com.github.dataJAR-recipes.pkg.ExpressVPN": {
80327+
"name": "ExpressVPN",
80328+
"description": "Downloads the latest version of ExpressVPN and creates a package.",
80329+
"repo": "autopkg/dataJAR-recipes",
80330+
"path": "ExpressVPN/ExpressVPN.pkg.recipe",
80331+
"parent": "com.github.dataJAR-recipes.download.ExpressVPN",
80332+
"shortname": "ExpressVPN.pkg",
80333+
"inferred_type": "pkg",
80334+
"children": [
80335+
"com.github.dataJAR-recipes.munki.ExpressVPN"
80336+
]
80337+
},
8032680338
"com.github.dataJAR-recipes.munki.Mu": {
8032780339
"name": "Mu",
8032880340
"description": "Downloads the current release version of Mu and imports into munki.",
@@ -95042,7 +95054,7 @@
9504295054
"parent": "com.github.hansen-m.download.Anaconda",
9504395055
"shortname": "Anaconda3.munki",
9504495056
"inferred_type": "munki",
95045-
"app_display_name": "%NAME%3",
95057+
"app_display_name": "Anaconda",
9504695058
"app_description": "Anaconda is the leading open data science platform powered by Python. The open source version of Anaconda is a high performance distribution of Python and R and includes over 100 of the most popular Python, R and Scala packages for data science.\nFor information about working with Anaconda have a look at the following documentation: <a href=\"https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html\" target=\"_blank\">Anaconda3 Documentation</a>"
9504795059
},
9504895060
"com.github.its-unibas.munki.erase-install": {
@@ -176081,6 +176093,10 @@
176081176093
"com.github.dataJAR-recipes.download.ExpressVPN",
176082176094
"com.github.moofit-recipes.download.ExpressVPN"
176083176095
],
176096+
"ExpressVPN.pkg": [
176097+
"com.github.dataJAR-recipes.pkg.ExpressVPN",
176098+
"com.github.moofit-recipes.pkg.ExpressVPN"
176099+
],
176084176100
"Mu.munki": [
176085176101
"com.github.dataJAR-recipes.munki.Mu"
176086176102
],
@@ -179788,9 +179804,6 @@
179788179804
"KeeperPasswordManager.download": [
179789179805
"com.github.moofit-recipes.download.KeeperPasswordManager"
179790179806
],
179791-
"ExpressVPN.pkg": [
179792-
"com.github.moofit-recipes.pkg.ExpressVPN"
179793-
],
179794179807
"Canva.pkg": [
179795179808
"com.github.moofit-recipes.pkg.Canva"
179796179809
],

v1/index.json

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80302,10 +80302,10 @@
8030280302
},
8030380303
"com.github.dataJAR-recipes.munki.ExpressVPN": {
8030480304
"name": "ExpressVPN",
80305-
"description": "Downloads the latest version of the ExpressVPN and imports it into Munki.\n\nSet the DERIVE_MIN_OS variable to a non-empty string to set the minimum_os_version via MunkiInstallsItemsCreator.",
80305+
"description": "Downloads the latest version of the ExpressVPN and imports it into Munki.",
8030680306
"repo": "autopkg/dataJAR-recipes",
8030780307
"path": "ExpressVPN/ExpressVPN.munki.recipe",
80308-
"parent": "com.github.dataJAR-recipes.download.ExpressVPN",
80308+
"parent": "com.github.dataJAR-recipes.pkg.ExpressVPN",
8030980309
"shortname": "ExpressVPN.munki",
8031080310
"inferred_type": "munki",
8031180311
"app_display_name": "ExpressVPN",
@@ -80319,10 +80319,22 @@
8031980319
"shortname": "ExpressVPN.download",
8032080320
"inferred_type": "download",
8032180321
"children": [
80322-
"com.github.dataJAR-recipes.munki.ExpressVPN",
80322+
"com.github.dataJAR-recipes.pkg.ExpressVPN",
8032380323
"com.github.almenscorner.intune.ExpressVPN"
8032480324
]
8032580325
},
80326+
"com.github.dataJAR-recipes.pkg.ExpressVPN": {
80327+
"name": "ExpressVPN",
80328+
"description": "Downloads the latest version of ExpressVPN and creates a package.",
80329+
"repo": "autopkg/dataJAR-recipes",
80330+
"path": "ExpressVPN/ExpressVPN.pkg.recipe",
80331+
"parent": "com.github.dataJAR-recipes.download.ExpressVPN",
80332+
"shortname": "ExpressVPN.pkg",
80333+
"inferred_type": "pkg",
80334+
"children": [
80335+
"com.github.dataJAR-recipes.munki.ExpressVPN"
80336+
]
80337+
},
8032680338
"com.github.dataJAR-recipes.munki.Mu": {
8032780339
"name": "Mu",
8032880340
"description": "Downloads the current release version of Mu and imports into munki.",
@@ -95042,7 +95054,7 @@
9504295054
"parent": "com.github.hansen-m.download.Anaconda",
9504395055
"shortname": "Anaconda3.munki",
9504495056
"inferred_type": "munki",
95045-
"app_display_name": "%NAME%3",
95057+
"app_display_name": "Anaconda",
9504695058
"app_description": "Anaconda is the leading open data science platform powered by Python. The open source version of Anaconda is a high performance distribution of Python and R and includes over 100 of the most popular Python, R and Scala packages for data science.\nFor information about working with Anaconda have a look at the following documentation: <a href=\"https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html\" target=\"_blank\">Anaconda3 Documentation</a>"
9504795059
},
9504895060
"com.github.its-unibas.munki.erase-install": {
@@ -176081,6 +176093,10 @@
176081176093
"com.github.dataJAR-recipes.download.ExpressVPN",
176082176094
"com.github.moofit-recipes.download.ExpressVPN"
176083176095
],
176096+
"ExpressVPN.pkg": [
176097+
"com.github.dataJAR-recipes.pkg.ExpressVPN",
176098+
"com.github.moofit-recipes.pkg.ExpressVPN"
176099+
],
176084176100
"Mu.munki": [
176085176101
"com.github.dataJAR-recipes.munki.Mu"
176086176102
],
@@ -179788,9 +179804,6 @@
179788179804
"KeeperPasswordManager.download": [
179789179805
"com.github.moofit-recipes.download.KeeperPasswordManager"
179790179806
],
179791-
"ExpressVPN.pkg": [
179792-
"com.github.moofit-recipes.pkg.ExpressVPN"
179793-
],
179794179807
"Canva.pkg": [
179795179808
"com.github.moofit-recipes.pkg.Canva"
179796179809
],

0 commit comments

Comments
 (0)