[aur-general] RPC POST & Archive Checksums

Kevin Morris kevr at 0cost.org
Thu Feb 10 17:34:19 UTC 2022


Hi AURers,

The v6.0.9 tag has brought in some new features regarding the AUR
and archive checksums:

- archive checksums are now available to be used to verify integrity at
  https://aur.archlinux.org/<archive>.gz.sha256
- RPC now supports POST requests

Archive checksum verification:
    $ curl -sO https://aur.archlinux.org/packages.gz
    $ curl -sO https://aur.archlinux.org/packages.gz.sha256
    $ cksum --check packages.gz.sha256
    packages.gz: OK

RPC POST (experimental):
    $ curl -s -d 'v=5' -d 'type=info' -d 'arg[]=my-special-package' \
        https://aur.archlinux.org/rpc

Thanks to those who requested these features:
- zoorat (archive checksums)
- alad (RPC POST)

Best,
Kevin

-- 
Kevin Morris
Software & Linux Enthusiast
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.archlinux.org/pipermail/aur-general/attachments/20220210/1d63374b/attachment.sig>


More information about the aur-general mailing list