summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2021-10-29 16:23:24 +0800
committerKaizhao Zhang2021-10-29 16:23:24 +0800
commit70777c80d7ae0009aeac837408e4c451e02fc275 (patch)
tree9632a9618db7a7984e864da87baed57cc6a93e38
parent708bb529cfe2073182a924fcd962f092fd57d40a (diff)
downloadaur-70777c80d7ae0009aeac837408e4c451e02fc275.tar.gz
Updated to version 20211029 (0.9.0-dev.1524+d2f9646d9)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2ce8c2ab5dc..7d4d7b34061f 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 = 20211016
+ pkgver = 20211029
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.1383+0536c2557.tar.xz
- sha256sums = 00073945906db400c5b1a87a3b9954190ded4c517952d0c10a038f8d650c59f2
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.1524+d2f9646d9.tar.xz
+ sha256sums = defd4a418ee15bd43f784191fc8e1c7b80ba4182921adaa40230de372fd1c6b6
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4aaeb72efa8c..e6fbdff5177b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.9.0-dev.1383+0536c2557
+_buildver=0.9.0-dev.1524+d2f9646d9
pkgname=zig-dev-bin
-pkgver=20211016
+pkgver=20211029
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=(
- '00073945906db400c5b1a87a3b9954190ded4c517952d0c10a038f8d650c59f2'
+ 'defd4a418ee15bd43f784191fc8e1c7b80ba4182921adaa40230de372fd1c6b6'
)
package() {