Age | Commit message (Collapse) | Author |
|
|
|
It is not needed thanks to auto-updating
|
|
Apparently zig moved back to the old format?
Need to bump version in PKGBUILD (despite auto-update feature),
so that AUR registers the change in this script.
This reverts commit 3b8d78cc12b99ea597c4d5d9760a3a8abd7ca5b7.
|
|
The location in the nightly tarball moved.
|
|
Downloads directly from https://ziglang.org/download
GPG verification of downloaded files is not currently possible because Zig nightly binaries aren't signed.
See github issue https://github.com/ziglang/zig/issues/4945 for details
Using hardcoded sha256 is also impossible because this is an auto-updating package
Therefore, there is no security beyonnd the basic integrity of a https:// network connection (although that is still some security, you would have to forge a signed HTTPS certificate to intercept).
This commit also changes the versioning scheme to match
the upstream downloads (and be compatible with the main zig package)
This requires incrementing the "epoch"
This change also changes the package to supports multiple architectures (both x86_64 and ARM64)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|