summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2021-09-15 16:43:52 +0800
committerKaizhao Zhang2021-09-15 16:43:52 +0800
commit567933bdc4bdc444c002c958679b965ebf03c4d1 (patch)
treefa7f9876138e3a082528671f4f498f261b9389c7
parent6b22fa44f2eb651f35edbceacc3303ee3096d5a5 (diff)
downloadaur-567933bdc4bdc444c002c958679b965ebf03c4d1.tar.gz
Updated to version 20210915 (0.9.0-dev.1049+5d14590ed)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2252fa1ba9dd..3c841b15b59f 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 = 20210825
+ pkgver = 20210915
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.9.0-dev.858+f1f28af18.tar.xz
- sha256sums = ae4d26eccf7f69fb9b4968223219f4b00b414541a269196305704961d3caf8b3
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.1049+5d14590ed.tar.xz
+ sha256sums = 9eec473fa27602317fea549408a7af5f988dae614ff1d5864603d3d7b469146f
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8ecc3dd64344..331fefdd2ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.9.0-dev.858+f1f28af18
+_buildver=0.9.0-dev.1049+5d14590ed
pkgname=zig-dev-bin
-pkgver=20210825
+pkgver=20210915
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=(
- 'ae4d26eccf7f69fb9b4968223219f4b00b414541a269196305704961d3caf8b3'
+ '9eec473fa27602317fea549408a7af5f988dae614ff1d5864603d3d7b469146f'
)
package() {