summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2022-03-10 09:59:31 +0000
committerKaizhao Zhang2022-03-10 09:59:31 +0000
commitd83790b388d902290d3ba07d0ac662cd39f7e46b (patch)
tree22253bf0d5b4f37f0313530da4ee61eb655161e3
parentb23d458aafd103fbc8fee57bb84c6df3059f82e9 (diff)
downloadaur-d83790b388d902290d3ba07d0ac662cd39f7e46b.tar.gz
Updated to version 20220310 (0.10.0-dev.1226+017d3864d)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00fd114c9997..f57d56f2e86d 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 = 20220304
+ pkgver = 20220310
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.1107+7deadf430.tar.xz
- sha256sums = 5e1a87883bb78056570b083adfe0825da3ad1aa1b0897dd8b8ea70a616e170e4
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.10.0-dev.1226+017d3864d.tar.xz
+ sha256sums = 75f868408dbd1f22a9b14f64c55c1b675d9167488f90daebd6976845329fc5d8
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7d91df2864e9..5971816f6734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.10.0-dev.1107+7deadf430
+_buildver=0.10.0-dev.1226+017d3864d
pkgname=zig-dev-bin
-pkgver=20220304
+pkgver=20220310
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=(
- '5e1a87883bb78056570b083adfe0825da3ad1aa1b0897dd8b8ea70a616e170e4'
+ '75f868408dbd1f22a9b14f64c55c1b675d9167488f90daebd6976845329fc5d8'
)
package() {