Skip to content

Commit 3f80a95

Browse files
author
github-actions
committed
Rebuild index
1 parent 0fe8c09 commit 3f80a95

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

index.json

+55-1
Original file line numberDiff line numberDiff line change
@@ -2420,7 +2420,8 @@
24202420
"com.github.jss-recipes.jss.TheUnarchiver",
24212421
"com.github.crystalllized.jss.TheUnarchiver",
24222422
"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"
24242425
]
24252426
},
24262427
"com.github.autopkg.download.TheUnarchiver": {
@@ -134220,6 +134221,38 @@
134220134221
"com.github.davidbpirie.pkg.GoogleSanta"
134221134222
]
134222134223
},
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+
},
134223134256
"com.github.davidbpirie.jamf-upload.VLC": {
134224134257
"name": "VLC",
134225134258
"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 @@
134393134426
"shortname": "FontBase.jamf-upload",
134394134427
"inferred_type": "jamf-upload"
134395134428
},
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+
},
134396134438
"com.github.davidbpirie.jamf-upload.FxFactory": {
134397134439
"name": "FxFactory",
134398134440
"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 @@
173141173183
"GoogleSanta.download": [
173142173184
"com.github.davidbpirie.download.GoogleSanta"
173143173185
],
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+
],
173144173195
"VLC.jamf-upload": [
173145173196
"com.github.davidbpirie.jamf-upload.VLC"
173146173197
],
@@ -173186,6 +173237,9 @@
173186173237
"FontBase.jamf-upload": [
173187173238
"com.github.davidbpirie.jamf-upload.FontBase"
173188173239
],
173240+
"TheUnarchiver.jamf-upload": [
173241+
"com.github.davidbpirie.jamf-upload.TheUnarchiver"
173242+
],
173189173243
"FxFactory.jamf-upload": [
173190173244
"com.github.davidbpirie.jamf-upload.FxFactory"
173191173245
],

0 commit comments

Comments
 (0)