autopkg / foigus-recipes

21 stars 31 forks source link

Update CaptureOne.download.recipe #114

Closed paul-cossey closed 1 year ago

paul-cossey commented 1 year ago

Hi, @foigus

The PR updates the download URL to account for some additional . in the file name.

Thanks!

Successful -v run:

autopkg run -v /Users/paul/Documents/GitHub/AutoPkg\ Repos/foigus-recipes/PhaseOne/CaptureOne.download.recipe 
Processing /Users/paul/Documents/GitHub/AutoPkg Repos/foigus-recipes/PhaseOne/CaptureOne.download.recipe...
WARNING: /Users/paul/Documents/GitHub/AutoPkg Repos/foigus-recipes/PhaseOne/CaptureOne.download.recipe is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is not set. Proceeding...
URLTextSearcher
URLTextSearcher: Found matching text (truncated_version): 16.1.0
URLDownloader
URLDownloader: Storing new Last-Modified header: Tue, 21 Feb 2023 10:24:17 GMT
URLDownloader: Storing new ETag header: "bcd839f1a27a9eaf938bc5803b2d59e4:1676975057.630579"
URLDownloader: Downloaded /Users/paul/Library/AutoPkg/Cache/com.github.foigus.download.CaptureOne/downloads/CaptureOne.dmg
EndOfCheckPhase
CodeSignatureVerifier
CodeSignatureVerifier: Mounted disk image /Users/paul/Library/AutoPkg/Cache/com.github.foigus.download.CaptureOne/downloads/CaptureOne.dmg
CodeSignatureVerifier: Verifying code signature...
CodeSignatureVerifier: Deep verification enabled...
CodeSignatureVerifier: Strict verification not defined. Using codesign defaults...
CodeSignatureVerifier: /private/tmp/dmg.PcHPlF/Capture One 23.app: valid on disk
CodeSignatureVerifier: /private/tmp/dmg.PcHPlF/Capture One 23.app: satisfies its Designated Requirement
CodeSignatureVerifier: /private/tmp/dmg.PcHPlF/Capture One 23.app: explicit requirement satisfied
CodeSignatureVerifier: Signature is valid
Receipt written to /Users/paul/Library/AutoPkg/Cache/com.github.foigus.download.CaptureOne/receipts/CaptureOne.download-receipt-20230223-131452.plist

The following new items were downloaded:
    Download Path                                                                                     
    -------------                                                                                     
    /Users/paul/Library/AutoPkg/Cache/com.github.foigus.download.CaptureOne/downloads/CaptureOne.dmg
foigus commented 1 year ago

Thanks much!