Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Syphon Recorder recipes #201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

homebysix
Copy link
Member

This PR updates the download hostname for Syphon Recorder.

Verbose recipe run output:

% autopkg run -vvq 'Syphon/SyphonRecorder.download.recipe'
Processing Syphon/SyphonRecorder.download.recipe...
WARNING: Syphon/SyphonRecorder.download.recipe is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
URLDownloader
{'Input': {'filename': 'Syphon Recorder.zip',
           'url': 'https://6a64.xyz/downloads/Syphon%20Recorder.zip'}}
URLDownloader: No value supplied for prefetch_filename, setting default value of: False
URLDownloader: No value supplied for CHECK_FILESIZE_ONLY, setting default value of: False
URLDownloader: Storing new Last-Modified header: Mon, 13 Nov 2023 12:12:22 GMT
URLDownloader: Storing new ETag header: "5961168b27fd920da148fb0bec95cb4e"
URLDownloader: Downloaded ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/downloads/Syphon Recorder.zip
{'Output': {'download_changed': True,
            'etag': '"5961168b27fd920da148fb0bec95cb4e"',
            'last_modified': 'Mon, 13 Nov 2023 12:12:22 GMT',
            'pathname': '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/downloads/Syphon '
                        'Recorder.zip',
            'url_downloader_summary_result': {'data': {'download_path': '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/downloads/Syphon '
                                                                        'Recorder.zip'},
                                              'summary_text': 'The following '
                                                              'new items were '
                                                              'downloaded:'}}}
EndOfCheckPhase
{'Input': {}}
{'Output': {}}
Unarchiver
{'Input': {'destination_path': '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack'}}
Unarchiver: No value supplied for USE_PYTHON_NATIVE_EXTRACTOR, setting default value of: False
Unarchiver: Guessed archive format 'zip' from filename Syphon Recorder.zip
Unarchiver: Unarchived ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/downloads/Syphon Recorder.zip to ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack
{'Output': {}}
FileFinder
{'Input': {'pattern': '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack/*.app'}}
FileFinder: No value supplied for find_method, setting default value of: glob
FileFinder: Found file match: '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack/Syphon Recorder.app' from globbed '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack/*.app'
FileFinder: Basename match: 'Syphon Recorder.app'
{'Output': {'found_basename': 'Syphon Recorder.app',
            'found_filename': '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack/Syphon '
                              'Recorder.app'}}
CodeSignatureVerifier
{'Input': {'input_path': '~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack/Syphon '
                         'Recorder.app',
           'requirement': 'anchor apple generic and identifier '
                          '"info.v002.syphon.Syphon-Recorder" and (certificate '
                          'leaf[field.1.2.840.113635.100.6.1.9] /* exists */ '
                          'or certificate 1[field.1.2.840.113635.100.6.2.6] /* '
                          'exists */ and certificate '
                          'leaf[field.1.2.840.113635.100.6.1.13] /* exists */ '
                          'and certificate leaf[subject.OU] = SWFQ99ZP9J)'}}
CodeSignatureVerifier: Verifying code signature...
CodeSignatureVerifier: Deep verification enabled...
CodeSignatureVerifier: Strict verification not defined. Using codesign defaults...
CodeSignatureVerifier: ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack/Syphon Recorder.app: valid on disk
CodeSignatureVerifier: ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack/Syphon Recorder.app: satisfies its Designated Requirement
CodeSignatureVerifier: ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/unpack/Syphon Recorder.app: explicit requirement satisfied
CodeSignatureVerifier: Signature is valid
{'Output': {}}
Receipt written to ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/receipts/SyphonRecorder.download-receipt-20241227-103320.plist

The following new items were downloaded:
    Download Path
    -------------
    ~/Library/AutoPkg/Cache/com.github.moofit-recipes.download.syphonrecorder/downloads/Syphon Recorder.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant