Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-23 | add usage to helper | slurpee | |
2022-06-24 | add package update helper script | slurpee | |
Adds the helper script that I use to automate generating the sha256sums as 1password doesn't publish the checksums separately. It downloads the archives, verifies the signature of the binary with 1password's public GPG key and if the signature is good, updates the hash in the PKGBUILD. Invoked with the PKGBUILD env variable: PKGVER=2.5.1 ./package-update.sh |