summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c6c6a1baf2..2490945e8b20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zig-dev-bin
pkgdesc = A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software
- pkgver = 20201010
+ pkgver = 20201016
pkgrel = 1
url = https://ziglang.org/
arch = x86_64
license = MIT
provides = zig
conflicts = zig
- source = https://ziglang.org/builds/zig-linux-x86_64-0.6.0+53c63bdb7.tar.xz
- sha256sums = 62388146a89b4491a1e9e01a67b36a8fa316c30140121e04c7b15557b0711bfe
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.6.0+f3667e8a8.tar.xz
+ sha256sums = 704fc584168590d989986c73a994bdf89a935aac3d757599a1d6db1bfcb52b32
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3cc7b2152a1d..f296563a3619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.6.0+53c63bdb7
+_buildver=0.6.0+f3667e8a8
pkgname=zig-dev-bin
-pkgver=20201010
+pkgver=20201016
pkgrel=1
pkgdesc="A general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software"
arch=('x86_64')
@@ -15,7 +15,7 @@ source=(
"https://ziglang.org/builds/zig-linux-x86_64-${_buildver}.tar.xz"
)
sha256sums=(
- '62388146a89b4491a1e9e01a67b36a8fa316c30140121e04c7b15557b0711bfe'
+ '704fc584168590d989986c73a994bdf89a935aac3d757599a1d6db1bfcb52b32'
)
package() {