summarylogtreecommitdiffstats
path: root/package-update.sh
AgeCommit message (Collapse)Author
2022-08-23add usage to helperslurpee
2022-06-24add package update helper scriptslurpee
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