zig: update to 0.7.0
This commit is contained in:
parent
d77a47b077
commit
d656816405
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'zig'
|
||||
pkgname=zig
|
||||
version=0.6.0
|
||||
revision=2
|
||||
version=0.7.0
|
||||
revision=1
|
||||
archs="x86_64* aarch64*"
|
||||
build_style=cmake
|
||||
makedepends="clang llvm10 lld-devel"
|
||||
makedepends="clang llvm11 lld-devel"
|
||||
short_desc="Programming language designed for robustness, optimality, and clarity"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://ziglang.org/"
|
||||
distfiles="https://ziglang.org/download/${version}/zig-${version}.tar.xz"
|
||||
checksum=5d167dc19354282dd35dd17b38e99e1763713b9be8a4ba9e9e69284e059e7204
|
||||
checksum=0efd2cf6c3b05723db80e9cf193bc55150bba84ca41f855a90f53fc756445f83
|
||||
nopie=yes
|
||||
nocross=yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue