summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2021-11-16 18:49:31 +0800
committerKaizhao Zhang2021-11-16 18:49:31 +0800
commit787e1287112acc0e6f5f0b1f2016be0ab333b0b6 (patch)
tree492de895457f07b24f071be2cd2feee25c1f4867
parent70777c80d7ae0009aeac837408e4c451e02fc275 (diff)
downloadaur-787e1287112acc0e6f5f0b1f2016be0ab333b0b6.tar.gz
Updated to version 20211115 (0.9.0-dev.1635+590880158)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d4d7b34061f..414d0a1e89f0 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 = 20211029
+ pkgver = 20211115
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.1524+d2f9646d9.tar.xz
- sha256sums = defd4a418ee15bd43f784191fc8e1c7b80ba4182921adaa40230de372fd1c6b6
+ source = https://ziglang.org/builds/zig-linux-x86_64-0.9.0-dev.1635+590880158.tar.xz
+ sha256sums = c77e60c804916b50cdb5c4b644debd0cea1fd4fef3f07be793d6d3dd6b827d18
pkgname = zig-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index e6fbdff5177b..7ac2ba422768 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
-_buildver=0.9.0-dev.1524+d2f9646d9
+_buildver=0.9.0-dev.1635+590880158
pkgname=zig-dev-bin
-pkgver=20211029
+pkgver=20211115
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=(
- 'defd4a418ee15bd43f784191fc8e1c7b80ba4182921adaa40230de372fd1c6b6'
+ 'c77e60c804916b50cdb5c4b644debd0cea1fd4fef3f07be793d6d3dd6b827d18'
)
package() {