ProcursusTeam / Procursus

Modern *OS Bootstrap
https://apt.procurs.us
BSD Zero Clause License
901 stars 125 forks source link

dist: update apple tarball to github tarball #1304

Closed chenrui333 closed 2 years ago

chenrui333 commented 2 years ago

All Submissions

Package Additions/Updates


apple oss tarball files are gone, so updating them to the github equivalent ones

e.g.

$ curl -I https://opensource.apple.com/tarballs/adv_cmds/adv_cmds-147.tar.gz
HTTP/1.1 404 Not Found
x-amz-error-code: NoSuchKey
x-amz-error-message: The specified key does not exist.
x-amz-error-detail-Key: tarballs/adv_cmds/adv_cmds-147.tar.gz
x-amz-request-id: 2VV0V8PSYSQYZJ2J
x-amz-id-2: yfQ2GTeR6krtbu6tv5At0y0kuUl3ZoqpEVPhORgidG3VrAdG4QxHuqFIT4ocJ/ChHTb9DRKBrgA=
Date: Mon, 07 Nov 2022 17:14:00 GMT
Server: AmazonS3

$ curl -I https://github.com/apple-oss-distributions/adv_cmds/archive/refs/tags/adv_cmds-147.tar.gz
HTTP/2 302
CRKatri commented 2 years ago

This will be fixed by #1293 which will be reviewed shortly.

chenrui333 commented 2 years ago

Good to know!