summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2022-01-27 16:48:13 +0000
committerKaizhao Zhang2022-01-27 16:48:13 +0000
commita28a58b8e954f792e3cdfad4ede3d25ed51b39fa (patch)
treeb28212a97cc2b361312f5cc5538201836838d9b7
parentba07501a96034c4b41b0bd3816949e76e138119c (diff)
downloadaur-a28a58b8e954f792e3cdfad4ede3d25ed51b39fa.tar.gz
Updated to version 20220127 (0.10.0-dev.430+35423b005)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7db251e3d7e..6490a0956164 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 = 20211229
+ pkgver = 20220127
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.85+c0ae9647f.tar.xz
- sha256sums = a9b38c653b729d1c5cbc3b1cdc2f8cead9d1f17945905c77ba42c15df6cf4919
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.430+35423b005.tar.xz
+ sha256sums = 9c097265407e7dbf413c2cc11a38687dc61698875b671804b5585284d10009b2
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index bd60a9a32bec..e8c9cb58a44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.10.0-dev.85+c0ae9647f
+_buildver=0.10.0-dev.430+35423b005
pkgname=zig-dev-bin
-pkgver=20211229
+pkgver=20220127
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=(
- 'a9b38c653b729d1c5cbc3b1cdc2f8cead9d1f17945905c77ba42c15df6cf4919'
+ '9c097265407e7dbf413c2cc11a38687dc61698875b671804b5585284d10009b2'
)
package() {