|
2420 | 2420 | "com.github.jss-recipes.jss.TheUnarchiver",
|
2421 | 2421 | "com.github.crystalllized.jss.TheUnarchiver",
|
2422 | 2422 | "com.github.autopkg.grahampugh-recipes.jamf.TheUnarchiver-pkg-upload",
|
2423 |
| - "com.github.autopkg.grahampugh-recipes.jamf.TheUnarchiver" |
| 2423 | + "com.github.autopkg.grahampugh-recipes.jamf.TheUnarchiver", |
| 2424 | + "com.github.davidbpirie.jamf-upload.TheUnarchiver" |
2424 | 2425 | ]
|
2425 | 2426 | },
|
2426 | 2427 | "com.github.autopkg.download.TheUnarchiver": {
|
@@ -134220,6 +134221,38 @@
|
134220 | 134221 | "com.github.davidbpirie.pkg.GoogleSanta"
|
134221 | 134222 | ]
|
134222 | 134223 | },
|
| 134224 | + "com.github.davidbpirie.jamf-upload.noTunes": { |
| 134225 | + "name": "noTunes", |
| 134226 | + "description": "Downloads the latest version of noTunes from GitHub as a zip file,\nunarchives the app, verifies the signature, builds a pkg, then\nuploads the package to Jamf Pro.\n\nJSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances\nSMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated\nin your AutoPkg preferences, override Input variables, or by\ncommand-line keys.\n", |
| 134227 | + "repo": "autopkg/davidbpirie-recipes", |
| 134228 | + "path": "noTunes/noTunes.jamf-upload.recipe.yaml", |
| 134229 | + "parent": "com.github.davidbpirie.pkg.noTunes", |
| 134230 | + "shortname": "noTunes.jamf-upload", |
| 134231 | + "inferred_type": "jamf-upload" |
| 134232 | + }, |
| 134233 | + "com.github.davidbpirie.download.noTunes": { |
| 134234 | + "name": "noTunes", |
| 134235 | + "description": "Downloads the latest version of noTunes from GitHub as a zip file,\nunarchives the app, and verifies the signature.\n", |
| 134236 | + "repo": "autopkg/davidbpirie-recipes", |
| 134237 | + "path": "noTunes/noTunes.download.recipe.yaml", |
| 134238 | + "shortname": "noTunes.download", |
| 134239 | + "inferred_type": "download", |
| 134240 | + "children": [ |
| 134241 | + "com.github.davidbpirie.pkg.noTunes" |
| 134242 | + ] |
| 134243 | + }, |
| 134244 | + "com.github.davidbpirie.pkg.noTunes": { |
| 134245 | + "name": "noTunes", |
| 134246 | + "description": "Downloads the latest version of noTunes from GitHub as a zip file,\nunarchives the app, verifies the signature, then builds a pkg.\n", |
| 134247 | + "repo": "autopkg/davidbpirie-recipes", |
| 134248 | + "path": "noTunes/noTunes.pkg.recipe.yaml", |
| 134249 | + "parent": "com.github.davidbpirie.download.noTunes", |
| 134250 | + "shortname": "noTunes.pkg", |
| 134251 | + "inferred_type": "pkg", |
| 134252 | + "children": [ |
| 134253 | + "com.github.davidbpirie.jamf-upload.noTunes" |
| 134254 | + ] |
| 134255 | + }, |
134223 | 134256 | "com.github.davidbpirie.jamf-upload.VLC": {
|
134224 | 134257 | "name": "VLC",
|
134225 | 134258 | "description": "Downloads latest VLC disk image and builds a package, then uploads\nthe package to Jamf Pro.\n\nJSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances\nSMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated\nin your AutoPkg preferences, override Input variables, or by\ncommand-line keys.\n",
|
@@ -134393,6 +134426,15 @@
|
134393 | 134426 | "shortname": "FontBase.jamf-upload",
|
134394 | 134427 | "inferred_type": "jamf-upload"
|
134395 | 134428 | },
|
| 134429 | + "com.github.davidbpirie.jamf-upload.TheUnarchiver": { |
| 134430 | + "name": "TheUnarchiver", |
| 134431 | + "description": "Downloads the current release version of 'The Unarchiver' and builds\na package, then uploads the package to Jamf Pro.\n\nJSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances\nSMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated\nin your AutoPkg preferences, override Input variables, or by\ncommand-line keys.\n", |
| 134432 | + "repo": "autopkg/davidbpirie-recipes", |
| 134433 | + "path": "The Unarchiver/TheUnarchiver.jamf-upload.recipe.yaml", |
| 134434 | + "parent": "com.github.autopkg.pkg.TheUnarchiver", |
| 134435 | + "shortname": "TheUnarchiver.jamf-upload", |
| 134436 | + "inferred_type": "jamf-upload" |
| 134437 | + }, |
134396 | 134438 | "com.github.davidbpirie.jamf-upload.FxFactory": {
|
134397 | 134439 | "name": "FxFactory",
|
134398 | 134440 | "description": "Downloads the latest version of FxFactory, then uploads the package\nto Jamf Pro.\n\nJSS_URL, API_USERNAME, and API_PASSWORD, and for non-cloud instances\nSMB_URL, SMB_USERNAME and SMB_PASSWORD, are expected to be populated\nin your AutoPkg preferences, override Input variables, or by\ncommand-line keys.\n",
|
@@ -173141,6 +173183,15 @@
|
173141 | 173183 | "GoogleSanta.download": [
|
173142 | 173184 | "com.github.davidbpirie.download.GoogleSanta"
|
173143 | 173185 | ],
|
| 173186 | + "noTunes.jamf-upload": [ |
| 173187 | + "com.github.davidbpirie.jamf-upload.noTunes" |
| 173188 | + ], |
| 173189 | + "noTunes.download": [ |
| 173190 | + "com.github.davidbpirie.download.noTunes" |
| 173191 | + ], |
| 173192 | + "noTunes.pkg": [ |
| 173193 | + "com.github.davidbpirie.pkg.noTunes" |
| 173194 | + ], |
173144 | 173195 | "VLC.jamf-upload": [
|
173145 | 173196 | "com.github.davidbpirie.jamf-upload.VLC"
|
173146 | 173197 | ],
|
@@ -173186,6 +173237,9 @@
|
173186 | 173237 | "FontBase.jamf-upload": [
|
173187 | 173238 | "com.github.davidbpirie.jamf-upload.FontBase"
|
173188 | 173239 | ],
|
| 173240 | + "TheUnarchiver.jamf-upload": [ |
| 173241 | + "com.github.davidbpirie.jamf-upload.TheUnarchiver" |
| 173242 | + ], |
173189 | 173243 | "FxFactory.jamf-upload": [
|
173190 | 173244 | "com.github.davidbpirie.jamf-upload.FxFactory"
|
173191 | 173245 | ],
|
|
0 commit comments