summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6490a0956164..90b9e86baa5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zig-dev-bin
pkgdesc = A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software
- pkgver = 20220127
+ pkgver = 20220203
pkgrel = 1
url = https://ziglang.org/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = zig-dev-bin
provides = zig
conflicts = zig
options = !strip
- source = https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.430+35423b005.tar.xz
- sha256sums = 9c097265407e7dbf413c2cc11a38687dc61698875b671804b5585284d10009b2
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.543+cfceec15e.tar.xz
+ sha256sums = 3563e99a86384806d9d1808effcb9bb46cf23599952a0b0369f55ad22be77155
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index e8c9cb58a44f..592037110823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.10.0-dev.430+35423b005
+_buildver=0.10.0-dev.543+cfceec15e
pkgname=zig-dev-bin
-pkgver=20220127
+pkgver=20220203
pkgrel=1
pkgdesc="A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software"
arch=('x86_64')
@@ -16,7 +16,7 @@ source=(
"https://ziglang.org/builds/zig-linux-x86_64-${_buildver}.tar.xz"
)
sha256sums=(
- '9c097265407e7dbf413c2cc11a38687dc61698875b671804b5585284d10009b2'
+ '3563e99a86384806d9d1808effcb9bb46cf23599952a0b0369f55ad22be77155'
)
package() {