summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2020-10-31 22:53:28 +0800
committerKaizhao Zhang2020-10-31 22:53:28 +0800
commitb19600d951d484e69a73b963c7ccf293c7c585d1 (patch)
tree609b4986c7b05dae46b043c4e5080e8435d125ff
parentac711817f6ff8dc1e245b725ee88412546773630 (diff)
downloadaur-b19600d951d484e69a73b963c7ccf293c7c585d1.tar.gz
Updated to version 20201031 (0.6.0+7c8d9cfa4)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8556853aa0e5..c6cc9dfff268 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 = 20201030
+ pkgver = 20201031
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+17575019a.tar.xz
- sha256sums = 7dec5d456652314f82ac45f8f05cad7fc965aef43f4bc8fd55f6e2a8817629ec
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.6.0+7c8d9cfa4.tar.xz
+ sha256sums = 4eb550495d1d7b521047a0e68f5c21ed1c1c4e1caca64fc7d96f1682f1f8099c
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1a3430bc4dc..6d5b17443f09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.6.0+17575019a
+_buildver=0.6.0+7c8d9cfa4
pkgname=zig-dev-bin
-pkgver=20201030
+pkgver=20201031
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=(
- '7dec5d456652314f82ac45f8f05cad7fc965aef43f4bc8fd55f6e2a8817629ec'
+ '4eb550495d1d7b521047a0e68f5c21ed1c1c4e1caca64fc7d96f1682f1f8099c'
)
package() {