summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2022-03-24 06:51:18 +0000
committerKaizhao Zhang2022-03-24 06:51:18 +0000
commite95eb7651e7c7435a5e244b09a86f582280d01ee (patch)
tree723a3c5d3e2e6b97ee5119d7b2e920ca33299be5
parentd83790b388d902290d3ba07d0ac662cd39f7e46b (diff)
downloadaur-e95eb7651e7c7435a5e244b09a86f582280d01ee.tar.gz
Updated to version 20220324 (0.10.0-dev.1537+a9a91a5d4)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f57d56f2e86d..c6495f786086 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 = 20220310
+ pkgver = 20220324
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.1226+017d3864d.tar.xz
- sha256sums = 75f868408dbd1f22a9b14f64c55c1b675d9167488f90daebd6976845329fc5d8
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.1537+a9a91a5d4.tar.xz
+ sha256sums = c152162c602774796cdfd91fa0d34089371c98ab850b29682121b3172542719c
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5971816f6734..d9fd7416ef79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.10.0-dev.1226+017d3864d
+_buildver=0.10.0-dev.1537+a9a91a5d4
pkgname=zig-dev-bin
-pkgver=20220310
+pkgver=20220324
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=(
- '75f868408dbd1f22a9b14f64c55c1b675d9167488f90daebd6976845329fc5d8'
+ 'c152162c602774796cdfd91fa0d34089371c98ab850b29682121b3172542719c'
)
package() {